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

height map not working for me #546

Open ColAstro opened 2 years ago

ColAstro commented 2 years ago

I have two versions of Candle. In the older one the z-probe works fine. In v1.1.17 I had to change settings touchCommand="G21G91G38.2Z-30F100; G0Z1; G38.2Z-2F10" to touchCommand=G90G21G38.2Z-50F100\nG92 Z13.88 \nG0Z28 \n To get the probe to work but when I use heightmap it doesn't detect when the probe touches the surface. How do I fix this?

Thanks

mar0x commented 2 years ago

Hello.

What is your CNC firmware version? What is the reason of G92 Z13.88 command for manual probe? What is the settings of "Z top" and "Z bottom" for Heightmap probing? Does the CNC continue to move probe down after touch?

Please enable "Show G-code program command" in "Console" section and share the console output during manual and heightmap probe.

alxkos commented 1 year ago

Same here... not working. Probes only the origin and stops with error

RafaBRxx commented 3 weeks ago

I have the same problem, the probe works well, but on mapping all results are 0.000 ... GRBL Ver 1.1h.20190830 PRB_error board

mar0x commented 3 weeks ago

@RafaBRxx As you can see from your console output your CNC reports 6 (!) coordinates for probe point. While Candle expect only 3 values. Correct line is:

   QRegExp rx(".*PRB:([^,]*),([^,]*),([^:,]*)");
papillion47 commented 2 days ago

Heightmap, visualizer ve jog komutları çalışmıyor. Candle yükledim, aynı. GRBL yi defalarca silip yeniden yükledim, aynı.. Lütfen bir çare !.. Eski bilgisayarımda da aynı grbl yüklü, orada bir sorun yok. Yeni ve hızlı çalışan bilgisayarımda başta normal ve doğru çalışıyordu. Sonra ne oldu bilmiyorum, bu sorun ortaya çıktı.. Gidermek için ne yapmalıyım? Lütfen biri yardım etsin.. Selâmlar..

papillion47 commented 2 days ago

grblpenceresi grbljogkomutsorunu Heightmap, visualizer ve jog komutları çalışmıyor. Candle yükledim, aynı. GRBL yi defalarca silip yeniden yükledim, aynı.. Lütfen bir çare .. Eski bilgisayarımda da aynı grbl yüklü, orada bir sorun yok. Yeni ve hızlı çalışan bilgisayarımda başta normal ve doğru çalışıyordu. Sonra ne oldu bilmiyorum, bu sorun ortaya çıktı.. Gidermek için ne yapmalıyım? Lütfen biri yardım etsin.. Selâmlar.

mar0x commented 2 days ago

@papillion47 try this

papillion47 commented 19 hours ago

Denememi istediklerinizi becerecek kadar PC bilgim yok. Sanırım birileri bana "uzaktan yardım" programıyla yardımcı olursa ancak sorunum çözülecek. Hayırsever ve PC bilgileri kuvvetli biri çıkarsa mutlu olacağım. Teşekkürler..

mar0x commented 16 hours ago

@papillion47 As I wrote before, to give you an advise it is required to know your environment (at least). New issue template is a basic list of questions you will need to answer.

If you feel your PC experience is not enough, it's a good chance to improve it by systematically describing, understanding, and solving the real issue.

To use latest Candle versions (most likely) you will need to upgrade your CNC GRBL firmware and this requires an experience and patience. Otherwise, you need to stay on old "Candle" or "GRBL Control" versions.