mirror of
https://github.com/nophead/Mendel90.git
synced 2025-09-02 17:42:44 +02:00
Glass thickness now defined by the glass object, like the other sheets.
This commit is contained in:
@@ -16,8 +16,6 @@ eta = 0.01; // small fudge factor to stop CSG barfing on coi
|
||||
$fa = 5;
|
||||
$fs = 0.5;
|
||||
|
||||
glass_thickness = 2;
|
||||
|
||||
//
|
||||
// Hole sizes
|
||||
//
|
||||
|
@@ -23,7 +23,8 @@ Z_travel = 110;
|
||||
bed_depth = 150;
|
||||
bed_width = 150;
|
||||
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 = 146;
|
||||
|
||||
base = PMMA10; // Sheet material used for the base. Needs to be thick enough to screw into.
|
||||
|
@@ -23,7 +23,8 @@ Z_travel = 140;
|
||||
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 = PMMA10; // Sheet material used for the base. Needs to be thick enough to screw into.
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user