ostat / gridfinity_extended_openscad

Gridfinity Extended OpenSCAD Model
https://docs.ostat.com/docs/openscad/gridfinity-extended
MIT License
159 stars 17 forks source link

Allow the dimentions to be entered in mm instead of GF units #15

Closed ostat closed 3 months ago

ostat commented 5 months ago

Allow the units to be entered in mm instead of units of 42. The grid size should stay the same.

ostat commented 5 months ago

This is a hack but, see how its goes. Applies to width or depth, if the value is greater than 21 we assume the value is in mm. so 135 would be 135mm.

image

Changed in d0acd3b

ostat commented 5 months ago

this is resolved, however will keep open as I think its work reviewing when we use gf units and when mm.

ostat commented 3 months ago

This has been fixed properly now. The three main dimensions can be provided as Gridfinity units (42/7) or overridden as a value in mm.

image