Duel Z movement weirdness
-
Does the interpolation to X256 micro-stepping come into play in this calculation? The default 4000 steps per mm was moving too far as well.
-
@agentnoise No it does not...you set the steps based on the x16 microsteps if that is how you have your config set up....the interpolation is done by the stepper driver.
-
OK I see what I was doing wrong I was setting the steps per mm in the config.json only but I needed to update it in the config.g too. That's why none of my changes were making a difference
-
The .JSON file is for the configurator only if you want to re import your config into it again to make some changes.
The typical way of doing things is to edit config.g directly.
-
Also worth noting, after you edit the config.json file to make changes manually it may not be imported properly in the online configuration tool. I.e. if you can't change it online, odds are it won't import either.