@@ -7,15 +7,20 @@ view_mode="print_vertical"; // [print_vertical, print_horizontal, stacked, explo
7
7
// Shrinkage adjustment when printing vertically. By default 0.4mm of shrinkage for every 100mm of print height.
8
8
vertical_print_scale = 1.004 ;
9
9
10
+ /* [Case depth] */
11
+
12
+ panel_cover_depth = 1.6 ; // Panel cover thickness
13
+ panel_depth = 1.2 ; // Thickness of the eInk panel as measured
14
+ case_depth = 10.0 ; // Total inside compartment thickness
15
+ back_depth = 1.2 ; // Back plate thickness
16
+ fillet_radius = 2.5 ; // How round to make the case. Not used with thick borders.
17
+
10
18
/* [Panel dimensions] */
11
19
12
- // Physical width of the eInk panel (mm)
13
- panel_width = 284.49 ;
14
- // Physical height of the eInk panel (mm)
15
- panel_height = 208.81 ;
20
+ panel_width = 284.49 ; // Physical width of the eInk panel (mm)
21
+ panel_height = 208.81 ; // Physical height of the eInk panel (mm)
16
22
17
- // Clearance around the eInk panel (mm)
18
- clearance = 0.3 ;
23
+ clearance = 0.3 ; // Clearance around the eInk panel (mm)
19
24
20
25
// Dimensions of the bezel on the eInk panel. This part will be covered by the panel cover.
21
26
panel_bezel_left = 11.7 ;
@@ -37,23 +42,6 @@ case_inner_padding_right = 4;
37
42
case_inner_padding_top = 4 ;
38
43
case_inner_padding_bottom = 4 ;
39
44
40
- /* [Case dimensions] */
41
-
42
- // How round to make the case. Disabled if thick_border=true
43
- fillet_radius = 2.5 ;
44
-
45
- // Panel cover thickness
46
- panel_cover_depth = 1.6 ;
47
-
48
- // Thickness of the eInk panel as measured
49
- panel_depth = 1.2 ;
50
-
51
- // Total inside compartment thickness
52
- case_depth = 10.0 ;
53
-
54
- // Back plate thickness
55
- back_depth = 1.2 ;
56
-
57
45
/* [Thick border] */
58
46
thick_border = false ;
59
47
thick_border_width = 12.0 ;
@@ -89,20 +77,16 @@ screw_offset_right = 5.0;
89
77
screw_offset_top = 5.0 ;
90
78
screw_offset_bottom = 5.0 ;
91
79
92
- // Extra screws on the top side (0.0 to 1.0)
93
- extra_screws_top = [0.48 , 0.52 , 0 , 0 , 0 ]; // [0.0:0.05:1.0]
94
- // Extra screws on the bottom side (0.0 to 1.0)
95
- extra_screws_bottom = [0.48 , 0.52 , 0 , 0 , 0 ]; // [0.0:0.05:1.0]
96
- // Extra screws on the left side (0.0 to 1.0)
97
- extra_screws_left = [0 , 0 , 0 , 0 , 0 ]; // [0.0:0.05:1.0]
98
- // Extra screws on the right side (0.0 to 1.0)
99
- extra_screws_right = [0.5 , 0 , 0 , 0 , 0 ]; // [0.0:0.05:1.0]
80
+ extra_screws_top = [0.48 , 0.52 , 0 , 0 , 0 ]; // Extra screws on the top (0.0 to 1.0)
81
+ extra_screws_bottom = [0.48 , 0.52 , 0 , 0 , 0 ]; // Extra screws on the bottom (0.0 to 1.0)
82
+ extra_screws_left = [0 , 0 , 0 , 0 , 0 ]; // Extra screws on the left (0.0 to 1.0)
83
+ extra_screws_right = [0.5 , 0 , 0 , 0 , 0 ]; // Extra screws on the right (0.0 to 1.0)
100
84
101
- // Hole made into layer 1.2
85
+ // Hole made into panel cover
102
86
panel_screw_insert_diameter = 3.45 ;
103
87
panel_screw_insert_depth = 2.0 ;
104
88
105
- // Cylindrical hole inserted into layers 2.1 and 2.2
89
+ // Cylindrical hole inserted into case
106
90
case_screw_hole_diameter = 4.5 ;
107
91
case_screw_hole_thread_diameter = 2.0 ; // Hole for the screw thread that goes all the way through
108
92
case_screw_hole_floor_depth = 1.0 ; // Depth of the floor of the screw hole
0 commit comments