winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.9k stars 766 forks source link

Fix problem with "run from processor" #2266

Closed breiler closed 1 year ago

breiler commented 1 year ago

Fixed problem with the "run from processor" where it did not use the original line number to skip commands. It now stores the gcode state for skipped lines and applies it once the selected line number is being processed.

Also fixed a problem with the "arc expander processor" applying the wrong feed rate.