MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.19k stars 19.22k forks source link

[BUG] since updating MCStepper V0.4.0 I no longer have access to my serial port #14253

Closed gauix4 closed 4 years ago

gauix4 commented 5 years ago

SKR 1.3 TMC5160s V1.0 since updating MCStepper V0.4.0 I no longer have access to my serial port

Configuration.txt Configuration_adv.txt

gloomyandy commented 5 years ago

It seems this issue is being worked on here https://github.com/MarlinFirmware/Marlin/pull/14245

teemuatlut commented 5 years ago

I applied your configuration to fix_tmc5160_init (which I had rebased to bf-2.0.x). Then I disabled any TMC drivers and updated the firmware on the SD card. The board still froze.

I then checked out the unmodified branch and enabled a basic 4xTMC5160 based configuration with a few options. The board booted just fine.

For now I don't think your issue is with the TMC library.

I'll do some further digging making changes to your files and see what comes of it. I'd suggest you re-do configuration and carefully avoid setting the max speeds to 900000.

teemuatlut commented 5 years ago

Marlin issue 14253.zip Boot working config based on the provided files.

boelle commented 5 years ago

Lack of Activity This issue is being closed due to lack of activity. If you have solved the issue, please let us know how you solved it. If you haven't, please tell us what else you've tried in the meantime, and possibly this issue will be reopened.

gauix4 commented 5 years ago

the problem has never been solved this one still does not work I simply find how to counter the problem but not solve it

gauix4 commented 5 years ago

I just use the port

define SERIAL_PORT 2 - 1

and it works   but not the port

define SERIAL_PORT_1 -1

it does not work

boelle commented 5 years ago

@gauix4 is the issue still there?

boelle commented 4 years ago

Lack of Activity This issue is being closed due to lack of activity. If you have solved the issue, please let us know how you solved it. If you haven't, please tell us what else you've tried in the meantime, and possibly this issue will be reopened.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.