Problem with the AutoLeveler plugin (A java.lang.NullPointerException exception has occurred.) #2345
-
I got myself a CNC 3018 Pro, and want to mill some PCB's. I'm not expecting much just something usable. And to achieve this I need to level the surface in software as my copper boards are bend from the factory. At this point I attempt to press the 'Scan Surface' button, but a java.lang.NullPointerException error gets thrown and no commands get send and the cnc doesn't move. The full error log is listed at the end of this message. What I've tried so far:
java.lang.NullPointerException Full log: Any help or suggestions would be appreciated, maybe some other software that can achieve this too? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It seems that the work position has not been retrieved from the controller. Can you post your settings Also, if you activate verbose logging in the console and copy about 20 lines of status reports when the machine is idle. |
Beta Was this translation helpful? Give feedback.
Your settings for status report has likely been changed where work position is disabled from the report.
https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.9#10---status-report-maskbinary
Set $10=3 and it should work better.