forked from nepeee/i3Extra
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
After a printjob is completed the head goes to the near edge of the Yaxis and the midpoint of the Xaxis. If I run a new printjob afterwards (without turning off the printer), the printer uses this endpoint as the new home position and will be off by about 60mm in the X axis.
My starting Gcode has a G28 code that worked great with the original Wanhao (Marlin 1.0) firmware. If I use the motor controls and press the Home | All button it seems to override this position and homes it's self based on the limits switches OR if I power-off/power-on the printer, my Gcode files (with G28) work normally.
It seems there may be something preventing the G28 code from being accepted.