Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z Axis Steps Per MM Limit #3

Open
specky532 opened this issue Oct 19, 2020 · 6 comments
Open

Z Axis Steps Per MM Limit #3

specky532 opened this issue Oct 19, 2020 · 6 comments

Comments

@specky532
Copy link

Had great success with this software but need to increase the steps/mm in the z axis past 1000.

Why is there a limit on this in the machineeditor.ui? I don't see that there is any reason for this? About to clone and change this variable to rebuild for myself but I figure this is an issue that other people may also have!

Cheers for making such a great app!

@markwal
Copy link
Owner

markwal commented Nov 19, 2020

Hmmm... I'm not sure I remember. I'll see if I can jog my memory by looking at some sources.

@markwal
Copy link
Owner

markwal commented Nov 19, 2020

I think it may have been arbitrary. However, since GPX currently computes steps by doing floating point math and multiplying the gcode mm by the steps per mm, you probably aren't gonna get the precision you might expect.

You could test this out by editing the .ini file directly.

@specky532
Copy link
Author

Heya,

I actually did end up just editing the .ini file directly as I didn't have time to set up my environment to recompile. Doing this worked perfectly, at least with the calibration cube that I printed.

@markwal
Copy link
Owner

markwal commented Nov 20, 2020

OK. Cool.

@markwal
Copy link
Owner

markwal commented Nov 20, 2020

Further investigation: The default maximum for a QDoubleSpinBox in Qt is 100. As far as I can tell, the control doesn't allow for a "no maximum" case, so I must've picked 1000 as being an order of magnitude away from the typical. Perhaps the easy fix is to just adjust it to 10000?

@specky532
Copy link
Author

I would agree, in the case of my printer it only needed to be adjusted up to 1600 (and only in the z) so 10,000 should/would be more than enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants