mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-02 23:56:45 -08:00
Changed animation to slider motions.
This commit is contained in:
11
config.scad
11
config.scad
@@ -3,7 +3,7 @@ snappy_version = 0.91;
|
||||
|
||||
// 0 = Thinning Walls (Thin in the middle, thick at edges. Prettier smooth walls.)
|
||||
// 1 = Corrugated walls. (Zig-zagged walls. Less shrinkage stress. Closed walls.)
|
||||
// 2 = Crossbeam walls. (Open sparse struts. Far less shrinkage stress.)
|
||||
// 2 = Crossbeam walls. (Open sparse struts. Far less shrinkage stress. Recommended.)
|
||||
wall_styling = 2;
|
||||
|
||||
|
||||
@@ -45,6 +45,15 @@ endstop_click_voff = 4; // mm
|
||||
endstop_screw_size = 3; // mm
|
||||
endstop_standoff = 2; // mm
|
||||
|
||||
hbp_width = 215; // mm
|
||||
hbp_length = 215; // mm
|
||||
hbp_hole_width = 208.5; // mm
|
||||
hbp_hole_length = 208.5; // mm
|
||||
|
||||
glass_width = 200; // mm
|
||||
glass_length = 214; // mm
|
||||
glass_thick = 3; // mm
|
||||
|
||||
// This is the slop needed to make parts fit more exactly, and may be
|
||||
// printer dependant. Printing a slop calibration plate should help
|
||||
// dial this setting in for your printer.
|
||||
|
||||
Reference in New Issue
Block a user