does anybody know how an existing object (*.stl file) can be cut in two halves, so that both halves can be printed with a big flat surface on the heatbed, without any support structures? Then I want to glue the halves together.
I don’t know about any automated software to do that. Personally, I use openscad for such tasks. Simply cut away one half and then the other. Of course you will also have to rotate one of the two halves.
does anybody know how an existing object (*.stl file) can be cut in two halves, so that both halves can be printed with a big flat surface on the heatbed, without any support structures? Then I want to glue the halves together.
Thanks
Michael[/quote]
U can use netfabb. Basic version is FREE.
I don´t know about the Windows Program, but the Mac App is
very easy tp use, it´s nearly self explaining. Within half an hour
and i´ve understood the needed options of this program
It includes rudimental 3D design options eg cut, but no merge.
Also included is to build simple objects.
[quote=“Tectu”]Personally, I use openscad for such tasks. Simply cut away one half and then the other. Of course you will also have to rotate one of the two halves.
[/quote]
How do you import the *.stl file into OpenScad? I did see the export function for *.stl files, but I find no import function. OpenScad seems to accept only *.scad and *.csg files.