Skip to content

Commit

Permalink
Feature: modify the value of XY_CALI_Z_POS
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangquanyi authored and scotthsl committed Jan 9, 2024
1 parent 0fef141 commit ff26426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapmaker/module/calibtration.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define Y_STANDBY_POS (Y_MIN_POS)
#define Z_STANDBY_POS (100)
#define Z_PREPARE_POS (15.0) // mm
#define XY_CALI_Z_POS (-2.0 - build_plate_thickness)
#define XY_CALI_Z_POS (-1.2 - build_plate_thickness)
#define XY_CENTER_OFFSET_Z_POS (0.5)
#define PROBE_DISTANCE (15) // mm

Expand Down

0 comments on commit ff26426

Please sign in to comment.