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

[BUG] Vanilla Marlin for Einsy Rambo not working in MK404 sim. #201

Closed
3d-gussner opened this issue Aug 4, 2020 · 4 comments
Closed

[BUG] Vanilla Marlin for Einsy Rambo not working in MK404 sim. #201

3d-gussner opened this issue Aug 4, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@3d-gussner
Copy link
Collaborator

3d-gussner commented Aug 4, 2020

Describe the bug
Got vanilla Marlin for Einsy Rambo kind of working and it can be flashed on a physical printer.
Trying to load the same hex file in MK404 doesn't do anything.

To Reproduce
Steps to reproduce the behavior:

  1. Compile https://github.com/3d-gussner/Marlin/tree/MK3s_2.0.x
  2. Copy \.pio\build\rambo\firmware.hex to your MK404 build folder
  3. Start MK404 /build/MK404 -f firmware.hex
  4. MK404 starts but no output on LCD on terminal

Expected behavior
It would behave like the real Einsy board.

Desktop (please complete the following information):

  • Hyper-V VM
  • OS: [Ubuntu]
  • Version [18.04.1]

20200804_100222

@3d-gussner 3d-gussner added the bug Something isn't working label Aug 4, 2020
@vintagepc
Copy link
Owner

vintagepc commented Aug 4, 2020

Have you tried running with -n (aka --no-hacks)? This is necessary because the TIMSK tweak we need to get the firmware to boot has the opposite effect on stock Marlin.

( Possible duplicate of #117 )

@3d-gussner
Copy link
Collaborator Author

3d-gussner commented Aug 4, 2020

Sorry didn't find this issue #117 Thanks

Solved

@vintagepc
Copy link
Owner

Not a problem :)

Maybe when I figure out #75 this workaround can go away and both work without it

@vintagepc
Copy link
Owner

Good news (also @leptun ) - --no-hacks is no longer necessary for Marlin thanks to closing #75.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants