List: discuss@lists.openscad.org
From: Serge
relativity.scad how to align tops?
Mon, May 27, 2019 2:48 AM
I'm trying to align tops of box and sphere via relativity library.
need some help
include ;
//
//%box(50, anchor=[0,0,-1])
// color("red") translate([0, 0, -30]) {
// align([0,0,1])
// %%sphere(d=60);
// }
%box(50, anchor=[0,0,-1])
color("red")
align([0,0,1])
%%sphere(d=60, anchor=[0,0,1]);