G32 ERROR
-
I just found a solution to this problem. and it's a very simple fix. All I have to do is swap Driver 9 and Duex.e6stop to Z Drive and !Zstop that will put my string under 50 Char. But first I need to go back to 3.1.1 because 3.3 is acting a little weird.
-
@moe-adams9093 said in G32 ERROR:
I just found a solution to this problem. and it's a very simple fix. All I have to do is swap Driver 9 and Duex.e6stop to Z Drive and !Zstop that will put my string under 50 Char. But first I need to go back to 3.1.1 because 3.3 is acting a little weird.
Did you have a problem with the original driver assignments under 3.1.1?
I don't recall that you did.
Thanks.
Frederick
-
Yes I did have a problem but I was using << !exp.e2stop to !exp.e6stop >> that was another issue. Anyway I haven't downgraded yet to 3.1 I will see if it works but I think it should
-
Maybe stick to 3.2 instead of 3.1.1
-
@Phaedrux 3.2 for somereason my external driver Number 10 it won't work
-
So I downgraded to 3.1.1 and Main board is not working now YAT won't see it to enable ethernet via USB and can even erase firmware when i jump the reset pins deg light won't even turn red. Why did that happen
-
Never mind I figured it out
-
@moe-adams9093 said in G32 ERROR:
Never mind I figured it out
Well don't leave us in suspense. What did you find?
Frederick
-
One of my endstops connection was reversed accidentally and it caused a short so the board automatically shut down power to the CPU thats why it wasn't abel to communicate via USB. All up and running now endstops works fine as well. One single problem im having now is when the bed go back to the min side it won't stop by the IR sensor. Any idea on how I can fix this. Same homeall .g file I posted previously. Thanks again for keeping up.
-
@moe-adams9093 said in G32 ERROR:
One of my endstops connection was reversed accidentally and it caused a short so the board automatically shut down power to the CPU thats why it wasn't abel to communicate via USB.
Oops. I take if you are not using the mating connectors for the Duet which only go on one way?
All up and running now endstops works fine as well.
Glad to hear it.
One single problem im having now is when the bed go back to the min side it won't stop by the IR sensor. Any idea on how I can fix this. Same homeall .g file I posted previously.
Questions:
- So this file never works or only sometimes works?
- Why so much movement in this command G1 H1 Z500 F6000?
- Did you mean this to be a relative move G1 X235 Y235 F6000?
; homeall.g G91 ; relative positioning G1 H1 Z500 F6000 ; lift Z relative to current position G1 H1 X-465 F8000 ; move quickly to X endstop and stop there (first pass) G1 H1 Y-465 F8000 ; move quickly to Y endstop and stop there (first pass) G1 H2 X5 Y5 F6000 ; go back a few mm G1 H1 X-465 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-465 F360 ; then move slowly to Y axis endstop G1 X235 Y235 F6000 ; Prob at Center M558 F600 A1 ; Dive fast once G30 ; probe Z M558 F300 A10 ; Slow second dive with more accuracy G30 ; probe z again
Thanks again for keeping up.
Always willing to help when I can.
-
So when I press homeall
These are the steps I wanted to do-
Bed travel to Zmax which is 500
-
BED hit all four endStop at Zmax and stops axis individually
-
X&Y travel to the center (235,235) prob at center
So now X&Y are not traveling to (235,235) to perform probing sequence.
-
-
@moe-adams9093 said in G32 ERROR:
So now X&Y are not traveling to (235,235) to perform probing sequence.
Questions:
- Is there ANY movement at all on the X or Y axis in response to the G1 X235 Y235 F6000 command?
- Is there ANY movement at all on the Z axis back towards the bed in response to the first G30 command?
If I were trying to solve this I would first:
- Comment out all of the commands starting with the G1 X235 Y235 F6000 command.
- Perform a home all.
- Verify that the X and Y axes homed and ended up at X=0 Y=0.
So if you can provide those two answers and perhaps perform that test?
Thanks.
Frederick
-
I have increased the max length of the pin name string in the forthcoming 3.2.1 release.