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:
authorJaime van Kessel <nallath@gmail.com>2022-09-15 17:06:51 +0300
committerJaime van Kessel <nallath@gmail.com>2022-09-15 17:06:51 +0300
commit0ef0703e5ad763c2c3f37c7274408279857f2217 (patch)
tree4e79a9c850f5cf167a5e0baabb580bf63edf8351 /resources
parent47b414a4ae287311b7dba359de6b7eff9452b4cd (diff)
parent1a21dcda2a16c2f844102161920010a845c91e5a (diff)
Merge branch 'patch-1' of github.com:xPakrikx/Cura
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/flsun_sr.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/flsun_sr.def.json b/resources/definitions/flsun_sr.def.json
index 643e8f64de..37487412ab 100644
--- a/resources/definitions/flsun_sr.def.json
+++ b/resources/definitions/flsun_sr.def.json
@@ -65,7 +65,7 @@
"default_value": 15
},
"machine_start_gcode": {
- "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"
+ "default_value": "G21 ; millimeter units\nG90 ; absolute coordinates\nM82 ; E absolute\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0}\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_initial_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": "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"
@@ -74,4 +74,4 @@
"default_value": "Marlin"
}
}
-} \ No newline at end of file
+}