🎨 Misc. cleanup

This commit is contained in:
Scott Lahteine 2022-10-09 11:19:48 -04:00
parent efee2cc6c8
commit c802c9d810
292 changed files with 585 additions and 585 deletions

View file

@ -2074,7 +2074,7 @@
*/
#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
#define EXTRA_LIN_ADVANCE_K // Add a second linear advance constant, configurable with M900.
#define EXTRA_LIN_ADVANCE_K // Add a second linear advance constant, configurable with M900 L.
#define LIN_ADVANCE_K 0.0 // Unit: mm compression per 1mm/s extruder speed
//#define LA_DEBUG // Print debug information to serial during operation. Disable for production use.
#define EXPERIMENTAL_SCURVE // Allow S-Curve Acceleration to be used with LA.
@ -4077,7 +4077,7 @@
/**
* Mechanical Gantry Calibration
* Modern replacement for the Prusa TMC_Z_CALIBRATION.
* Modern replacement for the Průša TMC_Z_CALIBRATION.
* Adds capability to work with any adjustable current drivers.
* Implemented as G34 because M915 is deprecated.
* @section calibrate