Please Help!!!
-
I recently purchased a Modix Big60 and just finished setting the connections up and rewiring it. I'm trying to home the XYZ axis and when I get to Z I get an error. Warning: the height map was loaded when the current Z=0 datum was not determined by probing. This may result in a height offset. Does anyone know what I can do to fix this? I've never owned a 3d printer before so please help if you can!
-
@GratefulAbyss37
What you are seeing is a warning, not an error.
Somewhere, either in your config.g or in another file, there is a call to G29 which loads a bed height compensation map.
https://docs.duet3d.com/en/User_manual/Reference/Gcodes#g29-mesh-bed-probeThis should only be done AFTER homing the Z axis ( G28 ) so that a zero reference point has been properly established.
Search your files and remove the G29.
In general, when asking for help you should post your config.g and any other files which might relate such as homeall.g and homez.g
https://forum.duet3d.com/topic/5909/guide-for-posting-requests-for-help/10