A bit more to read ;)
This commit is contained in:
@@ -15,14 +15,34 @@
|
|||||||
# Remove '-fmax-errors=5' from build_flags below to see all.
|
# 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]
|
[platformio]
|
||||||
src_dir = Marlin
|
src_dir = Marlin
|
||||||
boards_dir = buildroot/share/PlatformIO/boards
|
boards_dir = buildroot/share/PlatformIO/boards
|
||||||
#default_envs = mega2560
|
#default_envs = mega2560
|
||||||
#default_envs = i3_MEGA_S_TMC
|
|
||||||
extra_configs = i3_mega_envs.ini
|
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
|
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]
|
[common]
|
||||||
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
|
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
|
||||||
|
Reference in New Issue
Block a user