mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 22:14:06 -06:00
🐛 Fix various configs, prevent oversized binary (#1012)
This commit is contained in:
parent
91557020ec
commit
66a95ec8a4
36 changed files with 47 additions and 68 deletions
|
@ -1218,7 +1218,7 @@
|
|||
|
||||
// @section motion
|
||||
|
||||
#define AXIS_RELATIVE_MODES { false, false, false, false }
|
||||
#define AXIS_RELATIVE_MODES { false, false, false }
|
||||
|
||||
// Add a Duplicate option for well-separated conjoined nozzles
|
||||
//#define MULTI_NOZZLE_DUPLICATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue