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

    No tools are showing in DWC - noob

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    35
    1.5k
    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.
    • Stephen6309undefined
      Stephen6309 @Nvigr8
      last edited by

      @nvigr8 Add a ! to the pin that should fix it. For example: M558 P9 C"!^zprobe.in" H5 F120 T6000

      Nvigr8undefined 3 Replies Last reply Reply Quote 0
      • Nvigr8undefined
        Nvigr8 @Stephen6309
        last edited by

        @stephen6309 Which .g file would that be in? Thanks.

        Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

        Stephen6309undefined 1 Reply Last reply Reply Quote 0
        • Nvigr8undefined
          Nvigr8 @Stephen6309
          last edited by

          @stephen6309 NM, I found it. Thanks! I'll try it out at lunch.

          Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

          1 Reply Last reply Reply Quote 0
          • Stephen6309undefined
            Stephen6309 @Nvigr8
            last edited by

            @nvigr8 config.g You just need to edit the one in there already.

            Nvigr8undefined 1 Reply Last reply Reply Quote 0
            • Nvigr8undefined
              Nvigr8 @Stephen6309
              last edited by

              @stephen6309 What does that ! do there to make it work?

              Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

              Stephen6309undefined 1 Reply Last reply Reply Quote 0
              • Stephen6309undefined
                Stephen6309 @Nvigr8
                last edited by

                @nvigr8 The ! inverts the signal from the pin.

                Nvigr8undefined 2 Replies Last reply Reply Quote 0
                • Nvigr8undefined
                  Nvigr8 @Stephen6309
                  last edited by

                  @stephen6309 Ah, good to know. Thank you.

                  Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

                  1 Reply Last reply Reply Quote 0
                  • Nvigr8undefined
                    Nvigr8 @Stephen6309
                    last edited by Nvigr8

                    @stephen6309 Thanks again for the help. However, when I first made this post and put in the config.g it WAS working. It was the ONLY axis working at the time. In trying to fix other problems - tools, thermistors, etc. I must have changed something to make it not work. That line you referenced earlier apparently didn't change though.

                    I just wanted to give a little more context. I will still try your suggestion when I go home for lunch.

                    ; Configuration file for Duet WiFi (firmware version 3.3)
                    ; executed by the firmware on start-up
                    ;
                    ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Jan 05 2022 21:06:25 GMT-0600 (Central Standard Time)
                    
                    ; General preferences
                    M575 P1 S1 B57600                                      ; enable support for PanelDue
                    G90                                                    ; send absolute coordinates...
                    M83                                                    ; ...but relative extruder moves
                    M550 P"Multoo"                                         ; set printer name
                    
                    ; Network
                    M552 S1                                                ; enable network
                    M586 P0 S1                                             ; enable HTTP
                    M586 P1 S0                                             ; disable FTP
                    M586 P2 S0                                             ; disable Telnet
                    
                    ; Drives
                    M569 P0 S0                                             ; physical drive 0 goes backwards
                    M569 P1 S0                                             ; physical drive 1 goes backwards
                    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 E3:4                                     ; set drive mapping
                    M350 X16 Y16 Z16 E16:16 I1                             ; configure microstepping with interpolation
                    M92 X80.00 Y80.00 Z400.00 E400.00:400.00               ; set steps per mm
                    M566 X900.00 Y900.00 Z60.00 E120.00:120.00             ; set maximum instantaneous speed changes (mm/min)
                    M203 X6000.00 Y6000.00 Z180.00 E2100.00:2100.00        ; set maximum speeds (mm/min)
                    M201 X500.00 Y500.00 Z20.00 E250.00:250.00             ; set accelerations (mm/s^2)
                    M906 X1300 Y1300 Z1300 E450:450 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 X420 Y410 Z470 S0                                 ; set axis maxima
                    
                    ; Endstops
                    M574 X1 S1 P"!xstop"                                   ; configure switch-type (e.g. microswitch) endstop for low end on X via pin !xstop
                    M574 Y1 S1 P"!ystop"                                   ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !ystop
                    M574 Z2 S2                                             ; configure Z-probe endstop for high end on Z
                    
                    ; 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
                    M558 H30                                               ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
                    G31 P500 X-32.69 Y-31.88 Z2.5                          ; set Z probe trigger value, offset and trigger height
                    M557 X15:215 Y15:195 S20                               ; define mesh grid
                    
                    ; Heaters
                    M308 S0 P"bedtemp" Y"thermistor" T100000 B3950         ; 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 B1 S1.00                                       ; enable 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 B4725 C7.06e-8 ; 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 S295                                           ; set temperature limit for heater 1 to 295C
                    M308 S2 P"e1temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 2 as thermistor on pin e1temp
                    M950 H2 C"e1heat" T2                                   ; create nozzle heater output on e1heat and map it to sensor 2
                    M307 H2 B0 S1.00                                       ; disable bang-bang mode for heater  and set PWM limit
                    M143 H2 S295                                           ; set temperature limit for heater 2 to 295C
                    
                    ; Fans
                    M950 F0 C"fan0" Q500                                   ; create fan 0 on pin fan0 and set its frequency
                    M106 P0 S0 H-1                                         ; set fan 0 value. Thermostatic control is turned off
                    M950 F1 C"fan1" Q500                                   ; create fan 1 on pin fan1 and set its frequency
                    M106 P1 S1 H1:2 T45                                    ; set fan 1 value. Thermostatic control is turned on
                    
                    ; Tools
                    M563 P0 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
                    M563 P1 D1 H2 F0                                       ; define tool 1
                    G10 P1 X0 Y0 Z0                                        ; set tool 1 axis offsets
                    G10 P1 R0 S0                                           ; set initial tool 1 active and standby temperatures to 0C
                    
                    ; Custom settings
                    ; add for filament sensors
                    M591 P1 C"e0stop" S1 D0                                ;filament monitor connected to E0 endstop
                    M591 P1 C"e1stop" S1 D1                                ;filament monitor connected to E1 endstop
                    
                    
                    ; Miscellaneous
                    M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"     ; set voltage thresholds and actions to run on power loss
                    T0                                                     ; select first tool
                    
                    
                    

                    Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

                    1 Reply Last reply Reply Quote 0
                    • Nvigr8undefined
                      Nvigr8 @Stephen6309
                      last edited by

                      @stephen6309 Ok, I'm at home and I added that !. Now M119 shows the Z is not stopped.

                      Next problem is that when I home the Z axis, the probe deploys but when pushed in, it does not register as a stop. Ideas?

                      Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator @Nvigr8
                        last edited by

                        @nvigr8 said in No tools are showing in DWC - noob:

                        @stephen6309 Ok, I'm at home and I added that !. Now M119 shows the Z is not stopped.

                        Next problem is that when I home the Z axis, the probe deploys but when pushed in, it does not register as a stop. Ideas?

                        I don't think the inversion was correct in this case. It should not need inversion. I think there may be an issue with the white wire for the BLTouch which is the trigger signal wire.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        Nvigr8undefined 2 Replies Last reply Reply Quote 0
                        • Nvigr8undefined
                          Nvigr8 @Phaedrux
                          last edited by

                          @phaedrux Since the BL touch was working early on and now not, it occured to me after I left home that maybe the wires came loose through all the other manipulating I've been doing trying to get the thermistors and heaters working. I'll check them when I get back home after work. If they are seated well and there are no obvious issues, what do you suggest next?

                          On an older note, I got the heaters and tools all sorted, mostly. I added a mains powered bed (which isn't working yet - maybe the SSR) and accordingly bed heater in the configurator. Now the other two tools are showing as well.

                          At first the thermistor for nozzle 1 was showing wacky numbers and naturally the heater was faulting. I realized this morning that somewhere along the way I switched to PT100 thermistors and forgot about it...very old printer. At lunch I switched back to a standard E3D thermistor and now it appears to be working!

                          Just gotta get the BLtouch working now then the bed.

                          Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

                          1 Reply Last reply Reply Quote 0
                          • Nvigr8undefined
                            Nvigr8 @Phaedrux
                            last edited by

                            @phaedrux You were correct. The white wire broke off of the male plug end. Ended up not needing the ! after all. It is working properly now. Thank you for the help there.

                            Modified Multoo MT1.5, Modified Creality CR6SE, Modified Monoprice Mini Delta, Modified Wanhao Di3, Phrozen Shuffle

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