mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 01:20:17 +02:00
Minor hollow extrude bugfix.
This commit is contained in:
@@ -244,7 +244,7 @@ module extrude_from_to(pt1, pt2, convexity=undef, twist=undef, scale=undef, slic
|
|||||||
module extrude_2d_hollow(wall=2, height=50, twist=90, slices=60, center=undef, orient=ORIENT_Z, align=V_UP)
|
module extrude_2d_hollow(wall=2, height=50, twist=90, slices=60, center=undef, orient=ORIENT_Z, align=V_UP)
|
||||||
{
|
{
|
||||||
orient_and_align([0,0,height], orient, align, center) {
|
orient_and_align([0,0,height], orient, align, center) {
|
||||||
linear_extrude(height=height, twist=twist, slices=slices) {
|
linear_extrude(height=height, twist=twist, slices=slices, center=true) {
|
||||||
difference() {
|
difference() {
|
||||||
children();
|
children();
|
||||||
offset(r=-wall) {
|
offset(r=-wall) {
|
||||||
|
Reference in New Issue
Block a user