mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
fix format call
This commit is contained in:
parent
000ddf87c3
commit
9a71c5072b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ _UNDEF="LRG+HX7dy89RyHvDlAKvb9Y04OTuaikpx205CTh8BSI";
|
||||||
// cuboid([holesize.x + 2*s, holesize.y + 2*s, h+0.2]);
|
// cuboid([holesize.x + 2*s, holesize.y + 2*s, h+0.2]);
|
||||||
// fwd(w/2-1) xrot(90) linear_extrude(1.1) {
|
// fwd(w/2-1) xrot(90) linear_extrude(1.1) {
|
||||||
// text(
|
// text(
|
||||||
// text=fmt_fixed(s,2),
|
// text=format_fixed(s,2),
|
||||||
// size=0.4*holesize.x,
|
// size=0.4*holesize.x,
|
||||||
// halign="center",
|
// halign="center",
|
||||||
// valign="center"
|
// valign="center"
|
||||||
|
|
Loading…
Reference in a new issue