2012-03-12 01:13:07 +00:00
|
|
|
//
|
|
|
|
// Mendel90
|
|
|
|
//
|
|
|
|
// GNU GPL v2
|
|
|
|
// nop.head@gmail.com
|
|
|
|
// hydraraptor.blogspot.com
|
|
|
|
//
|
|
|
|
// Configuration file
|
|
|
|
//
|
|
|
|
echo("Huxley:");
|
2012-03-16 14:41:09 -05:00
|
|
|
|
2012-03-12 01:13:07 +00:00
|
|
|
Z_bearings = LM6UU;
|
|
|
|
Y_bearings = LM6UU;
|
|
|
|
X_bearings = LM6UU;
|
|
|
|
|
|
|
|
X_motor = NEMA14;
|
|
|
|
Y_motor = NEMA14;
|
|
|
|
Z_motor = NEMA14;
|
|
|
|
|
2013-09-25 01:28:24 +01:00
|
|
|
hot_end = JHeadMk5;
|
2012-11-15 17:45:30 +00:00
|
|
|
|
|
|
|
X_travel = 150;
|
|
|
|
Y_travel = 150;
|
|
|
|
Z_travel = 150;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
2013-09-25 01:28:24 +01:00
|
|
|
bed_depth = 164;
|
|
|
|
bed_width = 114;
|
2012-03-12 01:13:07 +00:00
|
|
|
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 = [bed_width - 2 * 2.54, bed_depth - 2 * 2.54];
|
2012-03-12 01:13:07 +00:00
|
|
|
|
2012-11-15 17:45:30 +00:00
|
|
|
base = DiBond; // Sheet material used for the base. Needs to be thick enough to screw into.
|
|
|
|
base_corners = 25;
|
|
|
|
base_nuts = true;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
2012-11-15 17:45:30 +00:00
|
|
|
frame = DiBond;
|
2012-03-12 01:13:07 +00:00
|
|
|
frame_corners = 25;
|
2012-11-15 17:45:30 +00:00
|
|
|
frame_nuts = true;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
|
|
|
case_fan = fan80x38;
|
2013-09-25 01:28:24 +01:00
|
|
|
part_fan = fan40x11;
|
|
|
|
|
2012-11-15 17:45:30 +00:00
|
|
|
psu = External;
|
|
|
|
controller = Melzi;
|
|
|
|
|
|
|
|
spool = spool_200x55;
|
|
|
|
bottom_limit_switch = false;
|
|
|
|
top_limit_switch = true;
|
2013-09-25 01:28:24 +01:00
|
|
|
include_fan = true;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
2013-09-25 01:28:24 +01:00
|
|
|
clip_handles = false;
|
2012-03-12 01:13:07 +00:00
|
|
|
single_piece_frame = true;
|
|
|
|
stays_from_window = false;
|
2012-11-15 17:45:30 +00:00
|
|
|
cnc_sheets = true; // If sheets are cut by CNC we can use slots, etc instead of just round holes
|
2013-09-25 01:28:24 +01:00
|
|
|
pulley_type = T2p5x16_metal_pulley;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
2012-11-15 17:45:30 +00:00
|
|
|
Y_carriage = DiBond;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
2012-11-15 17:45:30 +00:00
|
|
|
X_belt = T2p5x6;
|
|
|
|
Y_belt = T2p5x6;
|
2012-03-12 01:13:07 +00:00
|
|
|
motor_shaft = 5;
|
2013-09-25 01:28:24 +01:00
|
|
|
Z_screw_dia = 5; // Studding for Z axis
|
2012-03-12 01:13:07 +00:00
|
|
|
|
2013-09-25 01:28:24 +01:00
|
|
|
Y_carriage_depth = bed_holes[1] + 7;
|
|
|
|
Y_carriage_width = bed_holes[1] + 7;
|
2012-03-12 01:13:07 +00:00
|
|
|
|
|
|
|
Z_nut_radius = M6_nut_radius;
|
|
|
|
Z_nut_depth = M6_nut_depth;
|
|
|
|
Z_nut = M6_nut;
|
2012-11-15 17:45:30 +00:00
|
|
|
|
2012-03-12 01:13:07 +00:00
|
|
|
//
|
|
|
|
// 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 = No4_screw; // Used when sheet material is soft, e.g. wood
|
|
|
|
frame_thin_screw = M3_cap_screw; // Used with nuts when sheets are thin
|
|
|
|
frame_thick_screw = M3_pan_screw; // Used with tapped holes when sheets are thick and hard, e.g. plastic or metal
|
|
|
|
//
|
|
|
|
// Feature sizes
|
|
|
|
//
|
|
|
|
default_wall = 3;
|
|
|
|
thick_wall = 3;
|