code ???? o k then ???
-
yup thats the heart of the problem i know most of the stuff that needs chainging but fearfull ill do more damage than good ... it was working and producing pretty good prints what i am doing might help you understand what i'm asking i have or what used to be a cr10-s5 duet 2 wifi with lots of upgrades
the ringing was pronounced. i installed a 16/05 ball screw ill change the steps to 6400 according to the math, but not until i get the y sw. to work again. stall worked fine until i upgraded to linear rails an a ball screw did not think stall would be good for the tork it provides
all that said i know its time to address my software issues ...im starting to get it sucks being a newbie lol. -
OK, well you need to specify at which end of the axis travel the endstop is going to be. M574 X1 Y1 for the low ends. Then use the S parameter to choose your switch type, either normally open or normally closed. Try with S1 and S2 and see which will show as triggered or not triggered in the machine properties tab.
How do you have the capacitive sensor wired? What kind of a switch does it act like?
-
changed the stops to M574 x1 y1 z1 s1 still they dont work
check this out when i type inM588 i get thisZ Probe type 9, input 0, invert no, dive height 5.0mm, probe speed 100mm/min, travel speed 4000mm/min, recovery time 0.00 sec, heaters normal, max taps 1, max diff 0.03
isn't this the root of my evil ptoblem
-
im thinking i should type in m558 P5?????
-
No. The z probe has nothing to do with your endstops.
-
ok where did the stall feature come from then the docs say if stall is active endstops wont work im trying to understand did it com from M307
-
Stall detection as an endstop is defined by M574 S3.
M307 is to configure heater parameters. Not related.
What exactly is not working?
If you have changed the Y axis to use the ball screw, have you changed the steps per mm yet?
-
all 3 endstop limits limits let me reboot and ill try again
-
could my prob be in the 4 home files
; homeall.gG91 ; relative positioning
G1 S2 X0.2 Y0.2 Z0.2 ; Move all axis 0.2 mm, clear stall status
M98 Pdeployprobe.g ; deploy mechanical Z probe; x and y Sensor less homing
M400 ; make sure everything has stopped before we make changes
M915 X S2 Y S3 R0 F0 ; set X and Y sensitivity, do nothing when stall, unfiltered
M574 X1 Y1 S3 ; set endstops to use motor stall
G1 S2 Z10 F1200 ; lift Z
G1 S1 X-265 Y-260 F5000 ; move X and Y back, stopping at the end stop
M400 ; make sure everything has stopped
G90 ; back to absolute mode;G1 X115 Y115 F12000 ; Move to center of bed and home Z
G1 X127 Y134 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bedM915 X S10 Y S10 R3 F0 ; set X and Y sensitivity to -0, when stall home XY and resume print, filtered so it takes 4 steps to figure out it has stalled
M98 Pretractprobe.g ; retract mechanical Z probe
-
what does a guy remove ?? replace???
-
So i think i get this now,, your gonna laugh,,, not ever having worked with this stuff can i assume everything after the ; is a "note" to the specific g or m code entry??.. everything before is the ; actual "Working code" notes to remind me what I've done in the future?? the notes are not attached to the software in any way???? so if i make a change the notes stay the same ?? so lets say, i want to get rid of stall.... lets say its set at S3 (example) all i would do is change the S1 and change the note to somthing like endstop sw. n/o so i remember in the future ??
-
Yes, everything after a ; is a comment that isn't used by the firmware.
-
so the only thing i need to change is M574 X1 Y1 Z1 S3.........to S1 in my homeall file like i did in config.g
-
@ziggymanpopo said in code ???? o k then ???:
M98 Pdeployprobe.g ; deploy mechanical Z probe
Yes, remove the M574 from the homeall, and the probedeploy and retract. And the M915 line.
-
what do i do with this ???
M915 X S2 Y S3 R3 F0 ; set X and Y sensitivity to 0, when stall home XY and resume print, filtered so it takes 4 steps to figure out it has stalled
do i delete this whole line ? home x & home y. files both have M915o k thats the best guess i have
-
the whole M574 line/ and only from home all
-
Delete those lines from all your homing files if you aren't using stall detection anymore.
-
sorry that was a question
-
great thank you ill give that all a try tonight
-
well that did the trick everthing is back in working order.
i really appreciate all your patients you guys rock
back to tweeeking thank you