Skip to content

Releases: svenhb/GRBL-Plotter

Version 1.6.1.0

04 Sep 15:55
5336de0
Compare
Choose a tag to compare

New features;

  • #214 Stream selected figure, group or define individual start, stop lines -> right click on stream-button
    image
    image

  • #217 2D-View figure color: If Tool table is in use, replace figure colors (original from graphic) by assigned tool colors.
    2D-View display of tiles: new option: show correct tile position in 2D-view, even if offset of tiles is 0

  • #220 Add option to avoid notches in curves

Note: following files were updated after generating this release:

Version 1.6.0.5

20 Aug 20:57
52c2c9c
Compare
Choose a tag to compare
Version 1.6.0.5 Pre-release
Pre-release

DXF import

  • Bug fixes after implementing Z import

Path development

  • Bug fixes

Version 1.6.0.4

16 Aug 18:25
b9f51ab
Compare
Choose a tag to compare
Version 1.6.0.4 Pre-release
Pre-release

New features (not really tested yet)

  • DXF Import of Z values (1st version) - see [Setup - Path import - Format releated - DXF import]
  • Develop of 2D path - see [Setup - Path import - Special conversion]

Bug fixes

  • Selection of lines #140 fixed
  • Initial Path Pen-Up view

Version 1.6.0.1

04 Aug 17:26
d00a943
Compare
Choose a tag to compare

Bug fix:

  • wrong path to SVG / LFF fonts
  • select, deselect figures

Improovement:

  • Selection of lines #140

Version 1.6.0.0

31 Jul 14:12
27cc4b5
Compare
Choose a tag to compare

I switched to VS 2019
I have tried to get rid of all of the visual studio's warnings - with moderate success.

New installer via Inno Setup

  • hope this fixes the error "Fehler beim Herunterladen einer enfordlichen datei..."
  • doesn't work with win XP -> then just unpack "GRBL-Plotter_1600_release.zip"

New location for the data folder:

Old: same location as application folder.
New: depending on user privileges during installation:
Administrator: "C:\ProgramData\GrblPlotter\GRBL-Plotter"
User : "C:\Users\John.Doe\AppData\Roaming\GRBL-Plotter\GRBL-Plotter"

Some bug fixes

Probably some new bugs, I could'nt find ;-)

Version 1.5.8.4

06 Jun 17:13
2e46940
Compare
Choose a tag to compare

Bug fixes:

  • #200 fix: new arrangement of Setup-Gui elements - see below
  • #201 fix: check if DXFLWPolyLine.FlagsEnum.closed
  • #202 fix: Allow grouping even if there is only one group member
  • fix: drag & drop functionallity

New feature - untested:

  • Add more pre-defined positions for RC-Servo for use in subroutines. Intended use: watercolor usage needs different heights for drawing via pen-down and refreshing or cleaning the brush.
    image

  • renumbering pre-defined subroutines

Version 1.5.8.2

02 May 17:16
1955c0d
Compare
Choose a tag to compare

Bug fix: "Kill Alarm" didn't worked #199

Features:

  • Probing dialog: avoid crash into touch plate by keeping "Save distance" higher than "Touch plate dimension" #196
  • Text import: insert line break after reaching certain line length (by estimating an word lengths) #197

Version 1.5.8.0

25 Apr 21:56
9432986
Compare
Choose a tag to compare

Improoved halftone processing

image
Video: https://youtu.be/7Nvf4UwK_yk

Bug fixes:

  • #188 don't send further grbl-comments to 3rd serial
  • #189 wrong angle of first arrow in 2D-view pen-up path
  • #191 New option for GCode-modification - Split original moves: sent pen-up/down before/after script
    image
  • #192 Overlap paths at tile borders / Display tile borders and numbers
    image
    image

Version 1.5.7.3

08 Mar 21:06
4023c10
Compare
Choose a tag to compare

Bug fix: Text to Gcode - allow leading space

Bug fix: Using Z-Axis with 'several passes': inital 'Pen up' was nok

Bug fix: described in #186 MainFormStreaming - Line 186

Improovement in Tool change script handling #184

Subroutines O97 and O98 will only be generated if subroutine calls are found in tool-change scripts.

New option: ramp down to "Pen-down" position (when using a brush)

image

Version 1.5.7.1

28 Feb 16:53
b0df459
Compare
Choose a tag to compare

Fixed Problem: during streaming, sometimes commands are missing.