machineagency / jubilee

jubilee source files; for the docs, see:
https://jubilee3d.com
Other
551 stars 112 forks source link

Duet2/RRF3 Bed.g has inverted probing sequence regarding config.g Z drive declaration #144

Open FL-CDF opened 3 years ago

FL-CDF commented 3 years ago

I had issue with the 3 point bed leveling (see discord troubleshooting chanel), putting the same sequence as config.g solved my issue (Front left then Front right then Back)

There is the bed.g code corrected: M561 ; Disable any Mesh Bed Compensation G30 P0 X295 Y295 Z-99999 ; probe near front left leadscrew G30 P2 X5 Y295 Z-99999 ; probe near front right leadscrew G30 P1 X152.5 Y5 Z-99999 S3 ; probe near back leadscrew and calibrate 3 motors G29 S1 ; Enable Mesh Bed Compensation

Poofjunior commented 3 years ago

Thanks for the heads-up. I'll have a look on this vs what's on the stock setup.