0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-16 17:17:54 +00:00

BIQU B1 run probe offset wizard in bed center (#364)

The Biqu B1 homes with a Z endstop, so this ensure that the Probe Offset Wizard will deploy the BLTouch in the center of the bed.
This commit is contained in:
Keith Bennett 2020-12-08 18:35:59 -08:00 committed by GitHub
parent 9b2d810ffd
commit c92c1b844e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1089,7 +1089,7 @@
//#define PROBE_OFFSET_WIZARD_START_Z -4.0
// Set a convenient position to do the calibration (probing point and nozzle/bed-distance)
//#define PROBE_OFFSET_WIZARD_XY_POS { X_CENTER, Y_CENTER }
#define PROBE_OFFSET_WIZARD_XY_POS { X_CENTER, Y_CENTER }
#endif
#endif