Welcome! Log In Create A New Profile

Advanced

SOLVED: Can anyone find a recent post about a c++ based slicer?

Posted by madscifi 
SOLVED: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 02:46AM
I remember running across a post sometime in the last couple of months about a new c++ based slicer that someone had started which including a link to the source. I've spent several hours trying to find it again via search/google and I've been completely unsuccessful. Does anyone remember it? Can anyone provide a link? I thought I had bookmarked it but I cannot find my bookmark either.

Thank you in advance for any help.

Edited 1 time(s). Last edit at 04/29/2011 11:26AM by madscifi.
Re: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 03:30AM
this is not new, but it seems to be getting a resurgence

[technocraticanarchist.blogspot.com]

there is also a program called net-fab but it think you are referring to the above. i did not link the download directly, i linked to the blog with the download link in it smiling smiley
Re: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 03:43AM
Slice & Dice is a Visual Basic .NET program not c++.


Bob Morrison
Wörth am Rhein, Germany
"Luke, use the source!"
BLOG - PHOTOS - Thingiverse
Re: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 03:47AM
Is it Mandoline?
[github.com]

Edited 1 time(s). Last edit at 04/29/2011 03:50AM by Sublime.
Re: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 04:49AM
Quote
Usage
Mandoline is a lightning-fast command-line program that slices 3D files into toolpaths for home-build thermoplastic-extrusion 3D printers like the RepRap or MakerBot. It can currently parse 3D input files in .STL binary or ASCII formats. Output will be in G-Code or .S3G formatted files. (Not yet implemented)

At the moment it doesn't yet output toolpaths of any sort, so it's far less than useful. It's an alpha state progress demo, really.

You can dump SVG files for each layer, for debugging purposes. What is implemented is the basic carve and interior infill. And that's buggy. It won't do multiple shells and insets and rafts and comb yet.

What is implemented, though, is extremely fast. I mean OMGWTFBBQ fast. Don't take my word for it. Download the code and compile it, and slice a complex STL file with it. If comparing it to another slicer, compare the Carve and Infill times.

It is C++ but currently not usable for anything...


Bob Morrison
Wörth am Rhein, Germany
"Luke, use the source!"
BLOG - PHOTOS - Thingiverse
Re: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 08:13AM
slice and dice seems like it is usable is it not? i don't know if it will work with WINE in ubuntu, but on windows it should work. Yes it is VB.


if anything you could learn from the way slice and dice works. there are some free slicer applications for the medical field that are written in c++

are there any special features this program had you can remember?

please add solved to the title if you feel you've reach a solution. thx
Re: SOLVED: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 11:28AM
Sublime - that was exactly what I was looking for. Thanks!
Re: SOLVED: Can anyone find a recent post about a c++ based slicer?
April 29, 2011 05:37PM
Madscifi,
Any chance you could post a windows EXE, to save us lazy folk having to compile it?.


Random Precision
Re: SOLVED: Can anyone find a recent post about a c++ based slicer?
April 30, 2011 03:46PM
It needs the Cygwin environment to compile/run on Windows and I don't have that installed anywhere at the moment. However, until it can actually produce useful output there is little reason to make a precompiled version available as it is not currently usable in its current state. That said, if you do have any use for the output it can produce (a set of SVG files, i think) let me know and I'll get a binary built.
Re: SOLVED: Can anyone find a recent post about a c++ based slicer?
April 30, 2011 04:49PM
Madscifi,
It needs the Cygwin environment to compile/run on Windows



Sorry I did not know it needed more development, I already have a slicer that outputs images, but thanks for the offer.


Random Precision
Sorry, only registered users may post in this forum.

Click here to login