mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fix for example error in docs.
This commit is contained in:
parent
a0c21ffafb
commit
2ac845280e
2 changed files with 3 additions and 3 deletions
|
@ -150,9 +150,9 @@ module pco1810_neck(wall=2, anchor="support-ring", spin=0, orient=UP)
|
||||||
// pco1810_cap();
|
// pco1810_cap();
|
||||||
// pco1810_cap(texture="knurled");
|
// pco1810_cap(texture="knurled");
|
||||||
// pco1810_cap(texture="ribbed");
|
// pco1810_cap(texture="ribbed");
|
||||||
// Examples: Standard Anchors
|
// Example: Standard Anchors
|
||||||
// pco1810_cap(texture="ribbed") show_anchors(custom=false);
|
// pco1810_cap(texture="ribbed") show_anchors(custom=false);
|
||||||
// Examples: Custom Named Anchors
|
// Example: Custom Named Anchors
|
||||||
// expose_anchors(0.3)
|
// expose_anchors(0.3)
|
||||||
// pco1810_cap(texture="ribbed")
|
// pco1810_cap(texture="ribbed")
|
||||||
// show_anchors(std=false);
|
// show_anchors(std=false);
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,543];
|
BOSL_VERSION = [2,0,544];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue