GRBL Plotter Versions Save

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.

v1.7.3.1

1 month ago

New feature "Convert to polar coordinates"

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

Result: image

Bug fixes

  • #384

v1.7.3.0

2 months ago

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

  • #375

image

v1.7.2.0

3 months ago

New option "Noise"

Add noise to straight lines:

Bug fix #375

image

image

v1.7.1.1

3 months ago

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

v1.7.1.0

4 months ago

New features:

Bug fixes:

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

v1.7.0.4

6 months ago

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

v1.7.0.3

7 months ago

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

v1.7.0.2

8 months ago

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

v1.7.0.1

8 months ago
  • 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

v1.7.0.0

9 months ago

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