Fix 0 extruders & bed compile (#20030)

This commit is contained in:
Jason Smith
2020-11-05 16:15:29 -08:00
committed by GitHub
parent f924344cc5
commit ce90447531
3 changed files with 15 additions and 7 deletions

View File

@ -60,6 +60,16 @@ opt_enable USE_XMAX_PLUG USE_YMAX_PLUG USE_ZMAX_PLUG \
opt_disable MIN_SOFTWARE_ENDSTOP_Z MAX_SOFTWARE_ENDSTOPS
exec_test $1 $2 "Rambo CNC Configuration"
#
# Rambo heated bed only
#
restore_configs
opt_set MOTHERBOARD BOARD_RAMBO
opt_set EXTRUDERS 0
opt_set TEMP_SENSOR_BED 1
opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
exec_test $1 $2 "Rambo heated bed only"
#
# Build with the default configurations
#