Update platformio.ini
This commit is contained in:
+51
-2
@@ -328,11 +328,32 @@ default_envs =
|
||||
Ender3V2
|
||||
Ender3V2_427
|
||||
Ender3V2_427_BLT
|
||||
Ender3V2_427_BLT_ZM
|
||||
Ender3V2_BLT
|
||||
Ender3V2_BLT_ZM
|
||||
Ender3_422
|
||||
Ender3_422_BLT
|
||||
Ender3_422_BLT_ZM
|
||||
Ender3_427
|
||||
Ender3_427_BLT
|
||||
Ender3_427_BLT_ZM
|
||||
Ender3Max_422
|
||||
Ender3Max_422_BLT
|
||||
Ender3Max_422_BLT_ZM
|
||||
Ender3Max_427
|
||||
Ender3Max_427_BLT
|
||||
Ender3Max_427_BLT_ZM
|
||||
Ender6
|
||||
Ender6_BLT
|
||||
CR6_452
|
||||
CR6_453
|
||||
CR6_LGX_452
|
||||
CR6_LGX_453
|
||||
CR6Max_452
|
||||
CR6Max_453
|
||||
CR6Max_LGX_452
|
||||
CR6Max_LGX_453
|
||||
|
||||
|
||||
include_dir = Marlin
|
||||
extra_configs =
|
||||
@@ -2587,8 +2608,6 @@ extends = common_avr8
|
||||
board = megaatmega2560
|
||||
build_flags = ${common.build_flags} -DMachineS5 -DBedAC -DABL_BLTOUCH -DMeshExtreme -DABL_UBL -DCableExtensionNoiseFilter -DlerdgeFilSensor
|
||||
|
||||
|
||||
|
||||
[env:Ender3V2]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
@@ -2599,6 +2618,11 @@ platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH
|
||||
|
||||
[env:Ender3V2_BLT_ZM]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality42XUseZMin
|
||||
|
||||
|
||||
[env:Ender3V2_427]
|
||||
platform = ${common_stm32f1.platform}
|
||||
@@ -2610,6 +2634,11 @@ platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality427
|
||||
|
||||
[env:Ender3V2_427_BLT_ZM]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality427 -DCreality42XUseZMin
|
||||
|
||||
[env:Ender3V2_SKRT]
|
||||
platform = ${common_LPC.platform}
|
||||
extends = common_LPC
|
||||
@@ -2633,6 +2662,11 @@ platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Pro422 -DABL_BLTOUCH
|
||||
|
||||
[env:Ender3_422_BLT_ZM]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Pro422 -DABL_BLTOUCH -DCreality42XUseZMin
|
||||
|
||||
[env:Ender3_427]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
@@ -2643,6 +2677,11 @@ platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Pro427 -DABL_BLTOUCH
|
||||
|
||||
[env:Ender3_427_BLT_ZM]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Pro427 -DABL_BLTOUCH -DCreality42XUseZMin
|
||||
|
||||
[env:Ender3Max_422]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
@@ -2653,6 +2692,11 @@ platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Max -DABL_BLTOUCH
|
||||
|
||||
[env:Ender3Max_422_BLT_ZM]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Max -DABL_BLTOUCH -DCreality42XUseZMin
|
||||
|
||||
[env:Ender3Max_427]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
@@ -2664,6 +2708,11 @@ platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Max -DCreality427 -DABL_BLTOUCH
|
||||
|
||||
[env:Ender3Max_427_BLT_ZM]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Max -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin
|
||||
|
||||
[env:Ender6]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:STM32F103RET6_creality_maple
|
||||
|
||||
Reference in New Issue
Block a user