Skip to content

Commit a4f7357

Browse files
committed
move rotation to 3d print tab
1 parent c3df6fc commit a4f7357

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

phone_case.scad

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ support_thickness = 0.4; // [0.1:1 : 0.01]
5858
support_airgap = 0.20; // [0.0:0.4 : 0.01]
5959
//for soft case cutouts, don't support on the curved part
6060
manual_support_retract = 2; // [0:1:2]
61+
rotate_upright = false;
6162
//the telescoping back can warp, hold it onto the bed
6263
telescopic_back_support = false;
6364

65+
6466
//Chop the case in half for a test print to see how it fits. To check body_radius, use "top_half_pla".
6567
test_cut = "none"; //[none, corners, right_edge, right_buttons, left_edge, bottom_edge, top_edge, left_button, top_half_pla, telescopic]
6668

@@ -284,7 +286,6 @@ speaker_slots_bottom = false;
284286
speaker_slots_side=false;
285287
speaker_grill = false;
286288
clamp_top = false;
287-
rotate_upright = false;
288289
upright_angle = rotate_upright ? -90 : 0;
289290
telescopic = false;
290291
telescopic_clearance_thickness = 0.5; // 0.1
@@ -2156,7 +2157,7 @@ module telescopic_clamp(){
21562157

21572158

21582159

2159-
universal_cuts();
2160+
*universal_cuts();
21602161
module universal_cuts(){
21612162
if(split_in_half==true) {
21622163
color(negativeColor, 0.2)

0 commit comments

Comments
 (0)