1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-28 09:40:21 +02:00

Moved no_point(str) from belt.scad to global.scad

This commit is contained in:
Chris Palmer
2020-09-06 11:51:33 +01:00
parent 1eb8b378e9
commit 04f2499a9e
3 changed files with 2 additions and 2 deletions

View File

@@ -5798,6 +5798,7 @@ Global constants, functions and modules. This file is used directly or indirectl
| ```inch(x)``` | Inch to mm conversion (For fractional inches, 'inch(1 + 7/8)' will work as expected.) |
| ```m(x)``` | m to mm conversion |
| ```mm(x)``` | Explicit mm specified |
| ```no_point(str)``` | Replace decimal point in string with 'p' |
| ```r2sides(r)``` | Replicates the OpenSCAD logic to calculate the number of sides from the radius |
| ```r2sides4n(r)``` | Round up the number of sides to a multiple of 4 to ensure points land on all axes |
| ```sqr(x)``` | Returns the square of ```x``` |