Skip to content

Releases: svenhb/GRBL-Plotter

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

Version 1.5.4.0

28 Dec 13:32
6f579a7
Compare
Choose a tag to compare
Version 1.5.4.0 Pre-release
Pre-release

Support of Marlin firmware

  • tested with Marlin 1.1.9 on a bare Mega 2560
  • Don't forget to adapt baud rate
  • It's recommended to reduce polling frequency:
    image
  • Name of 4th axis can be set here:
    image

Version 1.5.3.1

24 Dec 11:31
6d2936f
Compare
Choose a tag to compare

Improove notifier behavior: only notify if estimated process time > notifier inertval
Generate tiles: add option to skip additional Gcode of first tile (xy=0;0)
After streaming, update parser state (GUI didn't switched back to G54)

Bug fixes:

  • text import not working - fixed
  • simple shape pocket, innerst path missing