Skip to content

Commit 737abc6

Browse files
committed
Adapt HandleBarRail width to DisplayCase full width for nice match.
1 parent f49d993 commit 737abc6

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

variables.scad

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -202,21 +202,6 @@ MountAttachment_holes_x_offset = -0.5;
202202
MountAttachment_holes_dx = 15;
203203
MountAttachment_holes_dy = 33;
204204

205-
HandlebarRail_rail_height = 7;
206-
HandlebarRail_rail_length = 32.4;
207-
HandlebarRail_rail_total_height = HandlebarRail_rail_height + 1.25 + 1.95 + 1.3;
208-
HandlebarRail_stopblock_width = 24;
209-
HandlebarRail_stopblock_radius = 1;
210-
HandlebarRail_stopblock_depth = 6.6;
211-
HandlebarRail_stopblock_height = 26.2;
212-
HandlebarRail_stopblock_magnet_wall_thickness = 0.8;
213-
HandlebarRail_stopblock_magnet_lift = 3.2;
214-
HandlebarRail_stopblock_magnet_height = 10;
215-
HandlebarRail_stopblock_magnet_width = 22;
216-
HandlebarRail_stopblock_magnet_thickness = 1.9;
217-
HandlebarRail_tube_radius = 18;
218-
HandlebarRail_tube_indent = 1;
219-
220205
DisplayCase_outer_radius = 5;
221206
DisplayCase_outer_width = 30;
222207
DisplayCase_outer_large_radius = 12;
@@ -255,6 +240,21 @@ DisplayRail_top_height = 2;
255240
DisplayRail_bottom_height = 1;
256241
DisplayRail_total_height = DisplayRail_chamfer_size + DisplayRail_top_height + DisplayRail_bottom_height;
257242

243+
HandlebarRail_rail_height = 7;
244+
HandlebarRail_rail_length = DisplayCase_outer_width+DisplayCase_magnet_housing_width;
245+
HandlebarRail_rail_total_height = HandlebarRail_rail_height + 1.25 + 1.95 + 1.3;
246+
HandlebarRail_stopblock_width = 24;
247+
HandlebarRail_stopblock_radius = 1;
248+
HandlebarRail_stopblock_depth = 6.6;
249+
HandlebarRail_stopblock_height = 26.2;
250+
HandlebarRail_stopblock_magnet_wall_thickness = 0.8;
251+
HandlebarRail_stopblock_magnet_lift = 3.2;
252+
HandlebarRail_stopblock_magnet_height = 10;
253+
HandlebarRail_stopblock_magnet_width = 22;
254+
HandlebarRail_stopblock_magnet_thickness = 1.9;
255+
HandlebarRail_tube_radius = 18;
256+
HandlebarRail_tube_indent = 1;
257+
258258
StandardMountAdapter_width = 29;
259259
StandardMountAdapter_length = 62;
260260
StandardMountAdapter_thickness = 7;

0 commit comments

Comments
 (0)