1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-02 20:02:46 +02:00

Improved layout to fit into front page view.

This commit is contained in:
Chris Palmer
2024-02-19 19:03:20 +00:00
parent cff4c71909
commit fdb92ec263
6 changed files with 38 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
//
// NopSCADlib Copyright Chris Palmer 2018
// NopSCADlib Copyright Chris Palmer 2024
// nop.head@gmail.com
// hydraraptor.blogspot.com
//
@@ -206,4 +206,4 @@ module ttrack_insert_hole_positions(type, length, num_holes) {
for (x = [P:P:length-P])
translate([length/2 - x,0,0])
children();
}
}

View File

@@ -1,5 +1,5 @@
//
// NopSCADlib Copyright Chris Palmer 2018
// NopSCADlib Copyright Chris Palmer 2024
// nop.head@gmail.com
// hydraraptor.blogspot.com
//