mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
✨ CONFIGURE_FILAMENT_CHANGE
MarlinFirmware/Marlin#26613 Co-Authored-By: plampix <19209306+plampix@users.noreply.github.com>
This commit is contained in:
parent
a684d1b024
commit
7f1571e317
708 changed files with 1062 additions and 708 deletions
|
@ -1352,7 +1352,7 @@
|
|||
#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 PROGMEM).
|
||||
// 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.
|
||||
|
@ -2952,6 +2952,7 @@
|
|||
|
||||
#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
|
||||
//#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
|
||||
#define CONFIGURE_FILAMENT_CHANGE // Add M603 G-code and menu items. Requires ~1.3K bytes of flash.
|
||||
#endif
|
||||
|
||||
// @section tmc_smart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue