Skip to content

Tags: skyhoshi/bCNC

Tags

pypi

Toggle pypi's commit message
Improve dragknife postprocessing

The dragknife plugin currently produces arcs that fail validation when
sent to grbl.

When the tangentialOffset method is called on an arc segment, both it's
start and end position are offset. The center is moved such that it is
equidistant between these new positions. This produces a valid arc.
However, when turned into GCode, only the center and end positions are
used - the start position is assumed to be the end position of the
previous command. This *isn't* a valid arc, and GCode processors like
grbl will report errors when sent this GCode.

This commit fixes the problem by using the end of the previous (tangentially
offset) segment as the start of subsequent offset arc segments.

0.9.14.304

Toggle 0.9.14.304's commit message
pypi bump

0.9.14.52.beta.exe

Toggle 0.9.14.52.beta.exe's commit message
warning

0.9.14.29.beta.exe

Toggle 0.9.14.29.beta.exe's commit message
Compile to .exe vlachoudis#437

0.9.11

Toggle 0.9.11's commit message
Merge pull request vlachoudis#664 from wolfmanjm/new-status-format

Modify status handling for new smoothie query format

0.9.10

Toggle 0.9.10's commit message
- Added adaptive laser cutting option

- Recent menu, justified with directory entries

0.9.9

Toggle 0.9.9's commit message
Increase the release number, especially for the probing bug on z

0.9.8

Toggle 0.9.8's commit message
G90 in scan function

0.9.7

Toggle 0.9.7's commit message
If the editor tab is not displayed all ".event_generate()"

messages are lost. So it is better to send them to winfo_toplevel() before
This solves an old bug that sometimes the canvas is not in sync with
the editor

0.9.4

Toggle 0.9.4's commit message
New strings