Skip to content

Commit

Permalink
Update Configuration_adv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Mar 3, 2024
1 parent ae54ba2 commit 81f5a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,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 - NOZZLE_TO_PROBE_OFFSET_X), (Y_CENTER - NOZZLE_TO_PROBE_OFFSET_Y }
#define PROBE_OFFSET_WIZARD_XY_POS { (X_CENTER - NOZZLE_TO_PROBE_OFFSET_X), (Y_CENTER - NOZZLE_TO_PROBE_OFFSET_Y) }
#endif
#endif

Expand Down

0 comments on commit 81f5a03

Please sign in to comment.