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

eeprom for sailfish v4.7 #39

Open
michaelbaisch opened this issue Jul 2, 2020 · 0 comments · May be fixed by #44
Open

eeprom for sailfish v4.7 #39

michaelbaisch opened this issue Jul 2, 2020 · 0 comments · May be fixed by #44

Comments

@michaelbaisch
Copy link

michaelbaisch commented Jul 2, 2020

Hello,

I'm trying to get my Makerbot Thing-O-Matic (Mk7 Gen4) working with GPX. Manipulating the eeprom is necessary because I have to change at least the Z home value. Now GPX has only a eeprom map for Sailfish v7.7, the latest version my TOM can handle is v4.7. Since it doesn't seem this will change, I think it makes sense to add support for this version as well.

I have started with this - for now focusing on the home and steps per mm values. For the home values there is a weird signed / unsigned thing going on described here since this might be connected to js (but maybe also python or json conversion?). For steps per mm I ran into the problem that this value is actually stored as 64 bit integer and there is no function in GPX to read that, so those would be nice to have. I also noticed that the naming of the entries between v4.7 and v7.7 can differ. I would be okay going with the names of v7.7 and looking how close we can get, also thinking about OctoPrint-GPX and how those values are hard coded in the js there. Let me know if they're efforts of using eeprom maps with their original names.

Greetings,
Michael

@michaelbaisch michaelbaisch linked a pull request Jan 26, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant