Skip to content

Commit e02a649

Browse files
committed
🔧 Tramming screw threads
1 parent cbcae90 commit e02a649

File tree

374 files changed

+2992
-1871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

374 files changed

+2992
-1871
lines changed

‎config/default/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/3DFabXYZ/Migbot/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/3DMatik/XL/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/ADIMLab/Gantry v1/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/ADIMLab/Gantry v2/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Alfawise/U20-bltouch/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,12 +1116,15 @@
11161116
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11171117

11181118
/**
1119-
* Screw thread:
1120-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1121-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1122-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1119+
* Screw Thread. Use one of the following defines:
1120+
*
1121+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1122+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1123+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1124+
*
1125+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11231126
*/
1124-
#define TRAMMING_SCREW_THREAD 40
1127+
#define TRAMMING_SCREW_THREAD M4_CW
11251128

11261129
#endif
11271130

‎config/examples/Alfawise/U20/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/AliExpress/CL-260/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/AliExpress/UM2pExt/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/A2/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/A2plus/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/A6/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/A8/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/A8plus/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/A9/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/E10/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/E16/Stock/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

‎config/examples/Anet/ET4+/Configuration_adv.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,12 +1107,15 @@
11071107
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
11081108

11091109
/**
1110-
* Screw thread:
1111-
* M3: 30 = Clockwise, 31 = Counter-Clockwise
1112-
* M4: 40 = Clockwise, 41 = Counter-Clockwise
1113-
* M5: 50 = Clockwise, 51 = Counter-Clockwise
1110+
* Screw Thread. Use one of the following defines:
1111+
*
1112+
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
1113+
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
1114+
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
1115+
*
1116+
* :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'}
11141117
*/
1115-
#define TRAMMING_SCREW_THREAD 30
1118+
#define TRAMMING_SCREW_THREAD M3_CW
11161119

11171120
#endif
11181121

0 commit comments

Comments
 (0)