duet 2 wifi ona ctc dual help plz
-
it is 17 i counted again was hoping maybe my eyes messed up or something
-
@phaedrux said in duet 2 wifi ona ctc dual help plz:
M92 X88.573186 Y88.573186 Z400 E96.27520187033366:96.27520187033366 ; Set steps per mm
So if you have 17 teeth, I would change his X and Y from 88.5 to 94.1. You can test if this is correct by moving an axis and measuring how much it actually moves.
If homing isn;t working correctly yuet, you can test movement by sending
G92 X0 Y0 Z0
in the console to force the Duet to think it's homed. You can then carefully move the axis.Have you tested his config yet?
The procedure for testing endstops should tell you if they are working.
https://duet3d.dozuki.com/Wiki/Connecting_endstop_switches#Section_Test_endstop_switches -
end stops are working but the stepper will sit and bounce off of it? and when i did the G92 X0 Y0 Z0 it let me move it but then it stopped like it hit its max but it was in the center? and the 94.1 seems to be working well
-
i just found something else as well tool head number 2 fan seems to be getting really hot and not spinning i can spin it by blowing on it but i think it might be dead lol
-
im going to upload a better vid to youtube to show you what its doing now https://youtu.be/QgFb8Ch_efI
-
when we get this all figured out im going to put all the files on here for the next guy that needs help too
-
@twistedechos said in duet 2 wifi ona ctc dual help plz:
G92 X0 Y0 Z0
Ok so that tells it that it's at the lowest point of travel. so If your head is in the middle of the bed, it won't be able to go past 0 in one direction, adn it will think the other direction is longer than it is. It's only good for testing if the motors move in the right direction.
You'll need to actually home the printer now to get it to know where the real extents of travel are.
So can you confirm that +X moves it to the right, and Y+ moves it to the back? 0,0 should be located at the front left of the machine if you're looking at it.
You need to know that so you can tell the motors which way to move when trying to home.
You'll also need to know if the end stops are at the low (0) end of travel, or the high end (200+).
What happens if you try to Home X or Home Y? Are you using the files you posted above, or are you using the ones from that thingiverse link?
-
i think something is off x+ moves it to the back and y+ move it to the right let me check the wireing i wonder if i pulled up a bad diagram and it is the files from thingiverse also how do i find out what end the end stops are on? (sorry another edit) and when i try to click the home button it gives me the G28 G0/G1 error insufficient axes homed
-
@phaedrux again im being dumb i had x and y backwords
-
ok now they are moving the right direction but are now at the back right corner of the bed y end stop is at the low end i think do to pushing y+ and it moving away from endstop and x is at the high end do to pushing X+ and it moves to it
-
so it just needs calibrated right? and i got to adjust the size a little?
-
@phaedrux said in duet 2 wifi ona ctc dual help plz:
M574 X1 Y1 Z0 S0
So you'll need to modify the endstop configuration in config.g to match the position of the endstops.
M574 X2 Y1 Z1 S0
That means Y is at the low end towards 0. X is at the high end towards 200+ and Z is at the low end towards 0. Is that correct?
Then you can compare your homing files using this section
https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter#Section_Homing_X_and_Y
For the low end, the homing move will have to move negative value. For the high end, it will move a positive value. -
y is the only one on low end if anything going to + is high
-
sorry i was not correcting you it was a question i should have worded that better
-
@phaedrux said in duet 2 wifi ona ctc dual help plz:
uncomment to configure for legacy Z-Endstop switch
what dose he mean buy this though?
-
What is the config you are using now? (can you copy and paste it?)
What currently works, and what still doesn't work? -
ok so the z end stop is working but x is not and i cant tell if the y is or not it will not move to it
-
ok i got z and y to work now x is the problem y is still bouncing though i think the dissent it can travel is wrong -12 y is at end stop and 110 is the pint it needs to stop but it will go to 137 so if i change M208 X273 Y137 Z150 S0 to what i need will that fix that? im still working on fixing the x end stop as well
-
ok i got the distance fixed but its like it don't recognize the x end stop command i have put M574 X1 Y2 Z2 S0
and M574 X2 Y2 Z2 S0 but nether work y and z are great now -
@twistedechos when you click the x endstop by hand does the light on the endstop change? Does the light on the duet change? Does the endstop status in the web control show that it's pressed? Or if you send M119 while it's pressed?