local-scad
local-scad copied to clipboard
Local coordinate systems for OpenSCAD
Results
1
local-scad issues
Sort by
recently updated
recently updated
newest added
fix axes rotation, test code: ``` use ; test_cs=new_cs(origin=[3,2,1],axes=[[0,0,-1],[-1,0,0]]); show_cs(test_cs); align(test_cs,new_cs()) show_cs(test_cs); ``` align result shoulbe at main coordinates start and headed as main axes.