This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| M220 S100 ; Reset Speed factor override percentage to default (100%) | |
| M221 S100 ; Reset Extrude factor override percentage to default (100%) | |
| G91 ; Incremental coordinates | |
| G1 E-3 F1800 ; Retract | |
| G1 Z10 F9000 ; Move up | |
| G90 ; Absolute cooridinates | |
| M106 S0 ; Turn off cooling fan | |
| M104 S0 ; Turn off extruder | |
| M140 S0 ; Turn off bed | |
| G1 X0 Y{machine_depth} F9000 ; Move back |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from kivy.graphics.context_instructions import Color | |
| from kivy.graphics.vertex_instructions import Rectangle | |
| from kivy.properties import StringProperty, Clock | |
| from kivy.uix.boxlayout import BoxLayout | |
| from kivy.uix.image import Image | |
| from kivy.uix.widget import Widget | |
| """ | |
| By Benedikt Zwölfer |