Changes:
- Main window has dock windows now: "Device", "Modification", "Visualizer" and "Console". Windows can be moved, resized, closed, float.
- Added shortcuts settings.
- Removed "Units", "Rapid speed", "Acceleration" settings from "Machine info" group.
- Command can be evaluated by script engine now.
- "Restore origin" command was fixed.
- Panels are movable now.
- Plugins support added.
- Added "Camera" plugin.
- Added "User commands" plugin. Old "User commands" panel removed. The number and function of the buttons can now be customized.
- Added "Coordinate system" plugin.
- Added tool change commands support.
Plugins can be duplicated, simply copy/paste one in plugins folder. Thus you can set more than 1 "Camera" or "User commands" plugin.
Camera plugin
Controls:
- pan - mouse move with left mouse button pressed;
- zoom - mouse wheel;
- crosshair move - mouse move with shift and left mouse button pressed.
Settings:
- camera name;
- camera resolution;
- view pan;
- view zoom;
- crosshair position;
- crosshair circle size;
- crosshair line width;
- crosshair color.
User commands plugin
Each button has Hint, Icon & G-code settings:
- Hint is a short tooltip for button.
- Icons stored in "\plugins\usercommands\images" subfolder, you can place your own icons here.
- G-code is a multiline textbox, one line per command, no need to separate commands by semicolon now.
The order and number of buttons is also set in the settings.