hello every body,
I'm trying to do a simple thing a hull between a cube and a cylinder( something very easy to do in openscad:
//!OpenSCAD
hull() {
cube(10,center =true);
translate([0,0,60]) cylinder(1,5,5);
}
but i'm trying to do this in openjscad for hours now without any result.
Please help.
Thanks in advance
Best regards