- added ability to toggle globally the display of ToolTips. Edit -> Preferences -> General -> Enable ToolTips checkbox.

- added true fullscreen support (for Windows OS)
This commit is contained in:
Marius Stanciu
2019-02-22 22:23:29 +02:00
committed by Marius S
parent 7272b46dd9
commit a67e31bda3
3 changed files with 328 additions and 297 deletions

View File

@@ -13,7 +13,8 @@ CAD program, and create G-Code for Isolation routing.
- added Repetier postprocessor file
- removed "added ability to regenerate objects (it's actually deletion followed by recreation)" because of the way Python pass parameters to functions by reference instead of copy
-
- added ability to toggle globally the display of ToolTips. Edit -> Preferences -> General -> Enable ToolTips checkbox.
- added true fullscreen support (for Windows OS)
21.02.2019