Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    connecting x endstop switch on toolboard ?

    Duet Hardware and wiring
    2
    6
    139
    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.
    • joeko
      joeko last edited by

      hallo,
      my endsop switch on the toolboard (connect to io2 between io2.in and ground) wont be detected. i have seen on the toolboard wiki that the toolboard io2 is "Input only with +5V power"

      does that mean that i have to connect the switch between 5+ and io2.in on the io2 connector ?

      1 Reply Last reply Reply Quote 0
      • PaulHew
        PaulHew last edited by

        Just checked mine. I use 3.3v and io.in

        HTH

        RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
        Voron 2.4 disassembled..... Waiting for the RailCore Mini....

        1 Reply Last reply Reply Quote 0
        • joeko
          joeko last edited by joeko

          nothing, like dead.

          i changed the the pin to +5v and io2.in on 121.io2.in and also on io1.
          nothing
          M119 is Endstops - X: at min stop
          always with or without connected endstop also pressing the endstop or not doesnt make an different

          firmware on duet 6 and toolboard is 3.3

          PaulHew 1 Reply Last reply Reply Quote 0
          • PaulHew
            PaulHew @joeko last edited by

            @joeko Care to share your config.g, just incase...

            RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
            Voron 2.4 disassembled..... Waiting for the RailCore Mini....

            1 Reply Last reply Reply Quote 0
            • joeko
              joeko last edited by

              ; Configuration file for Duet 3 (firmware version 3.3)
              ; executed by the firmware on start-up
              ;
              ; generated by RepRapFirmware Configuration Tool v3.3.4 on Sat Oct 23 2021 07:25:18 GMT+0200 (Mitteleuropäische Sommerzeit)

              ; General preferences
              M80
              M575 P1 S1 B57600 ; enable support for PanelDue
              G90 ; send absolute coordinates...
              M83 ; ...but relative extruder moves
              M550 P"Vcore" ; set printer name
              M669 K1 ; select CoreXY mode

              ; Wait a moment for the CAN expansion boards to start
              G4 S2

              ; Network
              M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
              M586 P0 S1 ; enable HTTP
              M586 P1 S0 ; disable FTP
              M586 P2 S0 ; disable Telnet

              ; Drives
              M569 P0.0 S0 D3 H5 v5 ; physical drive 0.0 goes backwards
              M915 P0.0 T5
              M569 P0.1 S0 D3 H5 v5 ; physical drive 0.1 goes forwards
              M915 P0.1 T5
              M569 P0.2 S0 D3 H5 v5 ; physical drive 0.2 goes backwards
              M915 P0.2 T5
              M569 P0.3 S0 D3 H5 v5 ; physical drive 0.3 goes backwards
              M915 P0.3 T5
              M569 P0.4 S0 D3 H5 v5 ; physical drive 0.4 goes forwards
              M915 P0.4 T5
              M569 P121.0 S0 ; physical drive 121.0 goes backwards
              M584 X0.4 Y0.1 Z0.0:0.3:0.2 E121.0 ; set drive mapping
              M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
              M92 X80.00 Y80.00 Z800.00 E854.29 ; set steps per mm
              M566 X900.00 Y900.00 Z30.00 E1500.00 ; set maximum instantaneous speed changes (mm/min)
              M203 X12000.00 Y12000.00 Z200.00 E3600.00 ; set maximum speeds (mm/min)
              M201 X1000.00 Y1000.00 Z30.00 E1500.00 ; set accelerations (mm/s^2)
              M906 X1900 Y1900 Z1900 E870 I50 ; 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 X290 Y280 Z270 S0 ; set axis maxima

              ; Endstops
              M574 X1 S1 P"121.io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin 121.io2.in
              M574 Y2 S1 P"io6.in" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin io6.in
              M574 Z1 S2 ; configure Z-probe endstop for low end on Z

              ; Z leadscrew positions
              M671 X-60:358:126 Y-25:-25:358 S4

              ; Z-Probe
              M950 S0 C"121.io0.out" ; create servo pin 0 for BLTouch
              M558 P9 C"^121.io0.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
              G31 P500 X-30 Y-17 Z2.5 ; set Z probe trigger value, offset and trigger height
              M557 X20:280 Y20:270 S75 ; define mesh grid

              ; Heaters
              M308 S0 P"temp0" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin temp0
              M950 H0 C"out0" T0 Q10 ; create bed heater output on out0 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"121.temp0" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin 121.temp0
              M950 H1 C"121.out0" T1 ; create nozzle heater output on 121.out0 and map it to sensor 1
              M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
              M143 H1 S285 ; set temperature limit for heater 1 to 280C

              ; Fans
              M950 F0 C"121.out2" Q500 ; create fan 0 on pin 121.out1 and set its frequency
              M106 P0 S0 H1 T45 ; set fan 0 value. Thermostatic control is turned off
              M950 F1 C"121.out1" Q500 ; create fan 1 on pin 121.out2 and set its frequency
              M106 P1 S0 H-1 ; set fan 1 value. Thermostatic control is turned on

              ; Tools
              M563 P0 S"E3D" D0 H1 F1 ; 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
              T0

              ; Custom settings are not defined

              ; Miscellaneous
              M501 ; load saved parameters from non-volatile memory

              1 Reply Last reply Reply Quote 0
              • joeko
                joeko last edited by

                i suppose i got it.
                it is an makerbot switch and it has to be connected as an makerbot switch with all 3 wires

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