Updated Cura Start and Endcode with preheat and purge line (mediawiki)
@@ -1,6 +1,6 @@
|
||||
For more information about every single Line, please visit https://marlinfw.org/meta/gcode/
|
||||
|
||||
*Startcode
|
||||
*Startcode (Cura)
|
||||
|
||||
G21 ; metric values
|
||||
G90 ; absolute positioning
|
||||
@@ -18,8 +18,26 @@ For more information about every single Line, please visit https://marlinfw.org/
|
||||
G1 E-2 F500 ; Retract a little
|
||||
G1 Y120 F4000 ; Quickly wipe away from the filament line
|
||||
|
||||
* Startcode (PrusaSlicer)
|
||||
|
||||
*Endcode
|
||||
G21 ; metric values
|
||||
G90 ; absolute positioning
|
||||
M82 ; set extruder to absolute mode
|
||||
M107 ; start with the fan off
|
||||
M190 S[first_layer_bed_temperature] ; preheat and wait for bed
|
||||
M109 S[first_layer_temperature] ; preheat and wait for hotend
|
||||
M300 S1000 P500 ; BEEP heating done
|
||||
G28 X0 Y10 Z0 ; move X/Y to min endstops
|
||||
G0 Z0.15 ; lift nozzle a bit
|
||||
G0 X2 ; go away from clips
|
||||
G92 E0 ; zero the extruded length
|
||||
G1 Y50 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 Y120 F4000 ; Quickly wipe away from the filament line
|
||||
|
||||
|
||||
*Endcode (Cura/PrusaSlicer)
|
||||
|
||||
M104 S0 ; Extruder off
|
||||
M140 S0 ; Heatbed off
|
Reference in New Issue
Block a user