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

Z travel height during height map creation #598

Open renang010 opened 1 year ago

renang010 commented 1 year ago

Hi, I broke a bit during height map creation. Essentially, I had my X,Y incorrectly set and Z was too low. I hit Probe and the bit traveled to the wrong place. In order to avoid this situation, a simple way would be a default z travel height before height map creation start. Maybe even using $132 for that. Couldn’t find a way to configure Candle to do that hence I believe it would be a feature request.

Version:1.2.15b

Renan