Skip to content

question - aligning tops? #17

@BillionShields

Description

@BillionShields

I'm trying to align tops for box and a sphere. Anchor seems has no effect at all. How do I do that?

include <relativity.scad/relativity.scad>;
//
//%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]);  

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions