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 383B

123456789101112131415
  1. #!/usr/bin/env bash
  2. #
  3. # restore_configs
  4. #
  5. # Restore default configs, delete pins backup and dogm bitmaps
  6. #
  7. # Restore the (possibly modified) Configurations
  8. [ -d ".test" -a -f ".test/Configuration.h" ] && cp .test/Configuration*.h Marlin/
  9. # Restore the original unmodified pins
  10. [ -d ".test/pins" ] && cp -r .test/pins Marlin/src/pins/
  11. # Delete DOGM bitmaps
  12. rm -f Marlin/_*screen.h