Skip to content

Releases: svenhb/GRBL-Plotter

Version 1.7.0.0

14 Jul 18:09
a01394d
Compare
Choose a tag to compare

New:

Bug fixes

#330 scan height map, one dimension
#331 hpgl IMPORT
Serial com window TextBox instead of RichTextBox and limit amount of lines to 10000 to avoid out of memory problem

Version 1.6.9.4

01 May 13:15
741c1e8
Compare
Choose a tag to compare

Optimized for import of SVGs, created by OpenStreetMap:

  • processing SVG color description like 'rgb(5.490196%,33.333333%,0%)'
  • rotate graphics before clipping
  • filter (keep or remove) objects before G-Code creation

Click on picture to see video:
image

Version 1.6.9.3

07 Apr 09:21
e2483ea
Compare
Choose a tag to compare

Bug fixes:

#333 / #334 bug fix in parsing subroutine number
#329 trigger manual tool change message also other languages...

Version 1.6.9.2

04 Apr 18:05
5a76fdb
Compare
Choose a tag to compare

500 Stars... Thanks 😀😀😀

New

Bug fixes

  • #332 don't care about '#' in comment - tool nr.
  • #333 subroutine number with 4 digits
  • #328 assume grbl 1.1 as default (to process grbl 3.x message from Fluidnc)

Version 1.6.9.1

25 Mar 13:38
0351db4
Compare
Choose a tag to compare

Change option "Ramp on Pen-down": add ramp also at the end of the line:

image

But this feature is not as good as I had hoped, when using felt tip pen: https://youtu.be/FD9YsWPyAmc?t=397

Some bug fixes

Version 1.6.9.0

10 Mar 14:49
b9a4bc3
Compare
Choose a tag to compare

New features:

Bug fixes:

  • Start button game pad not working (#start)
  • Jog command repetition ugly

Note: I replaced virtualJoystick.dll after this release, to avoid move command on right click, to open context menu.
https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter/DLLs/virtualJoystick.dll

Version 1.6.8.4b

29 Jan 22:05
b13712b
Compare
Choose a tag to compare

Bug fixes

  • Merlin controller connection
  • Process automation was opened full screen on multi monitor system
  • Text creation with system font
  • Barcode creation, try to avoid exceptions
  • Transform gcode, loosing F-value
  • ESC will deselect all marked figures

Note - in Source Code:

In this version a test output to logfile, during streaming, is implemented and may fill up the logfile rapidly

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