We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a672f7d commit 1f732bbCopy full SHA for 1f732bb
1 file changed
variables.scad
@@ -42,13 +42,13 @@ MainCase_back_rider = true;
42
// A "top rider" is a case that has an attachment on its bottom, sitting on top
43
// of a compatible mount, such as on the top tube or luggage rack. A single
44
// MainCase can be both back rider and top rider.
45
-MainCase_top_rider = false;
+MainCase_top_rider = true;
46
47
// Decide which attachment (of those that exist) has a hole for a cable. Both
48
// or none are possible. Each hole should be covered with an adapter or cover
49
// to seal the enclosure.
50
MainCase_back_rider_cable = true;
51
-MainCase_top_rider_cable = !(MainCase_back_rider && MainCase_back_rider_cable);
+MainCase_top_rider_cable = true;
52
53
// Dimensions for parts
54
// ------------------------
0 commit comments