Added documentation for the last change.
This commit is contained in:
parent
566cbce98f
commit
be3999ed3e
|
@ -24,6 +24,11 @@
|
||||||
//! See [butt_box](#Butt_box) for an example of usage.
|
//! See [butt_box](#Butt_box) for an example of usage.
|
||||||
//!
|
//!
|
||||||
//! Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
//! Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
||||||
|
//!
|
||||||
|
//! Specific fasteners can be omitted by setting a side's thickness to 0 and the block omitted by setting ```show_block``` to false.
|
||||||
|
//! This allows the block and one set of fasteners to be on one assembly and the other fasteners on the mating assemblies.
|
||||||
|
//!
|
||||||
|
//! Star washers can be omitted by setting ```star_washers``` to false.
|
||||||
//
|
//
|
||||||
include <../core.scad>
|
include <../core.scad>
|
||||||
include <../vitamins/screws.scad>
|
include <../vitamins/screws.scad>
|
||||||
|
|
|
@ -24,6 +24,11 @@
|
||||||
//! See [butt_box](#Butt_box) for an example of usage.
|
//! See [butt_box](#Butt_box) for an example of usage.
|
||||||
//!
|
//!
|
||||||
//! Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
//! Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
||||||
|
//!
|
||||||
|
//! Specific fasteners can be omitted by setting a side's thickness to 0 and the block omitted by setting ```show_block``` to false.
|
||||||
|
//! This allows the block and one set of fasteners to be on one assembly and the other fasteners on the mating assemblies.
|
||||||
|
//!
|
||||||
|
//! Star washers can be omitted by setting ```star_washers``` to false.
|
||||||
//
|
//
|
||||||
include <../core.scad>
|
include <../core.scad>
|
||||||
include <../vitamins/screws.scad>
|
include <../vitamins/screws.scad>
|
||||||
|
|
10
readme.md
10
readme.md
|
@ -3318,6 +3318,11 @@ See [butt_box](#Butt_box) for an example of usage.
|
||||||
|
|
||||||
Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
||||||
|
|
||||||
|
Specific fasteners can be omitted by setting a side's thickness to 0 and the block omitted by setting ```show_block``` to false.
|
||||||
|
This allows the block and one set of fasteners to be on one assembly and the other fasteners on the mating assemblies.
|
||||||
|
|
||||||
|
Star washers can be omitted by setting ```star_washers``` to false.
|
||||||
|
|
||||||
|
|
||||||
[printed/corner_block.scad](printed/corner_block.scad) Implementation.
|
[printed/corner_block.scad](printed/corner_block.scad) Implementation.
|
||||||
|
|
||||||
|
@ -3530,6 +3535,11 @@ See [butt_box](#Butt_box) for an example of usage.
|
||||||
|
|
||||||
Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
Note that the block with its inserts is defined as a sub assembly, but its fasteners get added to the parent assembly.
|
||||||
|
|
||||||
|
Specific fasteners can be omitted by setting a side's thickness to 0 and the block omitted by setting ```show_block``` to false.
|
||||||
|
This allows the block and one set of fasteners to be on one assembly and the other fasteners on the mating assemblies.
|
||||||
|
|
||||||
|
Star washers can be omitted by setting ```star_washers``` to false.
|
||||||
|
|
||||||
|
|
||||||
[printed/fixing_block.scad](printed/fixing_block.scad) Implementation.
|
[printed/fixing_block.scad](printed/fixing_block.scad) Implementation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue