@@ -120,8 +120,8 @@ <h2>2D</h2>
120120 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#polygon "> polygon</ a > ([points])</ code >
121121 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#polygon "> polygon</ a > ([points],[paths])</ code >
122122 < code >
123- < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text "> text</ a > (text, size, font, direction, language, script,
124- < br /> halign, valign, spacing, em)
123+ < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text "> text</ a > (text,size,font,direction,language,script,
124+ < br /> halign,valign,spacing,em)
125125 </ code >
126126 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Importing_Geometry#import "> import</ a > ("….< span class ="tooltip "> ext< span class ="tooltiptext "> formats: DXF|SVG</ span > </ span > ", center, convexity)</ code >
127127 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#3D_to_2D_Projection "> projection</ a > (cut)</ code >
@@ -135,7 +135,7 @@ <h2>3D</h2>
135135 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#cylinder "> cylinder</ a > (h,r1|d1,r2|d2,center)</ code >
136136 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#polyhedron "> polyhedron</ a > (points, faces, convexity)</ code >
137137 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Importing_Geometry#import "> import</ a > ("….< span class ="tooltip "> ext< span class ="tooltiptext "> formats: STL|OFF|AMF|3MF</ span > </ span > ", center, convexity)</ code >
138- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#linear_extrude "> linear_extrude</ a > (height,v,scale,center,twist,slices,segments,convexity)</ code >
138+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#linear_extrude "> linear_extrude</ a > (height,v,scale,center,twist,slices,< br > segments,convexity)</ code >
139139 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#rotate_extrude "> rotate_extrude</ a > (angle,start,convexity)</ code >
140140 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#surface "> surface</ a > (file = "….< span class ="tooltip "> ext< span class ="tooltiptext "> formats: DAT|PNG</ span > </ span > ",center,convexity)</ code >
141141 </ article >
@@ -239,7 +239,7 @@ <h2>Functions</h2>
239239 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#OpenSCAD_Version "> version</ a > </ code >
240240 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#OpenSCAD_Version "> version_num</ a > </ code >
241241 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#parent_module.28n.29_and_.24parent_modules "> parent_module</ a > (idx)</ code >
242- < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text#textmetrics() "> textmetrics</ a > (text, size, font,< br /> direction, language, script,< br /> halign, valign, spacing, em)</ code >
242+ < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text#textmetrics() "> textmetrics</ a > (text,size,font,< br /> direction,language,script,< br /> halign,valign,spacing,em)</ code >
243243 < code > < a href ="https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text#fontmetrics() "> fontmetrics</ a > (size, font, em)</ code >
244244 </ article >
245245 < article >
0 commit comments