1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-31 16:51:45 +02:00

Removing accidentally added files

This commit is contained in:
David Carley
2012-03-13 10:04:02 -05:00
parent f2816b7ca9
commit 62d7c5db63
4 changed files with 0 additions and 79 deletions

View File

@@ -1,76 +0,0 @@
//
// Mendel90
//
// GNU GPL v2
// nop.head@gmail.com
// hydraraptor.blogspot.com
//
// Configuration file
//
echo("Carley Mendel:");
Z_bearings = LM8UU;
Y_bearings = LM8UU;
X_bearings = LM8UU;
X_motor = NEMA17;
Y_motor = NEMA17;
Z_motor = NEMA17;
X_travel = 200;
Y_travel = 200;
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_holes = 209;
base = PMMA10; // Sheet material used for the base. Needs to be thick enough to screw into.
base_corners = 50;
frame = PMMA6;
frame_corners = 25;
frame_nuts = false;
case_fan = fan80x38;
psu = KY240W;
single_piece_frame = true;
stays_from_window = false;
Y_carriage = PMMA6;
extruder_width = 30; // actually 28 but offset
nozzle_x_offset = 16; // offset from centre of the extruder
nozzle_length = 50; // from base of extruder to nozzle tip
X_belt = T5x6;
Y_belt = T5x6;
motor_shaft = 5;
Z_screw_dia = 8; // Studding for Z axis
Y_carriage_depth = bed_depth + 10;
Y_carriage_width = bed_width + 10;
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;

View File

@@ -1 +0,0 @@
include <mendel_config.scad>

View File

@@ -1,2 +0,0 @@
use <scad/z-screw_pointer.scad>
z_screw_pointer_stl();