Centralized slop setting, and improved slop calibration model.

This commit is contained in:
Revar Desmera
2014-09-09 23:25:08 -07:00
parent 3f1de071d4
commit aa1c819389
12 changed files with 95 additions and 52 deletions

View File

@@ -1,3 +1,4 @@
include <config.scad>
use <GDMUtils.scad>
@@ -35,7 +36,7 @@ module acme_threaded_nut(
h=10,
threading=3.175,
thread_depth=1,
slop=0.25
slop=printer_slop
) {
difference() {
cylinder(r=od/2/cos(30), h=h, center=true, $fn=6);