Welcome! Log In Create A New Profile

Advanced

How does slicer work, how fast is it?

Posted by mung 
How does slicer work, how fast is it?
May 18, 2013 04:39PM
I am thinking about messing around with slicing .obj/.stl file into gcode or maybe even remove the gcode step and move straight to motor direct control.

I am only thinking about this as I heard slicing is very slow, I have never used any slicer, what is slow about it, how long does a slicer take to turn a typical object into gcode?

Is there an easy to understand overview of the slicing process and how the slicer code works?
Re: How does slicer work, how fast is it?
May 19, 2013 08:16AM
mung Wrote:
-------------------------------------------------------
> I am thinking about messing around with slicing
> .obj/.stl file into gcode or maybe even remove the
> gcode step and move straight to motor direct
> control.

Seems to be unpossible!

> I am only thinking about this as I heard slicing
> is very slow, I have never used any slicer, what
> is slow about it, how long does a slicer take to
> turn a typical object into gcode?

Skeinforge isn't very fast because it is a Python (interpreted) software. You can speed up gcode calculation by using PyPy rather than usual Python interpreter. In all cases slicing will be far much quicker than printing process!

> Is there an easy to understand overview of the
> slicing process and how the slicer code works?

See http://fabmetheus.crsndoo.com/overview.php.


François
Sorry, only registered users may post in this forum.

Click here to login