chiark / gitweb /
Added Motors Off button to Pronterface UI
authorSteven Abadie <steven@alephobjects.com>
Sat, 18 Oct 2014 23:46:58 +0000 (17:46 -0600)
committerSteven Abadie <steven@alephobjects.com>
Sat, 18 Oct 2014 23:46:58 +0000 (17:46 -0600)
plugins/PronterfaceUI/image.png
plugins/PronterfaceUI/map.png
plugins/PronterfaceUI/script.py

index c5ce1c90758944ab594d7de7b8d47564c676a0bd..4a4a9ec022abd1ecb0dc6e836425063dda8de061 100644 (file)
Binary files a/plugins/PronterfaceUI/image.png and b/plugins/PronterfaceUI/image.png differ
index 664f570175e590629e366d97106ff5c70d690825..c07ad91259eedf0086ccc4698999e5e340f18767 100644 (file)
Binary files a/plugins/PronterfaceUI/map.png and b/plugins/PronterfaceUI/map.png differ
index 4503f596a0896723e88e2207d84b1e4e8fbfcb65..a4d3f0e5ae2bef367f0cb6c126f7723b72aae08f 100644 (file)
@@ -57,3 +57,4 @@ addButton(0, 240, 255, 'Print', startPrint)
 addButton(0, 220, 255, 'Pause', pausePrint)
 addButton(0, 200, 255, 'Cancel', cancelPrint)
 addButton(0, 180, 255, 'Error log', showErrorLog)
+addButton(0, 160, 255, "Motors Off", sendGCode, "M18;")