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

    Hotend not showing in WebUI

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    4
    254
    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.
    • sanchez3dsolutionsundefined
      sanchez3dsolutions
      last edited by

      I am having an issue where I can not see my hot end in the webUI. Also my Bed temp is at 2000. All connections seem to be fine, nothing is loose or frayed and connected to the appropriate terminals. I am converting over from a CR-10s. Im using 2.03 firmware and web control 1.22.6. Duet 2 wifi, stock CR-10s bed, E3d v6 hotend. Not sure what Im doing wrong. All components worked before switching. Stumped at what to do. If anyone can help with this issue, much appreciated.

      0_1567633885192_screenshot webUI.png
      0_1567634612367_screenshot webUI.png

      ; Configuration file for Duet WiFi (firmware version 2.03)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.0.0 on Wed Sep 04 2019 12:41:27 GMT-0700 (Pacific Daylight Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"CR-10s5" ; set printer name

      M667 S1 ; select CoreXY mode
      M911 S10 R11 P'M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000' ; set voltage thresholds and actions to run on power loss

      ; 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
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 Z16 I0 ; configure microstepping without interpolation
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E137.20 ; set steps per mm
      M566 X600.00 Y600.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z300.00 E1500.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z100.00 E1000.00 ; set accelerations (mm/s^2)
      M906 X800 Y900 Z900 E800 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 X500 Y500 Z500 S0 ; set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S0 ; set active low and disabled endstops
      M574 Z1 S1 ; set active high endstops
      M574 Z1 S3 ; set endstops controlled by motor stall detection

      ; Z-Probe
      M574 Z1 S2 ; set endstops controlled by probe
      M558 P1 H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
      G31 P500 X0 Y0 Z4 ; set Z probe trigger value, offset and trigger height
      M557 X50:475 Y50:475 S40 ; define mesh grid

      ; Heaters
      M305 P0 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H1 T25 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P1 S"hotend" D0 H1 F0 ; define tool 0
      G10 P1 X0 Y0 Z0 ; set tool 0 axis offsets
      G10 P1 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Custom settings are not defined

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

        @sanchez3dsolutions said in Hotend not showing in WebUI:

        M911 S10 R11 P'M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000' ; set voltage thresholds and actions to run on power loss

        It appears you've encountered a recently discovered bug with the web configurator. You need to replace the single quotes ' with double quotes " in that M911 command.

        Z-Bot CoreXY Build | Thingiverse Profile

        sanchez3dsolutionsundefined 1 Reply Last reply Reply Quote 0
        • sanchez3dsolutionsundefined
          sanchez3dsolutions @Phaedrux
          last edited by

          @phaedrux That fixed it. So interesting how many things can be affected by just that one line. Thanks again for the quick reply.

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

            That line was preventing the rest of the file from being executed.

            Z-Bot CoreXY Build | Thingiverse Profile

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