mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-09 07:56:27 -06:00
Add ASSISTED_TRAMMING
This commit is contained in:
parent
2a7851329b
commit
0e64c5e75e
166 changed files with 4648 additions and 0 deletions
|
@ -767,6 +767,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -772,6 +772,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -770,6 +770,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -770,6 +770,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -773,6 +773,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -759,6 +759,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -773,6 +773,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -773,6 +773,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -769,6 +769,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
|
@ -768,6 +768,34 @@
|
||||||
#define HOME_AFTER_G34
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Add the G35 command to read bed corners to help adjust screws.
|
||||||
|
//
|
||||||
|
//#define ASSISTED_TRAMMING
|
||||||
|
#if ENABLED(ASSISTED_TRAMMING)
|
||||||
|
|
||||||
|
// Define positions for probing points, use the hotend as reference not the sensor.
|
||||||
|
#define TRAMMING_POINT_XY { { 20, 20 }, { 200, 20 }, { 200, 200 }, { 20, 200 } }
|
||||||
|
|
||||||
|
// Define positions names for probing points.
|
||||||
|
#define TRAMMING_POINT_NAME_1 "Front-Left"
|
||||||
|
#define TRAMMING_POINT_NAME_2 "Front-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_3 "Back-Right"
|
||||||
|
#define TRAMMING_POINT_NAME_4 "Back-Left"
|
||||||
|
|
||||||
|
// Enable to restore leveling setup after operation
|
||||||
|
#define RESTORE_LEVELING_AFTER_G35
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Screw thread:
|
||||||
|
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
||||||
|
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
||||||
|
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
||||||
|
*/
|
||||||
|
#define TRAMMING_SCREW_THREAD 30
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||||
|
|
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