Denvi / Candle

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

Using candle 1.1.7 and jog not working at all #226

Open Morphiritus opened 6 years ago

Morphiritus commented 6 years ago

using windows version 1.1.7 candle and no Jog. However unlike the Grblcontrol version i noticed that no codes are sent to console window. if i type a code machine moves. Appears there's a missing link between arrows and send area. Would love to work with candle and try it out but messy when i have to set head in grbl then close software and open candle. Is it possible to get new windows build to try. Thanks if can if not that ok too. I'm new to this and am trying not to relearn linux . Been few years and mind not what it was. I can't find grbl version 1.1 so unable to try that. Having fun so far though.

Kim9999 commented 6 years ago

Here is grbl 1.1f https://github.com/gnea/grbl/releases add this to get jog to work $J=G21G91X0.7F200 $J=G21G91Y0.7F200 $J=G21G91Z-0.7F200 The value after f may need to be modified for your app.

Morphiritus commented 5 years ago

Thank you for getting back to me. My brain isn't what it use to be and I didn't realize my hobby CNC was only supported by your older version since my CNC machine was an older version. I downloaded that version and all worlds fine.

On Wed, Apr 11, 2018 at 11:55 AM Kim9999 notifications@github.com wrote:

Here is grbl 1.1f https://github.com/gnea/grbl/releases add this to get jog to work $J=G21G91X0.7F200 $J=G21G91Y0.7F200 $J=G21G91Z-0.7F200 The value after f may need to be modified for your app.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Denvi/Candle/issues/226#issuecomment-380522545, or mute the thread https://github.com/notifications/unsubscribe-auth/AkN1Di0ix7r6x6Xc_5pEtk63B1EZkkVDks5tnjVtgaJpZM4TDSw8 .

magghub commented 2 years ago

Here is grbl 1.1f https://github.com/gnea/grbl/releases add this to get jog to work $J=G21G91X0.7F200 $J=G21G91Y0.7F200 $J=G21G91Z-0.7F200 The value after f may need to be modified for your app.

The problem is the " $J= " erase it and CNC moves. other version does not start comands with $J= and that why works. What I need for fix this issue?? somebody knows?