You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in Issue #104, SolidPython can handle some of (all of?) OpenSCAD's special variables. But it's not clear in the documentation just how that works. Add this on.
Without looking at the code, the one thing I know is that any OpenSCAD function that takes a $fn argument can take a SolidPython segments argument. Need to look up the other variables and document them all in a clear place
The text was updated successfully, but these errors were encountered:
As mentioned in Issue #104, SolidPython can handle some of (all of?) OpenSCAD's special variables. But it's not clear in the documentation just how that works. Add this on.
Without looking at the code, the one thing I know is that any OpenSCAD function that takes a
$fn
argument can take a SolidPythonsegments
argument. Need to look up the other variables and document them all in a clear placeThe text was updated successfully, but these errors were encountered: