Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril <guilouz6@hotmail.com>2021-08-20 18:18:37 +0300
committerGitHub <noreply@github.com>2021-08-20 18:18:37 +0300
commit53263cf0547f9f23caf06ee54d502162eeed310b (patch)
tree0ce627e5586d3dfd39851e77109779a485883a39 /resources/definitions/flsun_sr.def.json
parentb23b7119d203f8535fbbcf585fcb15b6f84ac4c3 (diff)
Improve FLSUN Super Racer profile (#10192)
* Improve FLSUN Super Racer profile - Added quality profiles based on profiles provided by FLSUN - Improved machine settings based on FLSUN's Marlin sources - Replaced Super Racer STL with correct one * Update flsun_SuperRacer.stl * Update definitions * Update flsun_sr.stl * Update flsun_sr.stl * Update flsun_sr.def.json * Improve platform * Normal quality by default * Improvements * Fix double settings CURA-8510
Diffstat (limited to 'resources/definitions/flsun_sr.def.json')
-rw-r--r--resources/definitions/flsun_sr.def.json25
1 files changed, 13 insertions, 12 deletions
diff --git a/resources/definitions/flsun_sr.def.json b/resources/definitions/flsun_sr.def.json
index 9f68c129bd..643e8f64de 100644
--- a/resources/definitions/flsun_sr.def.json
+++ b/resources/definitions/flsun_sr.def.json
@@ -1,16 +1,17 @@
{
"version": 2,
- "name": "FlSun SuperRacer",
+ "name": "Flsun Super Racer",
"inherits": "fdmprinter",
"metadata": {
"visible": true,
- "author": "Thushan Fernando",
+ "author": "Thushan Fernando, Guislain Cyril",
"manufacturer": "Flsun",
- "platform": "flsun_sr.3mf",
+ "platform": "flsun_sr.stl",
+ "platform_offset": [0,-81,-43.5],
"file_formats": "text/x-gcode",
"has_materials": true,
- "has_machine_quality": false,
- "preferred_quality_type": "fast",
+ "has_machine_quality": true,
+ "preferred_quality_type": "normal",
"machine_extruder_trains": {
"0": "flsun_sr_extruder_0"
}
@@ -26,13 +27,13 @@
"default_value": true
},
"machine_width": {
- "default_value": 260
+ "default_value": 264
},
"machine_depth": {
- "default_value": 260
+ "default_value": 264
},
"machine_height": {
- "default_value": 330
+ "default_value": 320
},
"machine_center_is_zero": {
"default_value": true
@@ -64,13 +65,13 @@
"default_value": 15
},
"machine_start_gcode": {
- "default_value": "G21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature} T0\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature} T0\nG28\nG92 E0\n"
+ "default_value": "G21 ; millimeter units\nG90 ; absolute coordinates\nM82 ; E absolute\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature}\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature}\nG28 ; home axis\nM420 S1 ; enable mesh leveling\n; Lower nozzle and move to start position\nG1 Z150\nG1 X-130 Y0 Z0.4 F3000\n; Extrude about 40 mm by printing a 90 degree arc\nG3 X0 Y-130 I130 Z0.3 E40 F2700\n; Retract and move nozzle up\nG92 E0\nG1 E-1.5 F1800\nG0 Z0.5\nG1 E0 F300\n"
},
"machine_end_gcode": {
- "default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 F6000\nG28 X0 Y0\nG90 ;absolute positioning\n"
+ "default_value": "G91 ; relative coordinates\nG1 E-1 F300 ; retract filament a bit before lifting\nG1 Z+5 E-5 F6000 ; raise platform from current position\nG28 X0 Y0 ; home axis\nG90 ; absolute coordinates\nG92 E0 ; reset extruder\nM104 S0 ; turn off hotend\nM140 S0 ; turn off heat bed\nM107 ; turn off fans\nM84 ; disable motors\n"
},
"machine_gcode_flavor": {
- "default_value": "RepRap (Marlin/Sprinter)"
+ "default_value": "Marlin"
}
}
-}
+} \ No newline at end of file