My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

restore_configs 277B

123456789
  1. #!/usr/bin/env bash
  2. cp config/default/Configuration*.h Marlin
  3. [ -f Marlin/src/pins/pins_RAMPS.h.backup ] && cp Marlin/src/pins/pins_RAMPS.h.backup Marlin/src/pins/pins_RAMPS.h
  4. rm -f Marlin/src/pins/pins_RAMPS.h.backup
  5. rm -f Marlin/_Bootscreen.h
  6. rm -f Marlin/_Statusscreen.h