From 73f9f956450fe096a7c39e7eed7901920ed20b00 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 15 Sep 2021 22:41:44 -0400 Subject: [PATCH] Update platformio.ini --- platformio.ini | 94 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 83 insertions(+), 11 deletions(-) diff --git a/platformio.ini b/platformio.ini index 2c56243e72..8639339a52 100644 --- a/platformio.ini +++ b/platformio.ini @@ -62,6 +62,18 @@ default_envs = E3P_Tall_Runout_Touch E3P_Tall_Runout_Touch_BLT E3P_Tall_Runout_Touch_BLT_ZM + E3V2 + E3V2_BLT + E3V2_BLT_ZM + E3V2_Runout + E3V2_Runout_BLT + E3V2_Runout_BLT_ZM + E3V2_Tall_427 + E3V2_Tall_BLT + E3V2_Tall_BLT_ZM + E3V2_Tall_Runout + E3V2_Tall_Runout_BLT + E3V2_Tall_Runout_BLT_ZM E5_427 E5_BLT E5_BLT_ZM @@ -613,6 +625,66 @@ platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3Pro427 -DABL_BLTOUCH -DCreality42XUseZMin -DMachineEnder3Touchscreen -DlerdgeFilSensor -DE3TALLKIT -DMACHINE_PRO +[env:E3V2] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DCreality427 + +[env:E3V2_BLT] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality427 + +[env:E3V2_BLT_ZM] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality42XUseZMin -DCreality427 + +[env:E3V2_Runout] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DlerdgeFilSensor -DCreality427 + +[env:E3V2_Runout_BLT] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DlerdgeFilSensor -DCreality427 + +[env:E3V2_Runout_BLT_ZM] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality42XUseZMin -DlerdgeFilSensor -DCreality427 + +[env:E3V2_Tall_427] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DE3TALLKIT -DCreality427 + +[env:E3V2_Tall_BLT] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DE3TALLKIT -DCreality427 + +[env:E3V2_Tall_BLT_ZM] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality42XUseZMin -DE3TALLKIT -DCreality427 + +[env:E3V2_Tall_Runout] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DlerdgeFilSensor -DE3TALLKIT -DCreality427 + +[env:E3V2_Tall_Runout_BLT] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DlerdgeFilSensor -DE3TALLKIT -DCreality427 + +[env:E3V2_Tall_Runout_BLT_ZM] +platform = ${common_stm32f1.platform} +extends = env:STM32F103RET6_creality_maple +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder3V2 -DABL_BLTOUCH -DCreality42XUseZMin -DlerdgeFilSensor -DE3TALLKIT -DCreality427 + [env:E5_427] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple @@ -621,12 +693,12 @@ build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder [env:E5_BLT] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DOrigLCD [env:E5_BLT_ZM] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin -DOrigLCD [env:E5_Touch] platform = ${common_stm32f1.platform} @@ -646,17 +718,17 @@ build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder [env:E5_Runout] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DlerdgeFilSensor +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DlerdgeFilSensor -DOrigLCD [env:E5_Runout_BLT] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DlerdgeFilSensor +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DlerdgeFilSensor -DOrigLCD [env:E5_Runout_BLT_ZM] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin -DlerdgeFilSensor +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin -DlerdgeFilSensor -DOrigLCD [env:E5_Runout_Touch] platform = ${common_stm32f1.platform} @@ -676,17 +748,17 @@ build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder [env:E5P_427] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DMACHINE_PRO +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DMACHINE_PRO -DOrigLCD [env:E5P_BLT] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DMACHINE_PRO +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DMACHINE_PRO -DOrigLCD [env:E5P_BLT_ZM] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin -DMACHINE_PRO +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin -DMACHINE_PRO -DOrigLCD [env:E5P_Touch] platform = ${common_stm32f1.platform} @@ -706,17 +778,17 @@ build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder [env:E5P_Runout] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DlerdgeFilSensor -DMACHINE_PRO +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DlerdgeFilSensor -DMACHINE_PRO -DOrigLCD [env:E5P_Runout_BLT] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DlerdgeFilSensor -DMACHINE_PRO +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DlerdgeFilSensor -DMACHINE_PRO -DOrigLCD [env:E5P_Runout_BLT_ZM] platform = ${common_stm32f1.platform} extends = env:STM32F103RET6_creality_maple -build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin -DlerdgeFilSensor -DMACHINE_PRO +build_flags = ${env:STM32F103RET6_creality_maple.build_flags} -DMachineEnder5 -DCreality427 -DABL_BLTOUCH -DCreality42XUseZMin -DlerdgeFilSensor -DMACHINE_PRO -DOrigLCD [env:E5P_Runout_Touch] platform = ${common_stm32f1.platform}