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

restore_configs 352B

1234567891011
  1. #!/usr/bin/env bash
  2. rm -f Marlin/_Bootscreen.h Marlin/_Statusscreen.h marlin_config.json .pio/build/mc.zip
  3. if [[ $1 == '-d' || $1 == '--default' ]]; then
  4. use_example_configs
  5. else
  6. git checkout Marlin/Configuration.h 2>/dev/null
  7. git checkout Marlin/Configuration_adv.h 2>/dev/null
  8. git checkout Marlin/src/pins/ramps/pins_RAMPS.h 2>/dev/null
  9. fi