Initial commit

This commit is contained in:
2025-02-25 12:13:03 +00:00
parent 3476f37b84
commit 659001351e
52 changed files with 1542 additions and 0 deletions

22
main.scad Normal file
View 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
*/