Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Error: endstop type 0 is no longer supported.

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    5
    377
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • apakundefined
      apak
      last edited by

      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

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @apak
        last edited by

        @apak said in Error: endstop type 0 is no longer supported.:

        M574 Z1 S0

        remove the above

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        apakundefined 1 Reply Last reply Reply Quote 1
        • apakundefined
          apak @jay_s_uk
          last edited by

          @jay_s_uk

          just so, no need to tell that probe will home Z min?

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @apak
            last edited by jay_s_uk

            @apak yes, assuming you're using G30 in your homez etc

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            apakundefined 1 Reply Last reply Reply Quote 0
            • apakundefined
              apak @jay_s_uk
              last edited by

              @jay_s_uk sure, thanks

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA