diff --git a/.openscad_docsgen_rc b/.openscad_docsgen_rc index 5facf70..919ffe9 100644 --- a/.openscad_docsgen_rc +++ b/.openscad_docsgen_rc @@ -11,6 +11,7 @@ IgnoreFiles: tmp_*.scad PrioritizeFiles: transforms.scad + constants.scad attachments.scad shapes2d.scad shapes3d.scad @@ -23,10 +24,10 @@ PrioritizeFiles: mutators.scad paths.scad regions.scad + skin.scad vnf.scad beziers.scad rounding.scad - skin.scad turtle3d.scad math.scad linalg.scad @@ -35,7 +36,6 @@ PrioritizeFiles: coords.scad geometry.scad trigonometry.scad - constants.scad version.scad comparisons.scad lists.scad diff --git a/skin.scad b/skin.scad index 9370b86..d00ee5b 100644 --- a/skin.scad +++ b/skin.scad @@ -2485,7 +2485,7 @@ module textured_revolution( // See Also: textured_linear_sweep(), textured_revolution() // Examples: // textured_cylinder(h=40, r=20, texture="diamonds", tex_size=[5,5]); -// textured_cylinder(h=40, r1=20, r2=15, texture="pyramids", tex_size=[5,5], style="concave"); +// textured_cylinder(h=40, r1=20, r2=15, texture="pyramids", tex_size=[5,5], style="convex"); // textured_cylinder(h=40, r1=20, r2=15, texture="trunc_pyramids", tex_size=[5,5], chamfer=5, style="convex"); // textured_cylinder(h=40, r1=20, r2=15, texture="dots", tex_size=[5,5], rounding=8, style="convex"); function textured_cylinder(