@@ -194,6 +194,24 @@ sender, or the following code example:
...
@@ -194,6 +194,24 @@ sender, or the following code example:
p.resume()
p.resume()
p.disconnect()
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)