mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-31 16:51:45 +02:00
E3D variants now in master. Only the files that are different are present.
This commit is contained in:
86
scad/conf/dibond_E3D_config.scad
Normal file
86
scad/conf/dibond_E3D_config.scad
Normal file
@@ -0,0 +1,86 @@
|
||||
//
|
||||
// Mendel90
|
||||
//
|
||||
// GNU GPL v2
|
||||
// nop.head@gmail.com
|
||||
// hydraraptor.blogspot.com
|
||||
//
|
||||
// Configuration file
|
||||
//
|
||||
echo("DiBond E3D:");
|
||||
|
||||
Z_bearings = LM8UU;
|
||||
Y_bearings = LM8UU;
|
||||
X_bearings = LM8UU;
|
||||
|
||||
X_motor = NEMA17;
|
||||
Y_motor = NEMA17;
|
||||
Z_motor = NEMA17;
|
||||
|
||||
hot_end = e3dv6;
|
||||
|
||||
X_travel = 200;
|
||||
Y_travel = 200;
|
||||
Z_travel = 200;
|
||||
|
||||
bed_depth = 214;
|
||||
bed_width = 214;
|
||||
bed_pillars = M3x20_pillar;
|
||||
bed_glass = glass2;
|
||||
bed_thickness = pcb_thickness + sheet_thickness(bed_glass); // PCB heater plus glass sheet
|
||||
bed_holes = [209, 209];
|
||||
|
||||
base = DiBond; // Sheet material used for the base. Needs to be thick enough to screw into.
|
||||
base_corners = 25;
|
||||
base_nuts = true;
|
||||
|
||||
frame = DiBond;
|
||||
frame_corners = 25;
|
||||
frame_nuts = true;
|
||||
|
||||
case_fan = fan80x38;
|
||||
psu = ALPINE500;
|
||||
controller = Melzi;
|
||||
spool = spool_300x85;
|
||||
bottom_limit_switch = false;
|
||||
top_limit_switch = true;
|
||||
|
||||
single_piece_frame = true;
|
||||
stays_from_window = false;
|
||||
cnc_sheets = true; // If sheets are cut by CNC we can use slots, etc instead of just round holes
|
||||
//raspberry_pi = true;
|
||||
//raspberry_pi_camera = true;
|
||||
//light_strip = SPS125;
|
||||
|
||||
Y_carriage = DiBond;
|
||||
|
||||
pulley_type = GT2x20_metal_pulley;
|
||||
X_belt = GT2x6;
|
||||
Y_belt = GT2x6;
|
||||
|
||||
motor_shaft = 5;
|
||||
Z_screw_dia = 6; // Studding for Z axis
|
||||
|
||||
Y_carriage_depth = bed_holes[1] + 7;
|
||||
Y_carriage_width = bed_holes[0] + 7;
|
||||
|
||||
Z_nut_radius = M6_nut_radius;
|
||||
Z_nut_depth = M6_nut_depth;
|
||||
Z_nut = M6_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;
|
83
scad/conf/sturdy_E3D_config.scad
Normal file
83
scad/conf/sturdy_E3D_config.scad
Normal file
@@ -0,0 +1,83 @@
|
||||
//
|
||||
// Mendel90
|
||||
//
|
||||
// GNU GPL v2
|
||||
// nop.head@gmail.com
|
||||
// hydraraptor.blogspot.com
|
||||
//
|
||||
// Configuration file
|
||||
//
|
||||
echo("Sturdy E3D:");
|
||||
|
||||
Z_bearings = LM10UU;
|
||||
Y_bearings = LM10UU;
|
||||
X_bearings = LM10UU;
|
||||
|
||||
X_motor = NEMA17;
|
||||
Y_motor = NEMA17;
|
||||
Z_motor = NEMA17;
|
||||
|
||||
hot_end = e3dv6;
|
||||
|
||||
X_travel = 214;
|
||||
Y_travel = 214;
|
||||
Z_travel = 200;
|
||||
|
||||
bed_depth = 214;
|
||||
bed_width = 214;
|
||||
bed_pillars = M3x20_pillar;
|
||||
bed_glass = glass2;
|
||||
bed_thickness = pcb_thickness + sheet_thickness(bed_glass); // PCB heater plus glass sheet
|
||||
bed_holes = [209, 209];
|
||||
|
||||
base = MDF12;
|
||||
base_corners = 0;
|
||||
|
||||
frame = MDF12;
|
||||
frame_corners = 0;
|
||||
frame_nuts = false;
|
||||
|
||||
case_fan = fan80x38;
|
||||
psu = ALPINE500;
|
||||
//psu = KY240W;
|
||||
controller = Melzi;
|
||||
//controller = Sanguinololu;
|
||||
spool = spool_300x85;
|
||||
bottom_limit_switch = false;
|
||||
top_limit_switch = true;
|
||||
|
||||
single_piece_frame = true;
|
||||
stays_from_window = false;
|
||||
|
||||
Y_carriage = DiBond;
|
||||
|
||||
pulley_type = GT2x20_metal_pulley;
|
||||
X_belt = GT2x6;
|
||||
Y_belt = GT2x6;
|
||||
|
||||
motor_shaft = 5;
|
||||
Z_screw_dia = 8; // Studding for Z axis
|
||||
|
||||
Y_carriage_depth = bed_holes[1] + 8;
|
||||
Y_carriage_width = bed_holes[0] + 8;
|
||||
|
||||
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 = M4_cap_screw;
|
||||
hex_screw = M4_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 = 4;
|
||||
thick_wall = 4;
|
Reference in New Issue
Block a user