code ???? o k then ???
-
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