Skip to content

Releases: svenhb/GRBL-Plotter

Version 1.2.2.0

20 Dec 17:20
22dc0df
Compare
Choose a tag to compare
  • Enhancement #40 control via Keyboard
  • Improved import of images - check wiki
    • smoothing of outline contour
    • shrink contour to compensate pen width

Version 1.2.1.0

05 Nov 21:41
2c6eb0f
Compare
Choose a tag to compare
  • Improved import of images - check wiki

    • New filters for easy color quantization
    • Create outline contour to avoid wavy edges
  • Bugfix #37

Bugfix 1.2.0.1

02 Sep 20:49
457ccbe
Compare
Choose a tag to compare

Hope to fix issues #24, #25, #26 concerning setup window
Problem was missing default value.

Version 1.2.0.0

02 Sep 17:52
14c975b
Compare
Choose a tag to compare
  • Revision of tool change support
    • add tool (pen-color) table, remove color palette support
    • rename keywords / variables from '@'xy to '#'xy
  • Add drag tool compensation
  • Add option for line segmentation during import (cut long G1 moves into shorter moves with max. given length)
  • Add option for insertion of a subroutine after certain xy length
  • Option: Show machine working area, alert on exceed
  • Option: Reduce CPU load by showing background picture instead of real object path during streaming
  • Option: receive commands via serial port for DIY control pad / pendant
  • Some bug fixes

Version 1.1.6.4

08 Jul 20:23
b45c878
Compare
Choose a tag to compare

Surface scan - height map

  • add manipulation options
  • add export option for STL and X3D
  • generate GCode from Height map

Virtual joystick

  • add black border to seperate color areas

Serial COM window

  • copy GRBL-Settings to clipboard, after pressing "Check GRBL" for further use

Version 1.1.6.3

31 May 18:17
edc0e34
Compare
Choose a tag to compare

Bug fix in surface scan

Version 1.1.6.2

08 May 18:40
def167a
Compare
Choose a tag to compare

Fixed: After SVG import, first 'pen-up' move was shown as 'pen-down' move.

Version 1.1.6.1

04 May 21:13
06a0c8a
Compare
Choose a tag to compare

Import copied code from maker.js

  • Just select .DXF or .SVG, press 'Generate', then 'copy the text above'
  • then paste the code into GRBL-Plotter

Version 1.1.6.0

19 Apr 20:18
ad9a0ed
Compare
Choose a tag to compare

DXF-Text import, using libreCAD fonts
Just extend fonts by copying LFF files to sub folder fonts
Revision of Text creation dialog, supporting libreCAD fonts
Hide 'PenUp' path in 2D view by pressing the space bar.
Bug fixes:
Win7 zooming in 2D view not possible
Paste code via Ctrl-V was disabled

Because of the fonts, the size of the ZIP increased from 2.6MB to 8.1MB

Version 1.1.5.3

10 Apr 21:14
deaa2da
Compare
Choose a tag to compare

Add import option for tool change (add M0 instead of M6)