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

github.com/slic3r/slic3r-profiles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi durand <remi-j.durand@thalesgroup.com>2021-06-02 23:39:49 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2021-06-02 23:39:49 +0300
commit93f0f332d23691720f43ce75d619b34b55bbba89 (patch)
tree09fb5d8b0c10daf0c3b09a17d37742a60efe1f28
parent8538ac59f7180e3c9cbb0ec5406f98052b48b366 (diff)
update to ender3 mmu to avoid m600 at startup
-rw-r--r--Creality.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/Creality.ini b/Creality.ini
index 222f60c..7064c8f 100644
--- a/Creality.ini
+++ b/Creality.ini
@@ -760,7 +760,7 @@ retract_speed = 80
default_print_profile = 0.16mm NORMAL 0.4 nozzle
default_filament_profile = Creality PLA
single_extruder_multi_material = 1
-toolchange_gcode = M104 S{temperature[next_extruder]}\nM600
+toolchange_gcode = M104 S{temperature[next_extruder]}\n{if layer_num > -1}M600{endif}
retract_layer_change = 0
retract_restart_extra = 0
retract_restart_extra_toolchange = 0