-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Cannot zero the z work coordinate #242
Comments
I just fixed that bug in cncjs-shopfloor-tablet. Release v1.0.4 should work correctly in that respect. For cncjs-pendant-tinyweb, the problem was fixed 2 weeks ago in release v1.2.3, but you might as well get release v1.2.4 instead, which fixes both that and also the redirect bug. |
Thanks! I'll install the updates later. |
I installed the updated files for tablet and tinyweb and all works as expected now regarding the Z coordinate. However, I'm still having problems starting an operation from the tablet once I've loaded a g code fle from the desktop. My process is as follows:
Should I do things in a different order? |
I don't know. It works for me. It is hard to debug "sometimes", especially when it doesn't reproduce here. One thing you might try, to be closer to my workflow: I typically load files directly from the tablet UI, instead of using the full UI as part of the process. The way to do that is to set up a "watch directory" on the Pi and put your GCode files there. To set up a watch directory, edit the file /home/pi/.cncrc and add this line as the next to last line, before the closing brace:
Then create that directory with:
After you do that and restart cncjs, you can use tablet's file dropdown to pick a file to run. Of course you need to put some gcode files in that directory. I personally use WinSCP as an easy way to copy files from my PC to the Pi. |
I'm glad you mentioned the watch directory. I was wondering about that. I'll have to set it up and do it that way. |
Are there any other lines I should put in the .cncrc file? The following webpage on NPM shows an extensive number of lines in the .cncrc file. |
That's sort of an open-ended question since I know very little about what you want to do. I will try to explain what the cncrc options do so you can decide for yourself.
|
I'm having trouble with operating my CNC mill using the Shop_Floor_Tablet UI and the TinyWeb UI.
The following are specifics about my installation:
CNCjs: 1.9.12
Node.js: 8.7.0
NPM: 5.4.2
I installed it via NPM. I am using an xPRO v3 controller, but that is irrelevant at this point since I cannot get cncjs to run on the pi. My pi is a brand new Raspberry Pi 3 model B running Raspbian (i.e Debian) Stretch (I think Stretch is version 9).
When setting the work zero position using either UI, I cannot zero the Z coordinate. Also, the Z coordinate display does not change when I jog the Z axis on my machine. However, when I jog the Y axis, not only do the Y coordinates change in the display, but the Z coordinates change.
Without being able to see my Z axis position, I cannot establish the work zero position. I'm having the problem with both the Shop_Floor_Tablet UI and the TinyWeb UI.
The text was updated successfully, but these errors were encountered: