10 lines
		
	
	
		
			243 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| restore_configs
 | |
| 
 | |
| eval "cp Marlin/src/config/examples/${1}/Configuration* Marlin/"
 | |
| 
 | |
| if [ -f "Marlin/src/config/examples/${1}/_Bootscreen.h" ]; then
 | |
|   cp "Marlin/src/config/examples/${1}/_Bootscreen.h" Marlin/src/config/
 | |
| fi
 |