Skip to content

Releases: svenhb/GRBL-Plotter

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

Version 1.6.6.1

08 Apr 21:01
d827224
Compare
Choose a tag to compare

Improvements

  • Height map - Z shape

  • Projector form: also setup via [Setup - Program appearance - Projector]

  • Option to add an imported graphic to the graphic currently displayed
    add_graphic

  • Option to disable spindle when Z axis is enabled

  • Improvement in Marlin support

Bug fixe

  • Recent-file list load from http

Version 1.6.6.0

01 Apr 19:21
ff997bd
Compare
Choose a tag to compare

New features:

  • #263 New form "Projector" shows the 2D-view in fix scale, to be shown on the workpiece with an projector [Machine control - Projector].
  • Additional forms (e.g. setup-form or text-creation) are not pinned to the front anymore, but can be brought to front via menu-button.
    To get the old mode (always in front) enable [Setup - Program appearance - 2D-View/Editor/Misc - Misc "Show other forms always in front"]
  • Changed layout in main GUI: Select use of Router/Plotter/Laser to control spindle speed / PWM adjustment
    image
  • Scan height-map: new option to scan just one axis and extrude the other - Application on a rotation axis: scan along the rotation axis, extrude along the perimeter.

Improovements:

  • If program was not installed, but just copied to "C:\program...", access rights are making trouble, when storing data.
    Fix: if the path "C:\program..." is recognized, a data-folder in User/documents will be created.
  • SVG-import: take care of pen-width scaling
  • Recognize USB/COM disconnection - save streaming status
  • Form 'Convert Image' rearrangement of the controls, conversion to grayscale or black and white for better laser support
  • Improoved exception handling

Bug fixes

#268 (connetion to marlin firmware)
#270 (tangential axis just turns 270° instead of 360° on G2/3 command)
#272 (wrong offset for tangential axis after GCode rotation, when not using 360° per turn)

New form "Projector":
image

Version 1.6.5.2

08 Feb 21:15
8c4bfec
Compare
Choose a tag to compare

Fix #255

  • implement bulge-import for DXFPolyline
  • change variables for gcode generation from float to double (increases accuracy from 7 to 15 digits) to get rid of error 33 at large coordinates
  • little improovement for telnet connection, but is still tricky
  • add more exception handling
  • changed installer-file - hope to get rid of access denied exceptions for the file current.csv