This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This line includes all the standard macros. | |
| [include klipper-macros/*.cfg] | |
| # Uncomment to include features that require specific hardware support. | |
| # LCD menu support for features like bed surface selection and pause next layer. | |
| [include klipper-macros/optional/lcd_menus.cfg] | |
| # Optimized bed leveling | |
| [include klipper-macros/optional/bed_mesh.cfg] | |
| [include macro.cfg] |