Marlin 2.1.2.2 Example Configurations
·
1637 commits
to import-2.1.x
since this release
Example Configurations for many machines supported by Marlin 2.1.2.2.
Changes
- π Update links to products, documentation.
- π§ Replace
DISABLE_[AXIS] true/falsewith simple switchesDISABLE_[AXIS]. - π§ Replace
TFT_SHARED_SPIwithTFT_SHARED_IO. - π§ Remove
X2_HOME_DIR(always assume +1). - π§ Remove
EXPERIMENTAL_SCURVE(not needed). - π§ Replace
TMC_SW_MOSI/MISO/SCKwithTMC_SPI_MOSI/MISO/SCK. - π§ Replace
BTT_MINI_12864_V1withBTT_MINI_12864. - π§ Replace
FOLDER_SORTINGwithSDSORT_FOLDERS. - π§ Replace
DISABLE_INACTIVE_EXTRUDERwithDISABLE_OTHER_EXTRUDERS. - π§ Replace
DEFAULT_STEPPER_DEACTIVE_TIMEwithDEFAULT_STEPPER_TIMEOUT_SEC. - π§ Replace
DISABLE_INACTIVE_[AXIS] true/falsewith simple switchesDISABLE_IDLE_[AXIS].