Denvi / Candle

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

Adding HeightMap to nc code occassionally drops the G01 command at the start of a line #622

Open 0A47 opened 8 months ago

0A47 commented 8 months ago

Versions

PC info

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Example files Add G-code files that cause problems.

Additional context Add any other context about the problem here.

mar0x commented 7 months ago

Hello, Unfortunately the description of the issue requires to enable imagination. There is an issue template, but author thinks Candle version it the only important field there.

According to Grbl v1.1.Commands G01 and G38.x are "Motion Mode" commands. GRBL uses for motion the last seen mode. I think this is the reason of 'drop'.