From 5d635c525270149d45e0e33316f6986336c02e35 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 25 Feb 2018 16:00:55 -0500 Subject: config: Use .0025 as the default z step_distance in sample configs Don't use tiny step distances on the Z as that could cause a surprise to users that copy the config without updating all the settings. (A Z step distance that is too small would cause a high motor velocity.) A step distance of .0025 is very popular in practice, so change the default example configs to use that. Signed-off-by: Kevin O'Connor --- config/example-corexy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/example-corexy.cfg') diff --git a/config/example-corexy.cfg b/config/example-corexy.cfg index 71752cd6..1c175fa9 100644 --- a/config/example-corexy.cfg +++ b/config/example-corexy.cfg @@ -35,7 +35,7 @@ homing_speed: 50 step_pin: ar46 dir_pin: ar48 enable_pin: !ar62 -step_distance: .01 +step_distance: .0025 endstop_pin: ^ar18 position_endstop: 0.5 position_max: 200 -- cgit v1.2.3-70-g09d2