Cura Start End gcode - PrusaMK2Users/MK2_Tips_and_Tricks GitHub Wiki
Copy from the Slack Group. Posted by arb
arb [8:38 AM]
@joey Using Cura with MK2 without any problems. Heating first the bed then nozzle, then doing leveling and starts the print.
My start.gcode is:
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
G21
G90
M82
M107
G28
G92 E0.0
G1 X60.0 E9.0 F1000.0
G1 X100.0 E12.5 F1000.0
G92 E0.0
end.gcode:
M104 S0
M140 S0 ; turn off heatbed
G1 X0 ; home X axis
M84 ; disable motors
;{profile_string}