Commit b423156f authored by Guillaume Seguin's avatar Guillaume Seguin

Fix #580: document plater & 3D viewer controls

parent 5fc47966
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment