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
| [neopixel fysetc_mini12864] | |
| pin: EXP1_6 | |
| chain_count: 3 | |
| color_order: RGB | |
| initial_RED: 0.0 | |
| initial_GREEN: 0.0 | |
| initial_BLUE: 0.4 | |
| [delayed_gcode set_displaytemp_timer] | |
| initial_duration: 1 |
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
| [gcode_macro HOME] | |
| gcode: | |
| # home not homed axies | |
| {% for axis in ['x', 'y', 'z'] %} | |
| {% if axis not in printer.toolhead.homed_axes %} | |
| G28 { axis } | |
| {% endif %} | |
| {% endfor %} | |
| [gcode_macro CENTER] |
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 file contains common pin mappings for the BIGTREETECH SKR V1.3 board used | |
| # in the FLSUN SuperRacer. To use this config, the firmware should be compiled | |
| # for the LPC1768. | |
| [mcu] | |
| # SKR 1.3 for stepper E+sensors+heaters | |
| serial: | |
| [mcu:abc] | |
| # Supernova for steppers A,B,C |
OlderNewer