You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the SVG line width is set to max(burn, 0.05) in boxes/__init__.py. My laser engraver only cuts lines of 0.001mm, anything else is engraved. I'd love to be able to control burn-correction and line-width explicitly and independently :)
Currently the SVG line width is set to
max(burn, 0.05)inboxes/__init__.py. My laser engraver only cuts lines of 0.001mm, anything else is engraved. I'd love to be able to control burn-correction and line-width explicitly and independently :)