Hello,
after a lot of trials I'm really struggling on the following problem:
I would like to extrude a 2D dxf up to a certain height, but not directly in a perfect Z-direction but in a certain angle to get a sloped 3D shape. The targeted 3D object is a height of 10mm with a ceratin angular. Hull command is not working because the dxfs have a defined hole shape inside. If anybody has an idea how to solve this issue, please give ma a hint.
A trial with 'rotate' before extruding (after extruding I planned to rotate backwards) is interpreted in no real rotation but in extruding the plane shadow (light from above) into Z direction.
linear_extrude(20,scale=[1,1])
scale([1,1])
rotate([45,0,45])
translate([0,0,0])
circle(50, $fa=1);
best regards Sven
I'm using OpenScad Version 2019.05