forked from mriscoc/Special_Configurations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
S1.py
18 lines (15 loc) · 937 Bytes
/
S1.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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'])
# FreeFlash.json is a custom made JSON file where you must write
# the features you want to disable to make room for mayor features
CreateConfigs.Generate('Ender3S1-F4-UBL', ['Ender3S1','301F4','BLT','UBL','FreeFlash'])