Denvi / Candle

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

Use heightmap adds XY to G53 commands #558

Open cgxeiji opened 2 years ago

cgxeiji commented 2 years ago

Versions

PC info

Describe the bug Use heightmap adds XY coordinates to G53 G00 (machine coordinates rapid move) commands on Z change on tool change and final movements.

To Reproduce Steps to reproduce the behavior:

  1. Load Gcode with G53 for tool changes
  2. Click on 'Use heightmap'
  3. Candle has added XY coordinates to G53 G00 Z## commands
  4. CNC moves to machine XY coordinates

Expected behavior Heightmap should not add/modify G53 G00 commands.