2012-03-12 01:13:07 +00:00
|
|
|
//
|
|
|
|
// Mendel90
|
|
|
|
//
|
|
|
|
// GNU GPL v2
|
|
|
|
// nop.head@gmail.com
|
|
|
|
// hydraraptor.blogspot.com
|
|
|
|
//
|
|
|
|
// Configuration file
|
|
|
|
//
|
|
|
|
echo("Mendel:");
|
2012-03-16 14:41:09 -05:00
|
|
|
|
2012-03-12 01:13:07 +00:00
|
|
|
Z_bearings = LM8UU;
|
|
|
|
Y_bearings = LM8UU;
|
|
|
|
X_bearings = LM8UU;
|
|
|
|
|
|
|
|
X_motor = NEMA17;
|
|
|
|
Y_motor = NEMA17;
|
|
|
|
Z_motor = NEMA17;
|
|
|
|
|
2012-12-09 12:34:00 +00:00
|
|
|
hot_end = JHeadMk5;
|
2012-11-15 17:45:30 +00:00
|
|
|
|
2012-03-12 01:13:07 +00:00
|
|
|
X_travel = 200;
|
|
|
|
Y_travel = 200;
|
2012-11-15 17:45:30 +00:00
|
|
|
Z_travel = 200;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
|
|
|
bed_depth = 214;
|
|
|
|
bed_width = 214;
|
|
|
|
bed_pillars = M3x20_pillar;
|
2012-03-14 23:29:24 +00:00
|
|
|
bed_glass = glass2;
|
2012-11-15 17:45:30 +00:00
|
|
|
bed_thickness = pcb_thickness + sheet_thickness(bed_glass); // PCB heater plus glass sheet
|
2013-09-25 01:28:24 +01:00
|
|
|
bed_holes = [209, 209];
|
2012-03-12 01:13:07 +00:00
|
|
|
|
|
|
|
base = PMMA10; // Sheet material used for the base. Needs to be thick enough to screw into.
|
2012-11-15 17:45:30 +00:00
|
|
|
base_corners = 25;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
|
|
|
frame = PMMA6;
|
|
|
|
frame_corners = 25;
|
|
|
|
frame_nuts = false;
|
|
|
|
|
|
|
|
case_fan = fan80x38;
|
2012-11-15 17:45:30 +00:00
|
|
|
//psu = KY240W;
|
|
|
|
psu = ALPINE500;
|
|
|
|
//controller = Sanguinololu;
|
|
|
|
controller = Melzi;
|
|
|
|
|
|
|
|
spool = spool_300x85;
|
|
|
|
bottom_limit_switch = false;
|
|
|
|
top_limit_switch = true;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
|
|
|
single_piece_frame = true;
|
|
|
|
stays_from_window = false;
|
|
|
|
|
|
|
|
Y_carriage = PMMA6;
|
|
|
|
|
|
|
|
X_belt = T5x6;
|
|
|
|
Y_belt = T5x6;
|
|
|
|
|
|
|
|
motor_shaft = 5;
|
|
|
|
Z_screw_dia = 8; // Studding for Z axis
|
|
|
|
|
2013-09-25 01:28:24 +01:00
|
|
|
Y_carriage_depth = bed_holes[1] + 8;
|
|
|
|
Y_carriage_width = bed_holes[0] + 8;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
|
|
|
Z_nut_radius = M8_nut_radius;
|
|
|
|
Z_nut_depth = M8_nut_depth;
|
|
|
|
Z_nut = M8_nut;
|
|
|
|
|
|
|
|
//
|
|
|
|
// Default screw use where size doesn't matter
|
|
|
|
//
|
|
|
|
cap_screw = M3_cap_screw;
|
|
|
|
hex_screw = M3_hex_screw;
|
|
|
|
//
|
|
|
|
// Screw for the frame and base
|
|
|
|
//
|
|
|
|
frame_soft_screw = No6_screw; // Used when sheet material is soft, e.g. wood
|
|
|
|
frame_thin_screw = M4_cap_screw; // Used with nuts when sheets are thin
|
|
|
|
frame_thick_screw = M4_pan_screw; // Used with tapped holes when sheets are thick and hard, e.g. plastic or metal
|
|
|
|
//
|
|
|
|
// Feature sizes
|
|
|
|
//
|
|
|
|
default_wall = 3;
|
|
|
|
thick_wall = 4;
|