diff --git a/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki b/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki new file mode 100644 index 0000000..3f034da --- /dev/null +++ b/Cura-Start--and-Endcode-with-preheat-and-purge-line.mediawiki @@ -0,0 +1,38 @@ +*Startcode + + G21 ; metric values + 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 Hot end + M300 S1000 P500 ; BEEP heating done + G28 X0 Y10 Z0 ; move X/Y to min endstops + M420 S1 ; Enable leveling + G0 Z0.15 ; lift nozzle a bit + G0 Y15 ; go away from clips + G92 E0 ; zero the extruded length + G1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. + G92 E0 ; zero the extruded length again + G1 E-2 F500 ; Retract a little + G1 X120 F4000 ; Quickly wipe away from the filament line` + + +*Endcode + + M104 S0 ; Extruder off + M140 S0 ; Heatbed off + M107 ; Fan off + G91 ; relative positioning + G1 E-5 F300 ; retract a little + G1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head + G28 X0 ;Y0 ; homing + G1 Y180 F2000 ; reset feedrate + M84 ; disable stepper motors + G90 ; absolute positioning + M300 S440 P200 ; Make Print Completed Tones + M300 S660 P250 ; beep + M300 S880 P300 ; beep \ No newline at end of file