Skip to content

Releases: paukstelis/OctoPrint-LatheEngraver

1.0.14

20 Sep 17:06
Compare
Choose a tag to compare

Fix an error in command assembly that impacted power output.

1.0.13

04 Sep 00:20
Compare
Choose a tag to compare

Fix an issues that seems isolated to Windows systems related to setting queue_B with grblB

1.0.12

03 Sep 12:47
e53fa57
Compare
Choose a tag to compare

Fixed an issue when feedrate is 0. Moved regex parsing to re.compile for efficiency.

1.0.10

02 Sep 17:23
Compare
Choose a tag to compare

Fixed issue with queue tracking on job start/end

1.0.9

30 Aug 23:55
Compare
Choose a tag to compare

Fix a bug that prevents proper homing. Commands are only processed by the queue hook if a job is actually being run. Add exception if ascan.txt file is not present.

1.0.8

28 Aug 00:41
5408cd0
Compare
Choose a tag to compare

This release provides the first pass at adding ovality correction. It is recommended to uncheck that box in the run options until there is more information on how to use it. This also adds the BYPASS keywoard for operations that shouldn't have coordinate modifications.

1.0.6

09 Aug 20:26
Compare
Choose a tag to compare

Minor fix: check queue_Z and not grblZ when check against depth limit.

1.0.5

01 Aug 13:40
Compare
Choose a tag to compare

Enable Z plunge tracking. CNC runs will bring a modal window where settings for stopping the run after a certain Z height, or pausing after certain Z heights can be set. NOTE: CNC and Laser runs will have separate modals, but Laser is not yet complete. Ensure you are in CNC mode by setting $32=0 in terminal window, or changing that LatheEngraver plugin settings.

1.0.2

28 Jul 00:01
Compare
Choose a tag to compare

Fix mapping of arrow keys for X, Z axes.

< and > will rotate A axis, [ and ] will rotate B axis.

1.0.1

23 Jul 11:30
Compare
Choose a tag to compare

Remove movements on pause