clean marlin 2.0.x-bugfix
This commit is contained in:
11
buildroot/bin/restore_configs
Executable file
11
buildroot/bin/restore_configs
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cp config/default/Configuration*.h Marlin
|
||||
|
||||
PINS="Marlin/src/pins"
|
||||
RAMPS="$PINS/ramps/pins_RAMPS.h"
|
||||
BKUP="$PINS/ramps/pins_RAMPS.backup.h"
|
||||
[ -f $BKUP ] && { cp "$BKUP" "$RAMPS" ; rm -f $BKUP ; }
|
||||
|
||||
rm -f Marlin/_Bootscreen.h
|
||||
rm -f Marlin/_Statusscreen.h
|
Reference in New Issue
Block a user