1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-09-09 04:30:59 +02:00

Glass thickness now defined by the glass object, like the other sheets.

This commit is contained in:
Chris Palmer
2012-03-14 23:29:24 +00:00
parent 1e86cd17aa
commit 6e2ea08e87
6 changed files with 18 additions and 17 deletions

View File

@@ -23,7 +23,8 @@ Z_travel = 150;
bed_depth = 214;
bed_width = 214;
bed_pillars = M3x20_pillar;
bed_thickness = 1.6 + sheet_thickness(glass); // PCB heater plus glass sheet
bed_glass = glass2;
bed_thickness = 1.6 + sheet_thickness(bed_glass); // PCB heater plus glass sheet
bed_holes = 209;
base = MDF12;