Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seguin <guillaume@segu.in>2014-10-21 02:16:11 +0400
committerGuillaume Seguin <guillaume@segu.in>2014-10-21 02:16:11 +0400
commitb423156fdb5131683f9d34fd8eab7de6119c2254 (patch)
treef0098d27beba2f6772b215653f7f2b66b674d4e0 /README.md
parent5fc47966cd98c9aedd583a097289bc07a4760adc (diff)
Fix #580: document plater & 3D viewer controls
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4bd174..06e3917 100644
--- a/README.md
+++ b/README.md
@@ -194,6 +194,24 @@ sender, or the following code example:
p.resume()
p.disconnect()
+## PLATERS
+
+Printrun provides two platers: a STL plater (```plater.py```) and a G-Code plater (```gcodeplater.py```).
+
+## 3D VIEWER CONTROLS
+
+When the 3D viewer is enabled, the controls are the following:
+- Mousewheel: zoom (Control reduces the zoom change steps)
+- Shift+mousewheel: explore layers (in print gcode view ; Control key makes layer change by increments of 10 instead of 1) or rotate object (in platers)
+- Left-click dragging: rotate view
+- Right-click dragging: pan view
+- Shift + left-click dragging: move object (in platers)
+- Page up/down keys: zoom (Control reduces the zoom change steps)
+- Up/down keys: explore layers
+- R key: reset view
+- F key: fit view to display entire print
+- C key: toggle "display current layer only" mode (in print gcode view)
+
## RPC SERVER
```pronterface``` and ```pronsole``` start a RPC server, which runs by default