My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

restore_configs 272B

1234567891011
  1. #!/usr/bin/env bash
  2. cp config/default/Configuration*.h Marlin
  3. PINS="Marlin/src/pins"
  4. RAMPS="$PINS/ramps/pins_RAMPS.h"
  5. BKUP="$PINS/ramps/pins_RAMPS.backup.h"
  6. [ -f $BKUP ] && { cp "$BKUP" "$RAMPS" ; rm -f $BKUP ; }
  7. rm -f Marlin/_Bootscreen.h
  8. rm -f Marlin/_Statusscreen.h