I'd like to configure the printer to drop Z pretty much anywere else. I tried this:
Code: Select all
G28 ; home all axes
G0 X100 Y10 ; Bring extruder to the frontWhat can I do here to alter the X/Y position before it drops the Z? With other slicers it has moved the Z at the same time as the X/Y so it should be possible I'm just not that savvy with gcode.