add config and plugins
This commit is contained in:
		
							parent
							
								
									4f42862a91
								
							
						
					
					
						commit
						95f55b9c45
					
				
					 3 changed files with 19 additions and 2 deletions
				
			
		| 
						 | 
					@ -49,12 +49,12 @@ https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip \
 | 
				
			||||||
https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip \
 | 
					https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip \
 | 
				
			||||||
https://github.com/birkbjo/OctoPrint-Themeify/archive/master.zip \
 | 
					https://github.com/birkbjo/OctoPrint-Themeify/archive/master.zip \
 | 
				
			||||||
https://github.com/jneilliii/OctoPrint-Python3PluginCompatibilityCheck/archive/master.zip \
 | 
					https://github.com/jneilliii/OctoPrint-Python3PluginCompatibilityCheck/archive/master.zip \
 | 
				
			||||||
https://github.com/OllisGit/OctoPrint-PrintJobHistory/releases/latest/download/master.zip \
 | 
					 | 
				
			||||||
https://github.com/marian42/octoprint-preheat/archive/master.zip \
 | 
					https://github.com/marian42/octoprint-preheat/archive/master.zip \
 | 
				
			||||||
https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip \
 | 
					https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip \
 | 
				
			||||||
https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip \
 | 
					https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip \
 | 
				
			||||||
https://github.com/jneilliii/OctoPrint-ConsolidateTempControl/archive/master.zip \
 | 
					https://github.com/jneilliii/OctoPrint-ConsolidateTempControl/archive/master.zip \
 | 
				
			||||||
https://github.com/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/master.zip
 | 
					https://github.com/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/master.zip \
 | 
				
			||||||
 | 
					https://github.com/eyal0/OctoPrint-PrintTimeGenius/archive/master.zip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VOLUME /home/octoprint/.octoprint
 | 
					VOLUME /home/octoprint/.octoprint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										14
									
								
								octoprint_config/cancel_gcode.gcode
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								octoprint_config/cancel_gcode.gcode
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,14 @@
 | 
				
			||||||
 | 
					; move head out of the way
 | 
				
			||||||
 | 
					G91
 | 
				
			||||||
 | 
					G0 Z10
 | 
				
			||||||
 | 
					G28 X Y
 | 
				
			||||||
 | 
					G0 X0Y230
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					; disable motors
 | 
				
			||||||
 | 
					M84
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					;disable all heaters
 | 
				
			||||||
 | 
					{% snippet 'disable_hotends' %}
 | 
				
			||||||
 | 
					{% snippet 'disable_bed' %}
 | 
				
			||||||
 | 
					;disable fan
 | 
				
			||||||
 | 
					M106 S0
 | 
				
			||||||
							
								
								
									
										3
									
								
								octoprint_config/config.txt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								octoprint_config/config.txt
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,3 @@
 | 
				
			||||||
 | 
					OctoKlipper
 | 
				
			||||||
 | 
					config dir: /home/octoprint/.octoprint
 | 
				
			||||||
 | 
					log: /tmp/klippy.log
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue