Extruder: GEN3 and EXTRUDER defined in config, not Makefile
This commit is contained in:
parent
0dc7d77885
commit
196caff134
|
|
@ -70,7 +70,7 @@ OBJCOPY = $(ARCH)objcopy
|
|||
# #
|
||||
##############################################################################
|
||||
|
||||
DEFS = -DF_CPU=$(F_CPU) -DEXTRUDER -DGEN3
|
||||
DEFS = -DF_CPU=$(F_CPU)
|
||||
# DEFS += "-DDEBUG=1"
|
||||
|
||||
OPTIMIZE = -Os -ffunction-sections -finline-functions-called-once
|
||||
|
|
|
|||
Loading…
Reference in New Issue