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

Probe settings persistence #22

Closed
meikrantz opened this issue Jan 4, 2016 · 4 comments
Closed

Probe settings persistence #22

meikrantz opened this issue Jan 4, 2016 · 4 comments

Comments

@meikrantz
Copy link

Is it possible to make the probe settings persistent? The offset value always seems to default to 10mm instead of the last entered value. For instance, I am using a touch plate that is 0.82mm thick, so I have to reset that every time I relaunch cnc.js.

@cheton
Copy link
Collaborator

cheton commented Jan 4, 2016

I also found it quite disturbing. Will fix it later today.

cheton added a commit that referenced this issue Jan 4, 2016
@cheton
Copy link
Collaborator

cheton commented Jan 4, 2016

Fixed in v0.14.3 using HTM5 Local Storage.

It can remember both imperial and metric unit settings. You can try to change length units by clicking on the [in / mm] button on the Axes widget or typing G20 or G21 commands from the Console widget to verify if it is working.

@meikrantz
Copy link
Author

Works for me.

Quick semi related question. When I went to update cncjs via npm from 14.2 to 14.3, the 'npm update -g cncjs' command didn't do any updating. Just exited with no messages after a period of time. I had to do an uninstall first, then reinstall to get the new version.

@cheton
Copy link
Collaborator

cheton commented Jan 5, 2016

Not sure what happened. It might be related to NPM registry cache or some other stuffs.

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