diff --git a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki b/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki index 9432943..65871ac 100644 --- a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki +++ b/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki @@ -6,11 +6,8 @@ For more information about every single Line, please visit https://marlinfw.org/ G90 ; absolute positioning M82 ; set extruder to absolute mode M107 ; start with the fan off - M140 S{material_bed_temperature} ; Start heating the bed - G4 S60 ; wait 1 minute - M104 S{material_print_temperature} ; start heating the hot end - M190 S{material_bed_temperature} ; wait for bed - M109 S{material_print_temperature} ; wait for hotend + M190 S{material_bed_temperature} ; preheat and wait for bed + M109 S{material_print_temperature} ; preheat and wait for hotend M300 S1000 P500 ; BEEP heating done G28 X0 Y10 Z0 ; move X/Y to min endstops M420 S1 ; Enable leveling