forked from mriscoc/Special_Configurations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathS1.py
15 lines (13 loc) · 804 Bytes
/
S1.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env python3
# ------------------------------------------------------------------------------
# Ender3S1 Configurations generator script for the Professional Firmware
# Author: Miguel A. Risco Castillo
# URL: https://github.com/mriscoc/Marlin_Configurations
# ------------------------------------------------------------------------------
import CreateConfigs
CreateConfigs.Generate('Ender3S1-F1-MM', ['Ender3S1','301F1','MM'])
CreateConfigs.Generate('Ender3S1-F4-MM', ['Ender3S1','301F4','MM'])
CreateConfigs.Generate('Ender3S1-F1', ['Ender3S1','301F1','BLT'])
CreateConfigs.Generate('Ender3S1-F4', ['Ender3S1','301F4','BLT'])
CreateConfigs.Generate('Ender3S1-F1-UBL', ['Ender3S1','301F1','BLT','UBL'])
CreateConfigs.Generate('Ender3S1-F4-UBL', ['Ender3S1','301F4','BLT','UBL','FreeFlash'])