mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 15:18:10 +02:00
Fix for example error in docs.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user