1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-31 08:45:34 +02:00

Fixed missing second light strip on assembly view and bom.

This commit is contained in:
Chris Palmer
2016-01-21 15:04:04 +00:00
parent af76e2e432
commit 425d96e73a
10 changed files with 5826 additions and 1875 deletions

View File

@@ -16,7 +16,7 @@ left = left_stay_x + sheet_thickness(frame) / 2;
right = right_stay_x - sheet_thickness(frame) / 2;
light = light_strip ? light_strip : (right - left) > 300 ? RIGID5050_290 : RIGID5050_208;
light2 = light_strip == RIGID5050_290 ? RIGID5050_208 : false;
light2 = light == RIGID5050_290 ? RIGID5050_208 : false;
wall = 2;
clearance = 0.2;