Merge pull request #434 from revarbat/revarbat_dev

Bumped up size of screws.scad example images.
This commit is contained in:
Revar Desmera 2021-02-21 21:25:06 -08:00 committed by GitHub
commit 77a9e39b16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -836,7 +836,7 @@ module screw_head(screw_info,details=false) {
// $slop = add extra gap to account for printer overextrusion. Default: 0.2
// anchor = anchor relative to the shaft of the screw
// anchor_head = anchor relative to the screw head
// Example: Selected UTS (English) screws
// Example(Med): Selected UTS (English) screws
// $fn=32;
// xdistribute(spacing=8){
// screw("#6", length=12);
@ -849,7 +849,7 @@ module screw_head(screw_info,details=false) {
// screw("#6-24", head="socket",length=12); // Non-standard threading
// screw("#6-32", drive="hex", drive_size=1.5, length=12);
// }
// Example: A few examples of ISO (metric) screws
// Example(Med): A few examples of ISO (metric) screws
// $fn=32;
// xdistribute(spacing=8){
// screw("M3", head="flat small",length=12);
@ -861,7 +861,7 @@ module screw_head(screw_info,details=false) {
// screw("M3", head="socket",length=12);
// screw("M5", head="hex", length=12);
// }
// Example: Demonstration of all head types for UTS screws (using pitch zero for fast preview)
// Example(Med): Demonstration of all head types for UTS screws (using pitch zero for fast preview)
// xdistribute(spacing=15){
// ydistribute(spacing=15){
// screw("1/4", thread=0,length=8, anchor=TOP, head="none", drive="hex");
@ -903,7 +903,7 @@ module screw_head(screw_info,details=false) {
// screw("1/4", thread=0,length=8, anchor=TOP, head="flat undercut");
// }
// }
// Example: Demonstration of all head types for metric screws without threading.
// Example(Med): Demonstration of all head types for metric screws without threading.
// xdistribute(spacing=15){
// ydistribute(spacing=15){
// screw("M6x0", length=8, anchor=TOP, head="none", drive="hex");