Skip to content

Releases: svenhb/GRBL-Plotter

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.

Version 1.5.7.0

27 Feb 14:36
4462500
Compare
Choose a tag to compare

Text to GCode: Support of SVG Font files (https://gitlab.com/oskay/svg-fonts) #185

Code repetition: option to repeate code including header and footer #186

Bug fix in Tool change script handling #184

To make the scripts more variable, the pen-up/down code will be available as subroutines O97 and O98 - callable from the tool-change scripts. Then it's easier to switch from real Z movement to servo-control.

Option to control the servo during setup of the Servo PWM values

image

Version 1.5.6.1

12 Feb 21:17
8d3270c
Compare
Choose a tag to compare

Problem: If using a servo (controlled via spindle PWM) the PWM will be set to '0' on program end M30 (because grbl will reset the parser state).
Depending on hardware setup, this will lower the pen and draw a dot.
To avoid this, the only way is to skip the M30 command.
image

Version 1.5.6.0

06 Feb 19:29
f05a10e
Compare
Choose a tag to compare
  • GampePad: add PointOfViewControllers0
  • Simple Shapes: add "Round off Z" to generate 1/4 circle round off on edge of workpiece
    image
    https://youtu.be/N1VzqaF1_io

Version 1.5.5.3

27 Jan 06:09
274545f
Compare
Choose a tag to compare
  • Tool change scripts: adjustable delay after script
  • improoved streaming: synchronize streaming feedback with status polling frequency

Version 1.5.5.1

22 Jan 17:30
59e3b6d
Compare
Choose a tag to compare

Graphics import:

  • Option to add a frame
  • Option to multiply graphics in x in y direction

Camera

  • add option to rotate arround 0;0 or marker point 1
  • add command to clear offset (G92.1)

Bug fixes:

  • fix drill import
  • camera-window fix rotation import
  • 2D-view mark drills when only using PWM output

Version 1.5.5.0

17 Jan 22:48
f1b2f69
Compare
Choose a tag to compare

New features:

  • Added a 3rd serial com - without grbl handling [Menu - Machine control - Control 3rd serial COM] needed for #159
  • Check GCode for bad G2/3 code which causes grbl error 33
  • Added Arduino-Nano binary 'grbl_v1.1f_Servo_switch_dir_step.hex' for use with cheap nano-cnc-shield where dir and step pins are switched,

Features to simplify manual work:

  • Added a jog path creator - [Menu - G-Code Creation - Create jog path]
  • Added bevel / round off in [Menu - G-Code Creation - Create simple shapes]
  • Added M2 nut to [Menu - G-Code Creation - Extensions - GCode-Nut-Recess]

Some bug fixes:

  • Fix display error like this: arkypita/LaserGRBL#1248
  • Import option tiling, without grouping caused mutiple segments of same code

Version 1.5.4.2

30 Dec 21:22
dde23c3
Compare
Choose a tag to compare

Fix issue #175

Version 1.5.4.1

29 Dec 13:52
5bd61fa
Compare
Choose a tag to compare
Version 1.5.4.1 Pre-release
Pre-release

Bug fix for grbl jogging