svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
669 stars 177 forks source link

Out of memory error with the drag knife path modification enabled? #385

Closed vinevinz closed 6 months ago

vinevinz commented 6 months ago

It always says the system is out of memory whenever I load new SVG with the drag knife compensation on in the setup. Whether it is drag knife or tangential knife produce same error. The file it self open and work just fine if path modification is off. ( I tried the file using pencil and it is working great)

Can you help point out what is wrong with the settings?

Screenshot 2024-03-18 171606

svenhb commented 6 months ago

What kind of PC are you using? Operating system? RAM? Can you upload the orginal SVG file? And can you show your settings in setup? image

And what is the value for the step-width? image

vinevinz commented 6 months ago

Step width circumfence settings totally fixed my issues! Thank you for the help. I am really new to this cnc things.

My PC is R5 3500, 16gb Ram, 3060. That is why I do not think spec is the issue.

svenhb commented 6 months ago

Which setting did you change? Step width? What was your previous value? Perhaps I can prevent such problem in the future.

vinevinz commented 6 months ago

Sorry for late reply,

My step width value was on default, I think it was 0.001 or 0.01.

Maybe showing warning about this when enabling Path Compensation would save beginner like me from this error.