Welcome! Log In Create A New Profile

Advanced

Issue with Marlin 2.0 Acknowledgement

Posted by JHalps30 
Issue with Marlin 2.0 Acknowledgement
July 05, 2019 10:31AM
I just sent commands to both marlin 1.1 and 2.0 via a terminal window and noticed there was a change made. In Marlin 1.1 the message sent back from the printer is:
"ok"
In Marlin 2.0 it sends two lines in quick succession. The lines are:
"X:0.00 Y:0.00 Z:5.00 E:0.00 Count X:0 Y:0 Z:12800"
"ok"
Does anyone know a way to disable the first string being sent in 2.0? My host program seems to be losing the "ok" message in the previous string.
VDX
Re: Issue with Marlin 2.0 Acknowledgement
July 05, 2019 11:05AM
... the two lines looks, as if you have typed "M114" - a normal G1 code gives only "ok":
>G1 X10 F2000
>ok

>M114
>X:1.00 Y:0.00 Z:0.00 E:0.00 Count X:158 Y:0 Z:0
>ok


Viktor
--------
Aufruf zum Projekt "Müll-freie Meere" - [reprap.org] -- Deutsche Facebook-Gruppe - [www.facebook.com]

Call for the project "garbage-free seas" - [reprap.org]
Re: Issue with Marlin 2.0 Acknowledgement
July 05, 2019 11:12AM
Quote
VDX
... the two lines looks, as if you have typed "M114" - a normal G1 code gives only "ok":
>G1 X10 F2000
>ok

>M114
>X:1.00 Y:0.00 Z:0.00 E:0.00 Count X:158 Y:0 Z:0
>ok

The command I tested with was "G28 X". Thanks for bringing that up though, I'll test with a regular G1 to see how that responds.
VDX
Re: Issue with Marlin 2.0 Acknowledgement
July 05, 2019 12:33PM
... then the homing command "triggers" the M114?


Viktor
--------
Aufruf zum Projekt "Müll-freie Meere" - [reprap.org] -- Deutsche Facebook-Gruppe - [www.facebook.com]

Call for the project "garbage-free seas" - [reprap.org]
Re: Issue with Marlin 2.0 Acknowledgement
July 06, 2019 02:55PM
It turns out my issue lies somewhere else. I tried to delete this post but I am unsure how to.
Sorry, only registered users may post in this forum.

Click here to login