mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 17:32:20 +02:00
Fixed missing commas
This commit is contained in:
@@ -382,7 +382,7 @@ function get_metric_nut_thickness(size) = lookup(size, [
|
||||
// screw(screwsize=3,screwlen=10,headsize=6,headlen=3)
|
||||
// show_anchors(5, custom=false);
|
||||
// Example(FlatSpin): Standard Anchors
|
||||
// transparent()
|
||||
// show_internal_anchors()
|
||||
// screw(screwsize=3,screwlen=10,headsize=6,headlen=3)
|
||||
// show_anchors(5, std=false);
|
||||
module screw(
|
||||
@@ -473,7 +473,7 @@ module screw(
|
||||
// metric_bolt(headtype="oval", size=10, l=15, shank=5, details=true, phillips="#2")
|
||||
// show_anchors(5, custom=false);
|
||||
// Example(FlatSpin): Custom Anchors
|
||||
// transparent(0.125)
|
||||
// show_internal_anchors(0.125)
|
||||
// metric_bolt(headtype="oval", size=10, l=15, shank=5, details=true, phillips="#2")
|
||||
// show_anchors(5, std=false);
|
||||
module metric_bolt(
|
||||
|
Reference in New Issue
Block a user