From 41963419ef63389565568ae0c70882a9a4add463 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 3 Nov 2024 08:53:02 -0500 Subject: [PATCH] remove comma --- attachments.scad | 4 ++-- nurbs.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/attachments.scad b/attachments.scad index 087cc3a9..e9f0a079 100644 --- a/attachments.scad +++ b/attachments.scad @@ -1254,7 +1254,7 @@ module default_tag(tag,do_tag=true) // Note that if you directly set the `$tag` variable then tag scoping will not work correctly. // Usually you will want to use tag_scope in the first child of {{attachable()}} to isolate the geometry // of your attachable object. If you put it **outside** the {{attachable()}} call, then it will -// set a scope that also applies to the children passed to your attachable object. +// set a scope that also applies to the children passed to your attachable object, which is probably not what you want. // Side Effects: // `$tag_prefix` is set to the value of `scope=` if given, otherwise is set to a random string. // Example(3D,NoAxes): In this example, tag_scope() is required for things to work correctly. @@ -1290,7 +1290,7 @@ module default_tag(tag,do_tag=true) // myring() // color_this("green") cyl(d=20, l=61) // tag("remove") color_this("yellow") cyl(d=10, l=65); -// Example(3D,NoAxes): If the tag_scope() is outside the attachable() call then something different goes wrong: +// Example(3D,NoAxes): If the tag_scope() is outside the attachable() call then the scope applies to the children and something different goes wrong: // module myring(){ // tag_scope() // attachable(anchor=CENTER, spin=0, d=60, l=60) { diff --git a/nurbs.scad b/nurbs.scad index 48db0156..5a8e7b3f 100644 --- a/nurbs.scad +++ b/nurbs.scad @@ -258,7 +258,7 @@ function nurbs_curve(control,degree,splinesteps,u, mult,weights,type="clamped", ) uniform? let( - msum = cumsum(mult), + msum = cumsum(mult) ) [for(uval=adjusted_u) let(