mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-02 23:56:45 -08:00
Added cable chain joiners. Shortened some parts names.
This commit is contained in:
10
config.scad
10
config.scad
@@ -38,6 +38,7 @@ lifter_nut_size = 17.4; // mm
|
||||
lifter_nut_thick = 9.3; // mm
|
||||
lifter_thread_size = 3.175; // mm lift per revolution
|
||||
|
||||
/*
|
||||
// Mechanical endstop boards.
|
||||
endstop_hole_spacing = 19; // mm
|
||||
endstop_hole_inset = 4; // mm
|
||||
@@ -45,6 +46,15 @@ endstop_hole_hoff = 10; // mm
|
||||
endstop_click_voff = 4; // mm
|
||||
endstop_screw_size = 3; // mm
|
||||
endstop_standoff = 2; // mm
|
||||
*/
|
||||
|
||||
// Mechanical endstop bare microswitch.
|
||||
endstop_hole_spacing = 9.5; // mm
|
||||
endstop_hole_inset = 9; // mm
|
||||
endstop_hole_hoff = 10; // mm
|
||||
endstop_click_voff = 3; // mm
|
||||
endstop_screw_size = 2.5; // mm
|
||||
endstop_standoff = 2; // mm
|
||||
|
||||
// Standard Mk2b Heated Build Platform from RepRapDiscount.com
|
||||
hbp_width = 215; // mm
|
||||
|
||||
Reference in New Issue
Block a user