From f358b16ed054af842b0898ddf0680baacfcc41ab Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 6 Sep 2023 20:43:00 -0400 Subject: [PATCH] comment for custom profile generation --- config/rackFrame.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rackFrame.scad b/config/rackFrame.scad index f01d8c0..a043f8c 100644 --- a/config/rackFrame.scad +++ b/config/rackFrame.scad @@ -8,7 +8,8 @@ _profileConfigs = [ ["maxUnitWidth", 180], ["maxUnitDepth", 120], ["numRailScrews", 10] - ]], + ]], // To generate the stls for this custom profile, you would do: + // $ python3 rbuild.py -b all -c custom */ ["default", [ // Default config. Will be overwritten by any other profiles ["maxUnitWidth", 180],