how to make bed park at front instead of back?
-
hello and i just have to say its such a pleasure to own and work with your duet wifi! spent many years cursing about there has to be a better way...
i need some help... can you help me get it to park opposite end so i can get my models off without taking back of cabinet off ? thank you mike -
You could add a line to your slicer end gcode to move the bed forward.
Assuming that your 0,0 position is the front left of the printer, you could use something like...
G90 ; Absolute positioning. G1 X0 Y300 ; move print head to the left and bed to the front
You'll have to change the Y value to whatever your max travel is.
-
that is it exactly... thank you!