CauldronDevelopmentLLC / CAMotics

Open-Source Simulation & Computer Aided Machining - A 3-axis CNC GCode simulator
Other
602 stars 138 forks source link

Lag and computer getting hang #343

Closed HiyaGada closed 3 years ago

HiyaGada commented 3 years ago

I've been facing a lot of lag after running the GCode in CAMotics. Usually, this happens when I run codes that have a lot of arcs. Is there a solution for this? I have an exam in a week :(

jcoffland commented 3 years ago

If you're running big simulations it can use up all your system memory. This can cause your operating system to push things out of memory and on to disk. It will then have to reload those things from disk later thus causing the computer to lag. This is not specific to CAMotics. Just don't run large simulations and it will go away.