sgregory
About
- Username
- sgregory
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
Thanks again for taking the time to help, it is immensely helpful and I really appreciate it. To tack onto my last comment, what benefit do I gain from going to 1/16th? I was just doing it so it was the same as a lot of other people's builds, but if…
-
Here are my settings for what I believe are the relevant values you're asking for: #define ALWAYS_CHECK_ENDSTOPS 1 #define MAX_FEEDRATE_X 200 #define MAX_FEEDRATE_Y 200 #define HOMING_FEEDRATE_X 40 #define HOMING_FEEDRATE_Y 40 #define STEPPER_HIGH_…
-
I am using two linear slides as a X and Y axis, I switched out the arduino for a new one and it is working fine now. My steps per mm on 1/32 stepping was 1280. The linear slide has a pitch of 5mm, which i used here to compute the desired steps per…
-
The motor in question is able to turn, I have buttons on a UI that will send it to a specific coordinate, and when I hit that button, the motor will work and move, but it will move past that coordinate and hit something, stopping it there. The motor…
-
RAyWB said: Can you swap the TB6600 from the working axis to the not working axis vice versa, I remember i had a similar issue with a broken TB6600 a couple of years ago.In my case it was a burnt resistor inside the tb6600 so only one stepper…
-
I misspoke when I said that it was freezing up and humming, that has happened before in the past sometimes but rarely, so I do think that it is missing steps sometimes so I will look into what you said to solve it. I am now mainly concerned on why i…
-
I should clarify, the motor isn't locked up, it can still move. When I try to home, the one axis that works homes, but the other will move forward some, then back off like it hit the endstop, then move back forward and stop. The thing here though, i…
-
Ah I see, Figured it out thanks! One of the pins was being used as the extruder cooler in Config header. Thanks
-
I am doing nothing but G commands to control the movement of an XY gantry, and using M106 to turn on a welder on D10, and now hopefully a solenoid on D9. Would D9 having other functions bound to it have this effect, even though I am not calling any …