mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-17 11:47:57 -06:00
📝 Update PID, other comments
This commit is contained in:
parent
2ba199d117
commit
3baff79239
765 changed files with 6142 additions and 5373 deletions
|
@ -1342,20 +1342,20 @@
|
|||
//#define CALIBRATION_SCRIPT_PRE "M117 Starting Auto-Calibration\nT0\nG28\nG12\nM117 Calibrating..."
|
||||
//#define CALIBRATION_SCRIPT_POST "M500\nM117 Calibration data saved"
|
||||
|
||||
#define CALIBRATION_FEEDRATE_SLOW 60 // mm/min
|
||||
#define CALIBRATION_FEEDRATE_FAST 1200 // mm/min
|
||||
#define CALIBRATION_FEEDRATE_TRAVEL 3000 // mm/min
|
||||
#define CALIBRATION_FEEDRATE_SLOW 60 // (mm/min)
|
||||
#define CALIBRATION_FEEDRATE_FAST 1200 // (mm/min)
|
||||
#define CALIBRATION_FEEDRATE_TRAVEL 3000 // (mm/min)
|
||||
|
||||
// The following parameters refer to the conical section of the nozzle tip.
|
||||
#define CALIBRATION_NOZZLE_TIP_HEIGHT 1.0 // mm
|
||||
#define CALIBRATION_NOZZLE_OUTER_DIAMETER 2.0 // mm
|
||||
#define CALIBRATION_NOZZLE_TIP_HEIGHT 1.0 // (mm)
|
||||
#define CALIBRATION_NOZZLE_OUTER_DIAMETER 2.0 // (mm)
|
||||
|
||||
// Uncomment to enable reporting (required for "G425 V", but consumes flash).
|
||||
//#define CALIBRATION_REPORTING
|
||||
|
||||
// The true location and dimension the cube/bolt/washer on the bed.
|
||||
#define CALIBRATION_OBJECT_CENTER { 264.0, -22.0, -2.0 } // mm
|
||||
#define CALIBRATION_OBJECT_DIMENSIONS { 10.0, 10.0, 10.0 } // mm
|
||||
#define CALIBRATION_OBJECT_CENTER { 264.0, -22.0, -2.0 } // (mm)
|
||||
#define CALIBRATION_OBJECT_DIMENSIONS { 10.0, 10.0, 10.0 } // (mm)
|
||||
|
||||
// Comment out any sides which are unreachable by the probe. For best
|
||||
// auto-calibration results, all sides must be reachable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue