LaserWeb / LaserWeb4

Collaborative effort on the next version of LaserWeb / CNCWeb
GNU Affero General Public License v3.0
707 stars 191 forks source link

Cutting very slow (too many tiny steps) inkscape export issue? #551

Open matze777 opened 5 years ago

matze777 commented 5 years ago

Hi,

i have a inkscape file with two shapes i created two Laser Cut operations with the same values. The first shape (a circle) will be cut in correct speed but the second one only on straight lines but in curves it is cutting very very slow.

I would be happy for any help.

test.zip

cprezzi commented 5 years ago

Your SVG works just fine on my installation. I guess your GCODE CURVE LINEARISATION FACTOR (under settings->gcode) is too small, which creats a lot of extremly short G1 segments in the gcode. Try it with 0.4. This will give a good balance between resolution and amount of gcode lines.