@phaedrux said in Stall detection tweeking from 2.05 to 3.3.0 RC3:
But sounds like you got it working now?
Yes, i can provide my new Home X and Y File + Config if someone wants to look at it. (Troubleshooting etc.)
homex.g
M913 X50 Y50 ; drop motor current to 50%
M400
G91 ; relative positioning
G1 H2 Z10 F12000 ; lift Z relative to current position
G1 H1 X-500 F5000 ; move quickly to X axis endstop and stop there (first pass)
;G1 H2 X20 F12000 ; go back a few mm
;G1 H1 X-500 F5000 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-10 F6000 ; lower Z again
G90 ; absolute positioning
M400
G1 X150 ; moves X to the Middle
M913 X100 Y100 ; return current to 100%
homey.g
M913 X50 Y50 ; drop motor current to 50%
M400
G91 ; relative positioning
G1 H2 Z10 F12000 ; lift Z relative to current position
G1 H1 Y-500 F5000 ; move quickly to X axis endstop and stop there (first pass)
;G1 H2 Y20 F12000 ; go back a few mm
;G1 H1 Y-500 F5000 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-10 F6000 ; lower Z again
G90 ; absolute positioning
M400
G1 X150 Y120 ; moves X to the Middle
M913 X100 Y100 ; return current to 100%
config.g
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 14 2021 19:09:40 GMT+0200 (Mitteleuropäische Sommerzeit)
; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"D-Bot" ; set printer name
M669 K1 ; select CoreXY mode
M671 X-21.4:356.4 Y165:165 S20 P1.5 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
; Network
;M551 P"Duet" ; set password
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet
; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M569 P4 S1 ; physical drive 4 goes forwards
M584 X0 Y1 Z2:4 E3 ; set drive mapping (2 Z Motors = 2 & 4)
M92 X79.40 Y79.40 Z397.20 E492.45 ; set steps per mm //X&&Y 78.43
M350 X128 Y128 Z128 I0 ; configure microstepping without interpolation
M350 E64 I1 ; configure microstepping with interpolation
M566 X900 Y900 Z12 E120 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z500 E1500 ; set maximum speeds (mm/min)
M201 X3500 Y3500 Z300 E2500 ; set accelerations (mm/s^2)
M906 X1200 Y1200 Z1200 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X335 Y191 Z350 S0 ; set axis maxima
; Stall Detection
M915 X Y S12 F0 R1 ; S=Sensitivity (higher=less sensetive)//started at 10//; F=Filtering; R=Action
; Endstops
;M574 Z1 S0 ; Define active low and unused microswitches
M574 X1 S3 ; Define Endstops for Stall Detection //Before X3 Y3
M574 Y1 S3 ; Define Endstops for Stall Detection //Before X3 Y3
;Filament Run Out Sensor
M591 D0 P2 C3 E6.0 ; Tool 0 Extruder 0
; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4700 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4680 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C
; Z-Probe
M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P600 X-30 Y0 Z1.6 ; (P25 before) ; set Z probe trigger value, offset and trigger height
M557 X30:304 Y20:191 S40 ; define mesh grid
; Nozzle + Filament
M404 N2.85 D0.400
; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 C"PartCooling" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 C"Heatsink" S1 H1 T45 ; set fan 1 name and value. Thermostatic control is turned on
M950 F2 C"fan1" Q500 ; create fan 2 on pin fan1 and set its frequency
M106 P2 C"AlwaysOn" S1 H-1 ; set fan 2 name and value. Thermostatic control is turned on
; Tools
M563 P0 S"e3D V6" D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
; Custom settings are not defined
; Miscellaneous
T0 ; select first tool
M80 ; Turn On Power Supply
I just reduced the current by 50% and commented out the 2. attempt to home X or Y and tryed differen Sensitivitys and here we go.