Disable DGUS for Mega X with BLTouch on 1.1 Motherboard
This commit is contained in:
@@ -57,7 +57,7 @@ build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_X -DKNUTWURST_TMC -DKNUTWU
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
[env:i3_MEGA_S_DGUS_TMC]
|
[env:i3_MEGA_Sç_TMC]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
board_build.f_cpu = 16000000L
|
board_build.f_cpu = 16000000L
|
||||||
@@ -190,8 +190,8 @@ board_build.f_cpu = 16000000L
|
|||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||||
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT -DKNUTWURST_BLTOUCH
|
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X -DKNUTWURST_BLTOUCH
|
||||||
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_TMC
|
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_TMC -DKNUTWURST_DGUS2_TFT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -202,8 +202,8 @@ board_build.f_cpu = 16000000L
|
|||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||||
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT -DKNUTWURST_TMC -DKNUTWURST_BLTOUCH
|
build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14 -DKNUTWURST_MEGA_X -DKNUTWURST_TMC -DKNUTWURST_BLTOUCH
|
||||||
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S
|
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S -DKNUTWURST_DGUS2_TFT
|
||||||
|
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
@@ -211,6 +211,10 @@ build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_S
|
|||||||
# BL Touch Configurations ( TRIGORILLA_14_11 ) #
|
# BL Touch Configurations ( TRIGORILLA_14_11 ) #
|
||||||
# #
|
# #
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
|
#
|
||||||
|
# i3 Mega (normal Version)
|
||||||
|
#
|
||||||
[env:i3_MEGA_BLTOUCH_11]
|
[env:i3_MEGA_BLTOUCH_11]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
@@ -233,6 +237,9 @@ build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14_11 -
|
|||||||
build_unflags = -DKNUTWURST_MEGA_S -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT
|
build_unflags = -DKNUTWURST_MEGA_S -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# i3 Mega S
|
||||||
|
#
|
||||||
[env:i3_MEGA_S_BLTOUCH_11]
|
[env:i3_MEGA_S_BLTOUCH_11]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
@@ -280,6 +287,9 @@ build_flags = ${common.build_flags} -DMOTHERBOARD=BOARD_TRIGORILLA_14_11 -
|
|||||||
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT
|
build_unflags = -DKNUTWURST_MEGA -DKNUTWURST_MEGA_X -DKNUTWURST_DGUS2_TFT
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# i3 Mega X
|
||||||
|
#
|
||||||
[env:i3_MEGA_X_BLTOUCH_11]
|
[env:i3_MEGA_X_BLTOUCH_11]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
|
Reference in New Issue
Block a user