mirror of
				https://github.com/revarbat/snappy-reprap.git
				synced 2025-10-31 07:36:44 -07:00 
			
		
		
		
	Centralized slop setting, and improved slop calibration model.
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user