diff --git a/platformio.ini b/platformio.ini index 2ff3e36f..6d7d2407 100755 --- a/platformio.ini +++ b/platformio.ini @@ -15,14 +15,34 @@ # Remove '-fmax-errors=5' from build_flags below to see all. # + + +# ******************************************************************************************* +# ** ** +# ** If you want to select a specific configuration for your ** +# ** printer, just open the PlatformIO tab on the left, select ** +# ** PROJECT TASKS and then "env:i3_MEGA*" (your desired config) ** +# ** From there you can build and upload your code. ** +# ** ** +# ******************************************************************************************* + [platformio] src_dir = Marlin boards_dir = buildroot/share/PlatformIO/boards #default_envs = mega2560 -#default_envs = i3_MEGA_S_TMC extra_configs = i3_mega_envs.ini default_envs = i3_MEGA, i3_MEGA_TMC, i3_MEGA_S, i3_MEGA_S_DGUS, i3_MEGA_S_DGUS_TMC, i3_MEGA_S_TMC, i3_MEGA_X, i3_MEGA_X_TMC, i3_MEGA_BLTOUCH_10, i3_MEGA_TMC_BLTOUCH_10, i3_MEGA_S_BLTOUCH_10, i3_MEGA_S_DGUS_BLTOUCH_10, i3_MEGA_S_DGUS_TMC_BLTOUCH_10, i3_MEGA_S_TMC_BLTOUCH_10, i3_MEGA_X_BLTOUCH_10, i3_MEGA_X_TMC_BLTOUCH_10, i3_MEGA_BLTOUCH_11, i3_MEGA_TMC_BLTOUCH_11, i3_MEGA_S_BLTOUCH_11, i3_MEGA_S_DGUS_BLTOUCH_11, i3_MEGA_S_DGUS_TMC_BLTOUCH_11, i3_MEGA_S_TMC_BLTOUCH_11, i3_MEGA_X_BLTOUCH_11, i3_MEGA_X_TMC_BLTOUCH_11 +# ******************************************************************************************* +# ** ** +# ** If you want to select a specific configuration for your ** +# ** printer, just open the PlatformIO tab on the left, select ** +# ** PROJECT TASKS and then "env:i3_MEGA*" (your desired config) ** +# ** From there you can build and upload your code. ** +# ** ** +# ******************************************************************************************* + + [common] default_src_filter = + - - +