Initial commit
This commit is contained in:
22
main.scad
Normal file
22
main.scad
Normal file
@@ -0,0 +1,22 @@
|
||||
// Molly Dog Towing Cart
|
||||
echo("Shopping");
|
||||
|
||||
include <./config.scad>;
|
||||
use <./models/dog_cart/dog_cart.scad>;
|
||||
|
||||
// Customisable parameters
|
||||
angle_incline_tiller = 20; // [-20:5:135]
|
||||
angle_brake_rod = 60; // [45:5:60]
|
||||
|
||||
$fn = 100;
|
||||
|
||||
// output
|
||||
dog_cart(angle_incline_tiller, angle_brake_rod);
|
||||
|
||||
/*
|
||||
Shopping
|
||||
Components
|
||||
|
||||
Tools
|
||||
M10 tap (HSS) - size change, check spreadsheet
|
||||
*/
|
||||
Reference in New Issue
Block a user