BelfrySCAD / BOSL2

The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
https://github.com/BelfrySCAD/BOSL2/wiki
BSD 2-Clause "Simplified" License
1.01k stars 115 forks source link

Add a preview_only argument to ruler() ? #1420

Closed RAMilewski closed 7 months ago

RAMilewski commented 7 months ago

What about adding a preview_only argument to ruler which defaults to true?

If preview_only is false the ruler will render with F6.

adrianVmariano commented 7 months ago

Maybe it should be a render= arg that defaults to true (status quo) and can be set to false to prevent the ruler from rendering?

revarbat commented 7 months ago

Given the dual-color nature of rulers, does a rendered ruler make any sense at all?

adrianVmariano commented 7 months ago

Hmmm. Good point. So maybe it should just always be preview only.

adrianVmariano commented 7 months ago

implemented in PR