Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown command when sending G1. #17

Open
ChadDevOps opened this issue Mar 25, 2021 · 6 comments
Open

Unknown command when sending G1. #17

ChadDevOps opened this issue Mar 25, 2021 · 6 comments

Comments

@ChadDevOps
Copy link

I am attempting to run StepD with the octoprint plugin. Everything has started, but when sending any movement commands I get the following: Any ideas?

Example: G1 X0 Y0 Z5 F4000

Recv: echo:Unknown command: "!\x0f)"
Recv: echo:Unknown command: "!\x0e"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: ""
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x0c"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x0b"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: ""
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!	"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: ""
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x07"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x06"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x05"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x04"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x03"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x02"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!\x01"
Recv: warn:pending OK count dropped below 0
Recv: echo:Unknown command: "!"
Recv: warn:pending OK count dropped below 0
@colinrgodsey
Copy link
Owner

@ChadDevOps are you using a 32-bit Marlin board? Direct Stepping in Marlin only supports 8-bit AVR boards at the moment. Support for the 32-bit ARM boards should be coming up soon- I have a functional version, but theres a USB Serial issue that I need to figure out first. I was close, but I've recently come into some housing complexities and will not have access to everything I need to test for another 2-3 months :(

@ChadDevOps
Copy link
Author

@colinrgodsey Ah! Yes, I have the 4.2.2 board in the Ender 3 Max. That would explain it :) Thanks for the follow-up.

@Eliminateur
Copy link

@ChadDevOps are you using a 32-bit Marlin board? Direct Stepping in Marlin only supports 8-bit AVR boards at the moment. Support for the 32-bit ARM boards should be coming up soon- I have a functional version, but theres a USB Serial issue that I need to figure out first. I was close, but I've recently come into some housing complexities and will not have access to everything I need to test for another 2-3 months :(

¿can you updated the readme to reflect this?, because nowhere it says that stepd only works with 8-bit boards until i read this issue, i was trying to make it work on my 32-bit board and now will stop after reading this.

@Temtaime
Copy link

@colinrgodsey thanks for a good project. But is it dead ? No updated from January ...

@colinrgodsey
Copy link
Owner

@Temtaime not dead, just big changes in personal situation. the next step i have to do is build a rig to test my smoothieboard (which is god knows where in storage) for 32b integration. it is mostly done, but i need to proceed with some real word tests (and possible deal with wonky data collection patterns for USB).

as far as the original target, the 8-bit boards, things should still be working fine.

@WestwardWinds
Copy link

WestwardWinds commented Jun 10, 2022

@colinrgodsey Hello, first thank you so much for your work on this, you are the only person working on a step daemon for Marlin, even now years later. Do you anticipate still working on 32 bit support for this? I just upgraded my Ender 3 Pro with a BTT SKR Mini E3 V3 which is 32 bit and would love to use direct stepping with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants