Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. trd87t
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by trd87t

    • RE: Wifi/DWC Disconnecting with RRF3.5.2 on Duet2 Wifi Hardware
      • send M586 and post the response, to see what network protocols are enabled? Disable any you are not using, eg FTP, Telnet
      >>> M586
      SENDING:M586
      CORS disabled
      HTTP is enabled on port 80
      FTP is disabled
      TELNET is disabled
      
      • check the list of stored WiFi networks, by sending M587, looking particularly if there are any duplicate entries, with different capitalisation.
      >>> M587
      SENDING:M587
      Remembered networks:
      DUET IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0
      esperville IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0
      
      • post your config.g.
        Below is the config.g

      • have a look through the WiFi Troubleshooting page, to see if any of it is relevant.
        I have read through this initially. AP is in same room as Duet with a -35dbm signal strength. The room in which it is in, is not near typical interference appliances, etc. The duet does stay online and pinging until the DWC is accessed.

      • is the SD card the same vintage as the printer? It may be worth trying a new SD card (we recommend using at least a Class 10 card now); see https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card
        The SD card is of the same vintage. I can try a new card but will take a few to get it going, I will attempt this weekend.

      config.g file

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Tue Jul 21 2020 23:14:27 GMT-0500 (Central Daylight Time)
      
      ; General preferences
      G90                                                    ; send absolute coordinates...
      M83                                                    ; ...but relative extruder moves
      M550 P"Graber"                                         ; 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 S1                                             ; physical drive 0 goes forwards
      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:4 E3                                     ; set drive mapping
      M671 X-70:263 Y95:95 S1								   ; set leadscrew pivot point with max correction
      
      ; Motor Configuration
      M350 X16 Y16 Z16 E16 I0                                ; configure microstepping without interpolation
      M92 X80.00 Y80.00 Z400 E847.76118                      ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00                    ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00                ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                    ; set accelerations (mm/s^2)
      M906 X1000 Y1000 Z850 E800 I30                         ; set motor currents (mA) and motor idle factor in percent
      M84 S10                                                ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                                       ; set axis minima
      M208 X198 Y190 Z190 S0                                 ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"!xstop"                                   ; configure active-low endstop for low end on X via pin xstop
      M574 Y1 S1 P"!ystop"                                   ; configure active-low endstop for low end on Y via pin ystop
      M574 Z1 S1 P"nil"                                      ; configure active-low endstop for low end on Z via pin null
      
      ; 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
      G31 P25 X29.7 Y0 Z0                                    ; set Z probe trigger value, offset and trigger height, higher is lower
      M557 X35:188 Y5:185 P7:7                               ; define mesh grid
      
      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T51000 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 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 S130                                           ; set temperature limit for heater 0 to 130C
      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 (hot end) to 295C
      
      ; Extra Sensors
      M308 S10 Y"mcu-temp" A"MCU"							   ; defines sensor 10 as MCU temperature sensor
      M308 S11 Y"drivers" A"Duet Stepper Drivers"			   ; defines sensor 11 as stepper driver temerature sensor
      
      ; Fans
      M950 F0 C"fan0" Q100                                   ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 C"Part Fan"                             ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q100                                   ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H1 T45 C"Hotend Fan"                        ; set fan 1 value. Thermostatic control is turned on
      M950 F2 C"fan2" Q100                                   ; create fan 2 on pin fan1 and set its frequency
      M106 P2 H10:11 T30:70 C"Board Fan"                  ; set fan 2 value. Thermostatic control is turned on
      
      ; Tools
      M563 P1 D0 H1                                          ; 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 are not defined
      
      ; Miscellaneous
      M912 P0 S-18										   ; MCU temperature calibration
      M501                                                   ; run config-override.g
      T1                                                     ; select first tool
      
      posted in Beta Firmware
      trd87tundefined
      trd87t
    • RE: Wifi/DWC Disconnecting with RRF3.5.2 on Duet2 Wifi Hardware

      Got a new SD card over the weekend (SanDisk Ultra A1 HC).

      Formatted according to the instructions on https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card

      Still seeing the issues.

      Going to test out a couple things (that are probably not going to do anything but I'm trying anything at this point).

      1. Going to boot the duet and connect to DWC and let it sit on the Dashboard, see if it loses access just sitting there.
      2. Going to clean up the SD card. It has old firmware from RFF-1.18 days
      3. Since I have multiple SD cards now, going to install RFF3.3 with the older Wifi Firmware (prior to 2.01)
      4. If stable, keep upgrading stable releases until it breaks?
      posted in Beta Firmware
      trd87tundefined
      trd87t