Releases: svenhb/GRBL-Plotter
Version 1.6.2.3
Language enable for
- custom button right click menu
- use case dialog
Path development
- Option to discard fiducial G-Code
Serial connection
- improove disconnecting blocked port (serial timeout)
- grbl vers. 0.9 bug-fix: wrong: set $10=2 (as for vers. 1.1), corrected: set $10=3
1.6.2.3
- DXF Import add DXFText (before just DXFMText)
- Bug fix tile shift offset of processed path
- Note: Source code zip is still version 1.6.2.2
Version 1.6.2.0
Reworking of the camera form https://grbl-plotter.de/index.php?id=form-camera&setlang=en:
Different camera mountings:
- Fix mount above working area -> fix scaling, fix XY offset
- Mount on XY platform -> fix scaling but variable XY offset
- Mount on Z axis of XY platform -> scaling depends on Z position - sorry, could not be tested
Add quadrilateral transformation to remove distortion caused by camera angle
Automatic fiducial correction https://grbl-plotter.de/index.php?id=fiducial-correction&setlang=en
Others
- GCode import: take care of G20 inch, large files 100000 lines -> disable some functionality
- Graphics import: huge amount 1000 paths -> disable figureXMLs
- Text creation form - add center alignment
Note: https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter/MachineControl/ControlHeightMap.Designer.cs must be updated in delivered "Source code.zip"
1.6.2.1: Improoved behavior of progressed path display
Version 1.6.1.0
New features;
-
#214 Stream selected figure, group or define individual start, stop lines -> right click on stream-button
-
#217 2D-View figure color: If Tool table is in use, replace figure colors (original from graphic) by assigned tool colors.
2D-View display of tiles: new option: show correct tile position in 2D-view, even if offset of tiles is 0 -
#220 Add option to avoid notches in curves
Note: following files were updated after generating this release:
Version 1.6.0.5
DXF import
- Bug fixes after implementing Z import
Path development
- Bug fixes
Version 1.6.0.4
New features (not really tested yet)
- DXF Import of Z values (1st version) - see [Setup - Path import - Format releated - DXF import]
- Develop of 2D path - see [Setup - Path import - Special conversion]
Bug fixes
- Selection of lines #140 fixed
- Initial Path Pen-Up view
Version 1.6.0.1
Bug fix:
- wrong path to SVG / LFF fonts
- select, deselect figures
Improovement:
- Selection of lines #140
Version 1.6.0.0
I switched to VS 2019
I have tried to get rid of all of the visual studio's warnings - with moderate success.
New installer via Inno Setup
- hope this fixes the error "Fehler beim Herunterladen einer enfordlichen datei..."
- doesn't work with win XP -> then just unpack "GRBL-Plotter_1600_release.zip"
New location for the data folder:
Old: same location as application folder.
New: depending on user privileges during installation:
Administrator: "C:\ProgramData\GrblPlotter\GRBL-Plotter"
User : "C:\Users\John.Doe\AppData\Roaming\GRBL-Plotter\GRBL-Plotter"
Some bug fixes
Probably some new bugs, I could'nt find ;-)