|
784 | 784 | //#define BED_LIMIT_SWITCHING // Keep the bed temperature within BED_HYSTERESIS of the target
|
785 | 785 | #endif
|
786 | 786 |
|
| 787 | +// Add 'M190 R T' for more gradual M190 R bed cooling. |
| 788 | +//#define BED_ANNEALING_GCODE |
| 789 | + |
787 | 790 | //===========================================================================
|
788 | 791 | //==================== PID > Chamber Temperature Control ====================
|
789 | 792 | //===========================================================================
|
|
952 | 955 | // Distance between bed and nozzle Z home position
|
953 | 956 | #define DELTA_HEIGHT 250.00 // (mm) Get this value from G33 auto calibrate
|
954 | 957 |
|
955 |
| - #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate |
| 958 | + #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // (mm) Get these values from G33 auto calibrate |
956 | 959 |
|
957 | 960 | // Horizontal distance bridged by diagonal push rods when effector is centered.
|
958 | 961 | #define DELTA_RADIUS 124.0 // (mm) Get this value from G33 auto calibrate
|
959 | 962 |
|
960 | 963 | // Trim adjustments for individual towers
|
961 | 964 | // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
|
962 | 965 | // measured in degrees anticlockwise looking from above the printer
|
963 |
| - #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate |
| 966 | + #define DELTA_TOWER_ANGLE_TRIM { 0.0, 0.0, 0.0 } // (mm) Get these values from G33 auto calibrate |
964 | 967 |
|
965 |
| - // Delta radius and diagonal rod adjustments (mm) |
966 |
| - //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 } |
967 |
| - //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 } |
| 968 | + // Delta radius and diagonal rod adjustments |
| 969 | + //#define DELTA_RADIUS_TRIM_TOWER { 0.0, 0.0, 0.0 } // (mm) |
| 970 | + //#define DELTA_DIAGONAL_ROD_TRIM_TOWER { 0.0, 0.0, 0.0 } // (mm) |
968 | 971 | #endif
|
969 | 972 |
|
970 | 973 | // @section scara
|
|
1646 | 1649 |
|
1647 | 1650 | #define Z_PROBE_LOW_POINT -2 // (mm) Farthest distance below the trigger-point to go before stopping
|
1648 | 1651 |
|
1649 |
| -// For M851 give a range for adjusting the Z probe offset |
1650 |
| -#define Z_PROBE_OFFSET_RANGE_MIN -20 // (mm) |
1651 |
| -#define Z_PROBE_OFFSET_RANGE_MAX 20 // (mm) |
| 1652 | +// For M851 provide ranges for adjusting the X, Y, and Z probe offsets |
| 1653 | +//#define PROBE_OFFSET_XMIN -50 // (mm) |
| 1654 | +//#define PROBE_OFFSET_XMAX 50 // (mm) |
| 1655 | +//#define PROBE_OFFSET_YMIN -50 // (mm) |
| 1656 | +//#define PROBE_OFFSET_YMAX 50 // (mm) |
| 1657 | +//#define PROBE_OFFSET_ZMIN -20 // (mm) |
| 1658 | +//#define PROBE_OFFSET_ZMAX 20 // (mm) |
1652 | 1659 |
|
1653 | 1660 | // Enable the M48 repeatability test to test probe accuracy
|
1654 | 1661 | #define Z_MIN_PROBE_REPEATABILITY_TEST
|
|
0 commit comments