Gcodes de début et de fin fournis avec Creality Print #
Gcode de début #
; ----- Start GCode -- début
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[material_print_temperature_layer_0] BED_TEMP=[material_bed_temperature_layer_0]
; ----- Start GCode - fin
Gcode de fin #
; ----- End GCode -- début
END_PRINT
; ----- End GCode - fin
Pour aller plus loin #
Ce sont les codes de BigLittleLeeg.
Gcode de début #
; ----- Start GCode -- début
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer]
SET_VELOCITY_LIMIT ACCEL_TO_DECEL=20000
M900 K0.01
; ----- Start GCode - fin
Gcode de fin #
; ----- End GCode -- début
END_PRINT
M204 S500
SET_VELOCITY_LIMIT ACCEL_TO_DECEL=6000
SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5
M900 K0.04
; ----- End GCode - fin