comment for custom profile generation
This commit is contained in:
@ -8,7 +8,8 @@ _profileConfigs = [
|
|||||||
["maxUnitWidth", 180],
|
["maxUnitWidth", 180],
|
||||||
["maxUnitDepth", 120],
|
["maxUnitDepth", 120],
|
||||||
["numRailScrews", 10]
|
["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
|
["default", [ // Default config. Will be overwritten by any other profiles
|
||||||
["maxUnitWidth", 180],
|
["maxUnitWidth", 180],
|
||||||
|
|||||||
Reference in New Issue
Block a user