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.3k stars 19.25k forks source link

SKR PRO 1.1 + TMC5160, Homing is "working" but no other movement #17252

Closed mcmuff91 closed 4 years ago

mcmuff91 commented 4 years ago

Hello everyone, atm I´am working on a big selfmade Delta-printer for Ceramics. The setup:

When I send G28 via Pronterface or via the RepRap-Controller the printer starts to home. But one after the other (x,y,z). There is no movement of all three Axis at the same time, so I have to move the Effector to the upper end of the printer. The axes are hitting the endstops and doing a rebump . But after this there is no movement to the safe zone (enabled DELTA_HOME_TO_SAFE_ZONE) After homing the Printer is not responding to movement commands via Pronterface or the Controller.

Tried multiple Versions of Marlin ( the BTT-Version, 2.04, 2.05). I have no idea how to fix the Problem.

Marlin config 2.0.5.zip

thinkyhead commented 4 years ago

Remember to send M502, M500 after re-flashing.

Whenever there are homing or leveling issues, we now ask everyone to follow a standard procedure to gather more information so that we're not just taking stabs in the dark. Here is the boilerplate:

Repeat this procedure, if needed, to demonstrate inconsistencies. From these logs we should hopefully get a better idea of what's going on with your machine.

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.