OK I can get the system to home to the endstops but my print head stays in the back Left and does not move to the front left after homing. but on a plus note I have gotten it to move to the endstops and stop.
Latest posts made by Sharpie
-
RE: Endstop Not stopping Movement
-
RE: Endstop Not stopping Movement
I have swapped my motors back to the original settings the problem I am getting now is when I home I still either dont stop when the end stop is hit or the head goes the wrong way. then when I flip the S1 to and S0 to reverse it then try to move the head the opposite axis moved instead. Does anyone have a working config I can start from so I can figure this out?
Thanks already for all your guys help
-
RE: Endstop Not stopping Movement
ok, with those changes I now Home correctly, Thanks =D
New problem after it is homed the print head does not move to the forward position ie..the front Left corner. It stays in the back left so when I send a print file for it it tries to move backwards which it cant as its already all the way back.
-
RE: Endstop Not stopping Movement
Ok so I ended up having to swap my X-axis and Y-axis motors (i did not think going from 1.18 to 1.20 would require a hardware rewire) but per the last post everything moves as it should.
The problem is still my homing files when i home x or why only that motor turns until its hits the end of the track and starts skipping teeth on the belt.
-
RE: Endstop Not stopping Movement
I made the changes in my Homex.g and still only 1 stepper motor moved making the print head pull to one side the front left. So i double checked my Config.g to make sure my "X -10" moved towards my endstop. I then confirmed with the Y-Axis as well. As I switched the "S1" to "S0" instead of the X-Axis moving the Y-Axis would move.
-
RE: Endstop Not stopping Movement
ok So I went and and made the changes and it did not do what I thought it would so I re-Tested my Direction settings
<code>; Machine configuration
M569 P0 S1 ; Drive 0 goes forwards (change to S0 to reverse it) X-Axis
M569 P1 S1 ; Drive 1 goes forwards Y-Axis
M569 P2 S0 ; Drive 2 goes forwards Z-Axis
M569 P3 R-1 ; Drive 3 goes forwards
M569 P4 S1 ; Drive 4 goes forwards<\code>now when I test and change my P0 from "S1" my X-axis moves to "S0" my Y-Axis moves
I feel like I am loosing it. Is there a working config I can just buy from someone?
-
RE: Endstop Not stopping Movement
When I send a move command the machine moves correctly the issue is that when I issue a Home command on either X or Y that only one Stepper moves and does not stop when the end stop is triggered.
-
RE: Endstop Not stopping Movement
So I dont have a backup of my config =(, but I am still when I send move commands it works as intended but when I Home only one of my 2 steppers move. I ran through the RepRap config file generator again and it gave me the same settings so I am not sure what to change.
Is there a setting that makes it not move both steppers as needed for CoreXY or does my machine think its in Cartesian mode when it Homes?
-
RE: Endstop Not stopping Movement
Would you suggest me going back down to 1.18?