mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
🔧 Tramming screw threads
This commit is contained in:
parent
cbcae905b0
commit
e02a64953c
374 changed files with 2992 additions and 1871 deletions
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1116,12 +1116,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1112,12 +1112,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1108,12 +1108,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1108,12 +1108,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1106,12 +1106,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,14 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
*/
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
#define TRAMMING_SCREW_THREAD 40 // CR-10 S5 config
|
*
|
||||||
|
* :{'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'}
|
||||||
|
#define TRAMMING_SCREW_THREAD M4_CW // CR-10 S5 config
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1109,12 +1109,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 30
|
#define TRAMMING_SCREW_THREAD M3_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1107,12 +1107,15 @@
|
||||||
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
//#define ASSISTED_TRAMMING_WAIT_POSITION { X_CENTER, Y_CENTER, 30 } // Move the nozzle out of the way for adjustment
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Screw thread:
|
* Screw Thread. Use one of the following defines:
|
||||||
* M3: 30 = Clockwise, 31 = Counter-Clockwise
|
*
|
||||||
* M4: 40 = Clockwise, 41 = Counter-Clockwise
|
* M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise
|
||||||
* M5: 50 = Clockwise, 51 = Counter-Clockwise
|
* M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise
|
||||||
|
* M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise
|
||||||
|
*
|
||||||
|
* :{'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'}
|
||||||
*/
|
*/
|
||||||
#define TRAMMING_SCREW_THREAD 40
|
#define TRAMMING_SCREW_THREAD M4_CW
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue