- Printer Model
- Voron 2.4.r2 Rev.C LDO kit
- Extruder Type
- Clockwork 2
- Cooling Type
- Stealthburner
Hello,
Looking for an example start gcode to work off. Would someone using: klicky probe / nozzle scubber / auto-z mind sharing their start gcode here?
I am having a hard time figuring out how to build a decent start code with those mods.
I have this now, but i feel this can be improved, as it is making a lot of unnecessary moves. I have also found Auto-z to inconsistent, i think this is because of the temps during z calibrate.
[gcode_macro PRINT_START]
gcode:
G28 xyz ; home all axes
QUAD_GANTRY_LEVEL
G28 z
CLEAN_NOZZLE
CALIBRATE_Z
BED_MESH_CALIBRATE
BED_MESH_PROFILE LOAD=default ; Use the stored mesh.
G90 ; absolute positioning
G1 Z20 F3000 ; move nozzle away from bed
thnx!
Looking for an example start gcode to work off. Would someone using: klicky probe / nozzle scubber / auto-z mind sharing their start gcode here?
I am having a hard time figuring out how to build a decent start code with those mods.
I have this now, but i feel this can be improved, as it is making a lot of unnecessary moves. I have also found Auto-z to inconsistent, i think this is because of the temps during z calibrate.
[gcode_macro PRINT_START]
gcode:
G28 xyz ; home all axes
QUAD_GANTRY_LEVEL
G28 z
CLEAN_NOZZLE
CALIBRATE_Z
BED_MESH_CALIBRATE
BED_MESH_PROFILE LOAD=default ; Use the stored mesh.
G90 ; absolute positioning
G1 Z20 F3000 ; move nozzle away from bed
thnx!
Last edited: