Releases: svenhb/GRBL-Plotter
Version 1.6.8.2
Text creation from windows system font
Note: after installing a new font, GRBL-Plotter needs to be restarted, Otherwise, after selecting the newly installed font, an error message appears: "Only TrueType fonts are supported. This is not a TrueType font."
Bug fixes:
Version 1.6.8.0
Happy new year 2023
Improvements:
- Create text from installed windows-font
- Process automation (not well tested, new feature. XML script must be edit in external editor)
- Height map import STL and sectional view (only tested with source given below)
Data exported from here: https://touchterrain.geol.iastate.edu/main - location "Barringer crater"
Version 1.6.7.3
New
- Hatch fill: optional use of dash pattern (of closed path) for filling lines
Bug fixes:
- Apply dash pattern also on cirlces and arcs
- Tried to fix the "Collection was modified" exception
Version 1.6.7.2
New language italian
Thanks to 78Matteo78
Bug fix
Hatch fill on svg import (cut out didn't worked)
Hatch fill on text creation (didn't work, when SVG-Import hatch fill was enabled)
Forgot to remove an experimental change, please replace:
- https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter/GRBL-Plotter.csproj
- https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter/GUI/MainFormStreaming.cs
Forgot to update the setup-generator
- made new setup-file, including italian language
Version 1.6.7.1
Bug fix: "Index was out of range" when pasting code on editor area.
Version 1.6.7.0
New features
- SVG Text import (not all SVG text options are implemented), see https://www.w3.org/TR/SVG11/text.html
Example links "View this example as SVG..." can be dragged and dropped.
To fill the glyphs, enable [Graphics import - Path import - Format related - SVG Import - Apply hatch fill if object is filled]
Hatch fill properties can be found in [Graphics import - Path import - Path modifications - Fill closed paths]
Note:
Sorry, forgot to upload this files, before generating this relase (means, they are missing in the source.zip)
App. config, Settings.cs, Program.cs, GRBL-Plotter.csproj
in https://github.com/svenhb/GRBL-Plotter/tree/master/GRBL-Plotter
Version 1.6.6.6
New feature for SVG, DXF import:
- Optional: take account of visibility attributes
DXF in LibreCAD Layer_visibility.dxf :
Bug fixes:
- SVG import: bug fix getting first coordinates in "m" command and applying in "z" command
- serial COM Progress % (line-count could only grow up)
- Form-Dispose errors (ControlCameraForm, ControlSerialForm)
Note: two files were updated after the release:
https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter/GCodeCreation/ImportFromFile/GCodeFromSvg.cs
https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter/MachineControl/ControlSerialForm.Designer.cs
Version 1.6.6.5
Version 1.6.6.3
Version 1.6.6.2
Option to force connection to Marlin
Option to use a drag-knife as drag tool