forked from mriscoc/Special_Configurations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathV2-Volcano.py
More file actions
14 lines (12 loc) · 749 Bytes
/
V2-Volcano.py
File metadata and controls
14 lines (12 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/python
# ------------------------------------------------------------------------------
# Configurations generator script for the Professional Firmware
# Standard Volcano All Metal with thermistor #05 upto 300°C
# Author: Miguel A. Risco Castillo
# URL: https://github.com/mriscoc/Marlin_Configurations
# ------------------------------------------------------------------------------
import CreateConfigs
CreateConfigs.Generate('Ender3V2-422-MM-Volc', ['Ender3V2','422','MM','T5'])
CreateConfigs.Generate('Ender3V2-427-MM-Volc', ['Ender3V2','427','MM','T5'])
CreateConfigs.Generate('Ender3V2-422-BLTUBL-Volc', ['Ender3V2','422','BLT','UBL','T5'])
CreateConfigs.Generate('Ender3V2-427-BLTUBL-Volc', ['Ender3V2','427','BLT','UBL','T5'])