From 7fb354a2567b705b58071306feaef81b5002c9aa Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Sat, 9 Feb 2013 12:07:31 +0000 Subject: [PATCH] Added controls I want (motors off, fans on/off) - they perhaps should be custom --- octoprint/static/css/ui.css | 7 +++++++ octoprint/templates/index.html | 13 +++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/octoprint/static/css/ui.css b/octoprint/static/css/ui.css index 90dd04c..770e6c0 100644 --- a/octoprint/static/css/ui.css +++ b/octoprint/static/css/ui.css @@ -169,3 +169,10 @@ table th.timelapse_files_action, table td.timelapse_files_action { margin-right: 20px; margin-bottom: 20px; } + +#controls .control-box { + display: block; + height: 40px; + margin-right: 20px; + margin-bottom: 20px; +} diff --git a/octoprint/templates/index.html b/octoprint/templates/index.html index eebdf17..40282d9 100644 --- a/octoprint/templates/index.html +++ b/octoprint/templates/index.html @@ -170,7 +170,7 @@
-
+

XY

@@ -185,7 +185,7 @@
-
+

Z

@@ -197,6 +197,15 @@
+ +
+

Control

+
+ + + +
+