kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.35k stars 995 forks source link

Printcore gcoder is extremely slow on low low resource devices #788

Open schlaegerz opened 7 years ago

schlaegerz commented 7 years ago

I'm trying to run printcore off of a raspberry pi and it is extremely slow. Takes ~10 minutes to process a file even after I get the memory efficient gcoder working.

I'm running the line gcoder.LightGCode(self.gcode) and there are about 150,000 lines of gcode.

On my mac it always takes less than a second.

Is there some memory issue on Linux?

rockstorm101 commented 7 years ago

Does it make any difference to disable the plater? (Settings > Options > Viewer > Main visualization > "None")

schlaegerz commented 7 years ago

I'm not running print run at all. I was trying to use printcore by itself and calling just the gcoder part took a long time.