mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
parent
c83f40a35c
commit
f05b35ddcf
245 changed files with 4655 additions and 0 deletions
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1459,6 +1459,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1468,6 +1468,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1527,6 +1527,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1529,6 +1529,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1531,6 +1531,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1460,6 +1460,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1459,6 +1459,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1459,6 +1459,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1459,6 +1459,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1463,6 +1463,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1463,6 +1463,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1463,6 +1463,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1463,6 +1463,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1451,6 +1451,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1451,6 +1451,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1451,6 +1451,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1461,6 +1461,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1459,6 +1459,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1477,6 +1477,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1473,6 +1473,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1471,6 +1471,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1473,6 +1473,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1466,6 +1466,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1460,6 +1460,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1460,6 +1460,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1483,6 +1483,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1460,6 +1460,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1460,6 +1460,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1461,6 +1461,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1464,6 +1464,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1463,6 +1463,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1457,6 +1457,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1466,6 +1466,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1487,6 +1487,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1456,6 +1456,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1458,6 +1458,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1466,6 +1466,25 @@
|
||||||
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
#define LEVEL_CORNERS_VERIFY_RAISED // After adjustment triggers the probe, re-probe to verify
|
||||||
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
//#define LEVEL_CORNERS_AUDIO_FEEDBACK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Corner Leveling Order
|
||||||
|
*
|
||||||
|
* Set 2 or 4 points. When 2 points are given, the 3rd is the center of the opposite edge.
|
||||||
|
*
|
||||||
|
* LF Left-Front RF Right-Front
|
||||||
|
* LB Left-Back RB Right-Back
|
||||||
|
*
|
||||||
|
* Examples:
|
||||||
|
*
|
||||||
|
* Default {LF,RB,LB,RF} {LF,RF} {LB,LF}
|
||||||
|
* LB --------- RB LB --------- RB LB --------- RB LB --------- RB
|
||||||
|
* | 4 3 | | 3 2 | | <3> | | 1 |
|
||||||
|
* | | | | | | | <3>|
|
||||||
|
* | 1 2 | | 1 4 | | 1 2 | | 2 |
|
||||||
|
* LF --------- RF LF --------- RF LF --------- RF LF --------- RF
|
||||||
|
*/
|
||||||
|
#define LEVEL_CORNERS_LEVELING_ORDER { LF, RF, RB, LB }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue