Skip to content

Releases: svenhb/GRBL-Plotter

Version 1.6.8.2

15 Jan 18:44
a050ab7
Compare
Choose a tag to compare

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:

  • SVG text import: process attribute "letter-spacing", set default for fill and stroke
  • Process automation
  • Set default for "Distance to be assumed as equal" to 0.001 to get hatch-fill with complex data to work.
    image

Version 1.6.8.0

05 Jan 17:18
f8c2f21
Compare
Choose a tag to compare

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)

image

image

image

Data exported from here: https://touchterrain.geol.iastate.edu/main - location "Barringer crater"

Version 1.6.7.3

05 Nov 09:25
26600d5
Compare
Choose a tag to compare

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

30 Sep 20:19
9459cc6
Compare
Choose a tag to compare

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:

Forgot to update the setup-generator

  • made new setup-file, including italian language

Version 1.6.7.1

17 Sep 12:32
b9e8ec7
Compare
Choose a tag to compare

Bug fix: "Index was out of range" when pasting code on editor area.

Version 1.6.7.0

11 Aug 19:13
863ccd6
Compare
Choose a tag to compare

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]
    image

Hatch fill properties can be found in [Graphics import - Path import - Path modifications - Fill closed paths]

  • grbl Setup form:
    image

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

18 Jun 09:46
4f6da59
Compare
Choose a tag to compare

New feature for SVG, DXF import:

  • Optional: take account of visibility attributes

DXF in LibreCAD Layer_visibility.dxf :
image
image
image

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

28 May 11:32
7754ffe
Compare
Choose a tag to compare

Some improovements:

  • Optional offset to duplicated figure in [Setup - Program appearance - 2D-View/Editor - Duplicate offset]
  • Selected node (alt - click) can be moved
  • changes in code-block fold/unfold logic - automatic or not (#168)...
    image

and Bug fixes:

Version 1.6.6.3

20 Apr 15:45
52049c9
Compare
Choose a tag to compare

Add option to duplicate selected path
Add option to change properties of selected path
Add limit number of GCode lines to skip time consuming display options
image
image
image

Version 1.6.6.2

13 Apr 17:25
2a1e9e1
Compare
Choose a tag to compare

Option to force connection to Marlin
Option to use a drag-knife as drag tool