Trim unnecessary Envs as we can easily select at runtime
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
# BMGV2 = https://www.thingiverse.com/thing:4886319
|
||||
# BMGV3 = TBD
|
||||
# Acessories:
|
||||
# Big Tree Tech Smart Filamant Sensor = BTTSFR
|
||||
# AC Mains Heat Bed = ACBed
|
||||
# Alternate Boards:
|
||||
# Big Tree Tech Octopus = OCTOPUS https://www.thingiverse.com/thing:4886287
|
||||
@@ -53,11 +52,6 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
[env:D3P_A4988_BTTSFR]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
[env:D3P_A4988_BLTouch]
|
||||
platform = atmelavr
|
||||
@@ -65,12 +59,6 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
[env:D3P_A4988_BLTouch_BTTSFR]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
#
|
||||
# A4988 Drivers w/Titans
|
||||
#
|
||||
@@ -81,23 +69,12 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
[env:D3P_A4988_DualGear_BTTSFR]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch_BTTSFR]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN
|
||||
|
||||
#
|
||||
# 2209
|
||||
@@ -316,24 +293,12 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
[env:D3P_A4988_BTTSFR_LowRes]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
[env:D3P_A4988_BLTouch_LowRes]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
[env:D3P_A4988_BLTouch_BTTSFR_LowRes]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
#
|
||||
# A4988 Drivers w/Titans
|
||||
#
|
||||
@@ -344,24 +309,12 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
[env:D3P_A4988_DualGear_BTTSFR_LowRes]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch_LowRes]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch_BTTSFR_LowRes]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN
|
||||
|
||||
#
|
||||
# 2209
|
||||
#
|
||||
@@ -542,11 +495,6 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_BTTSFR_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_BLTouch_Vul]
|
||||
platform = atmelavr
|
||||
@@ -554,12 +502,6 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_BLTouch_BTTSFR_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
#
|
||||
# A4988 Drivers w/Titans
|
||||
#
|
||||
@@ -570,24 +512,12 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_DualGear_BTTSFR_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch_BTTSFR_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DVULCAN
|
||||
|
||||
#
|
||||
# 2209
|
||||
#
|
||||
@@ -767,24 +697,12 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_BTTSFR_LowRes_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_BLTouch_LowRes_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_BLTouch_BTTSFR_LowRes_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
#
|
||||
# A4988 Drivers w/Titans
|
||||
#
|
||||
@@ -795,24 +713,12 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_DualGear_BTTSFR_LowRes_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch_LowRes_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
[env:D3P_A4988_DualGear_BLTouch_BTTSFR_LowRes_Vul]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineTLD3P -DDriverA4988 -DBMGExtruderV2 -DBL_Touch -DBTTSFR -DPOWER_LOSS_TRIGGER_BY_PIN -DLOWRES_DWIN -DVULCAN
|
||||
|
||||
#
|
||||
# 2209
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user