Skip to content

Releases: svenhb/GRBL-Plotter

Version 1.7.3.1

16 Mar 20:35
bb34b75
Compare
Choose a tag to compare

New feature "Convert to polar coordinates"

Video: https://youtu.be/uAdN8MCVVp0
image

Result:
image

Bug fixes

Version 1.7.3.0

25 Feb 15:50
156791b
Compare
Choose a tag to compare

Overhaul of process automation

Create scripts to automatically

  • create text or barcode from a data file
  • rotate, scale or offset the generated code
  • stream code to grbl controller
  • wait for input, before processing next data line
  • Examples:
    Loading graphics from a file list to plot: https://youtu.be/8NAn4KABskI
    Generating text from a CVS file to laser engrave: https://youtu.be/oqVl5zpMbG0

Bug fixes

image

Version 1.7.2.0

04 Feb 15:34
72bbc2f
Compare
Choose a tag to compare

New option "Noise"

Add noise to straight lines:

Bug fix #375

image

image

Version 1.7.1.1

24 Jan 20:16
b454247
Compare
Choose a tag to compare

New features

Image import:

  • option for laser-engraver (not applying pen-up/-down commands)
  • new line tracing options:
    image

Tool to generate laserengraving test pattern:

image

Some bug fixes:

2024-01-25 1.7.1.1.a

  • #373 - extend size of point markers

Version 1.7.1.0

18 Dec 12:08
8047710
Compare
Choose a tag to compare

New features:

Bug fixes:

  • DXF block scaling #365
  • handling subroutines
  • .a .b .c Issue #366

Version 1.7.0.4

04 Nov 18:36
26bb71c
Compare
Choose a tag to compare

Bug fixes:

  • multiple file load
  • "Value was either too large or too small for a Decimal"

Multiple file loading demonstration: https://youtube.com/shorts/W_BjleN6Z8Y

Version 1.7.0.3.c

01 Oct 12:53
d2892a0
Compare
Choose a tag to compare

Issue #363 Probing - center finder, allow only X or Y thanks to krupnfs
Issue #353 limit stepwidth in AddArc to avoid unneeded data amount
issue #354 avoid zooming reset after object manipulation
issue #355 remove white background if info is disabled
#356 PWM-Down value from tool table
#357 M300 bug fix
#359 DXF Arc and Ellipse bug fix
#360 allow Multiple file import

Multiple file import via drag & drop: added some options
image

1.7.0.3.c issue #362 bug fix, when digital input is enabled and showing input state via background color:
Output D25 is connected to input D27 (https://github.com/fra589/grbl-Mega-5X/wiki/grbl-Mega-5X-pinout)
After pressing button-D3, D0 input (background color of button-D0) changes:
image

Version 1.7.0.2

20 Aug 07:42
d99d668
Compare
Choose a tag to compare

Thanks to heurist1 for improvement.
Speed up merge and sort #348

Version 1.7.0.1

14 Aug 15:19
d1808a9
Compare
Choose a tag to compare
  • Hatch fill extension: shrink enveloping path , delete enveloping path
  • Import parameter options: Largset object last, sort by dimension
  • Bug fix: Height map save as OBJ

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