Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.37k stars 549 forks source link

Problem before starting g-code #186

Open mohammadyzr opened 6 years ago

mohammadyzr commented 6 years ago

Hi thanks for your great software. After setting up the spindle on the corner of material, It goes up and down or somewhere else on starting g-code. how can I fix this problem?

Also, I'm looking for the complete manual of this controller.

ondras12345 commented 5 years ago

You have to zero the work coordinates to make the material's corner X0 Y0 Z0. There are dedicated buttons for this in the UI. You can also do it manually by typing G92 X0 Y0 Z0 command to the console.