mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 06:24:04 -06:00
🩹 Fix CR-10 S5 w/ SKR Mini E3 v3 tramming points (#914)
This commit is contained in:
parent
bb03895ff8
commit
0849d2a01e
1 changed files with 2 additions and 2 deletions
|
@ -1081,9 +1081,9 @@
|
|||
|
||||
// Define position names for probe points. // CR-10 S5 config
|
||||
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||
#define TRAMMING_POINT_NAME_2 "Back-Left"
|
||||
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||
#define TRAMMING_POINT_NAME_4 "Front-Right"
|
||||
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||
|
||||
#define RESTORE_LEVELING_AFTER_G35 // Enable to restore leveling setup after operation
|
||||
#define REPORT_TRAMMING_MM // Report Z deviation (mm) for each point relative to the first
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue