olistrik / goskew

GoSkew is a program for post-processing G-code to account for axis skew.
GNU General Public License v3.0
28 stars 4 forks source link

Goskew corrupts thumbnails #7

Closed olistrik closed 1 year ago

olistrik commented 1 year ago

Goskew seems to match substrings in the prusa thumbnails and replaces them.

See https://forum.prusa3d.com/forum/postid/636923/

olistrik commented 1 year ago

fixed by 3b92e99.

Made the assumption that a line can only contain one g-code and will always begin with the instruction (G1 or G2 for skewed lines).