Added documentation for the last change.

This commit is contained in:
Chris Palmer 2019-08-18 12:52:17 +01:00
parent 566cbce98f
commit be3999ed3e
3 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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.