Skip to content

Commit 1f732bb

Browse files
committed
MainCase: make it top AND back rider by default
1 parent a672f7d commit 1f732bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

variables.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ MainCase_back_rider = true;
4242
// A "top rider" is a case that has an attachment on its bottom, sitting on top
4343
// of a compatible mount, such as on the top tube or luggage rack. A single
4444
// MainCase can be both back rider and top rider.
45-
MainCase_top_rider = false;
45+
MainCase_top_rider = true;
4646

4747
// Decide which attachment (of those that exist) has a hole for a cable. Both
4848
// or none are possible. Each hole should be covered with an adapter or cover
4949
// to seal the enclosure.
5050
MainCase_back_rider_cable = true;
51-
MainCase_top_rider_cable = !(MainCase_back_rider && MainCase_back_rider_cable);
51+
MainCase_top_rider_cable = true;
5252

5353
// Dimensions for parts
5454
// ------------------------

0 commit comments

Comments
 (0)