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

Gcode from file results different from Gcode entered via command line #538

Closed bobsemp closed 2 years ago

bobsemp commented 2 years ago

Running Candle 1.1.7 on Windows 11 platform using Vevor 3018Pro CNC

When I enter Gcode from the command line, the CNC does exactly as specified. When I run the very same Gcode from a file, I get an extremely small version of the same movements.

HELP.... please :-)

Bob

mar0x commented 2 years ago

Maybe unit mode (metric/inches) is differs when you manually enter commands and replay from file. Please share your g-code file, Grbl version, and responses for $$ and $G commands.

bobsemp commented 2 years ago

Problem was with the GRBL controller itself. Replaced the controller, problem solved

Bob

These things I have spoken to you, that in Me you may have peace. In the world you will have tribulation; but be of good cheer, I have overcome the world.” John 16:33

On Wednesday, March 16, 2022, 12:18:41 PM EDT, Max @.***> wrote:

Maybe unit mode (metric/inches) is differs when you manually enter commands and replay from file. Please share your g-code file, Grbl version, and responses for $$ and $G commands.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

mar0x commented 2 years ago

Problem was with the GRBL controller itself. Replaced the controller, problem solved

Good to know! It makes sense to close the issue then.