What to do with SKR MINI #10
-
Good evening, I have been able to complete everything up to actually getting the thing to move. I am able to get access to the GUI and upload a thr file, I can get all the way to playing it. It appears that it is playing, but there is no movement. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 22 replies
-
Hi Sean, a few questions to troubleshoot...I assume you’re still using the TMC2209 drivers. If not, there will be more things that you’ll need to change:
Let me know if those steps help. If not, we might have a more nuanced problem on our hands...keep me posted! |
Beta Was this translation helpful? Give feedback.
-
This issue was resolved over the phone. What we did to resolve the issue was do the following:
|
Beta Was this translation helpful? Give feedback.
-
Wow. Thanks alot. I'm not a total noob on Marlin but it's been a while
and I have moved onto Klipper <https://www.youtube.com/watch?v=3-_EHVw4-qw>.
I couldn't get your Marlin to compile for some reason so I just looked
through your files and changed the settings into the newer version. I got
to see movement using pronterface (which is great) but it's not using
corexy for some reason, I defined it in marlin but it's only running one
motor at a time. I have some troubleshooting to do I guess. Thanks again
for giving me a heads up on the G28 command editing also.
Sean Turner
…On Tue, Jun 22, 2021 at 10:18 AM Sean Pluemer ***@***.***> wrote:
Hello Sean (nice name btw),
So you are going to get to learn to program the SKR!
I *think* my fork has all the changes you will need.... You can view my
Marlin here
<https://github.com/SeanPluemer/Sand-Table/tree/master/Marlin-2.0.x/Marlin>.
So in theory, all you need to do is to download my Marlin and flash it to
the board... But it has been a few months and I don't remember tbh.
Here is a video that shows how to flash the board and what to change to
enable sensorless homing. https://www.youtube.com/watch?v=0aizXlcQGPA
You can use a software on your laptop called pronterface to make sure that
everything works correctly before you even try dealing with the Pi.
The last thing that you will need to change is the raspberry pi setup g28
code.
This can be found at Sand-Table/Website/server/routes/gcode_controller.js
linen ~352.
There will be a line that just says "G28" I think all you need to do is
change it to "G28 X Y" and that will make ur life
I think that was all I had to do to get it working (other than changing
the size of my table). But if not, feel free to msg me!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUSG7TX6IOQGJIVD5VVEVBDTUCLUHANCNFSM4X5TF57A>
.
|
Beta Was this translation helpful? Give feedback.
This issue was resolved over the phone. What we did to resolve the issue was do the following: