Error: endstop type 0 is no longer supported.
-
IR sensor with VCC GND and OUT only, no MOD pin.
M98 P"0:/macros/04-Maintenance/03-Diagnostics/03-Config_Syntax.g" HTTP is enabled on port 80 FTP is enabled on port 21 TELNET is enabled on port 23 Error: endstop type 0 is no longer supported. Use type 1 and invert the input pin instead. Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 228C Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 914C
COnfig.g
; Endstops M574 X1 S1 P"!xstop" ; configure active-low endstop for low end on X via pin xstop M574 Y2 S1 P"!ystop" ; configure active-low endstop for high end on Y via pin ystop M574 Z1 S0 ; Z-Probe M558 P8 C"zprobe.in" H5 F360:120 T6000 ;B1 ; Set Z probe type mini ir sensor G31 P500 X18 Y-38 Z2.350 ; set Z probe trigger value, offset and trigger height M557 X0:290 Y43:323 P5 ; define mesh grid P6 hace 6 malla de 6x6
How do I get rid of that Error?
Thanks -
-
just so, no need to tell that probe will home Z min?
-
@apak yes, assuming you're using G30 in your homez etc
-
@jay_s_uk sure, thanks