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

    Posts made by chriskimbr

    • Replaced HotEnd Heater wire and Thermister now faults.

      Duet2wifi v2

      I replaced the Hotend Heater ceramic cartidge wire(same type) and thermistor cartridge wire(same type) and when I attempt to heat the hotend i get this error.

      Error: Heating fault on heater 1 temperature rising much more slowly than expected 1.7C/sec.

      Now Bed won't heat either.

      I also updated firmware to 3.0 then fell back to 2.5 which its currently on.

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • Dual Drive Extruder clicking. Extruder speed too high?

      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Sat Feb 09 2019 18:37:46 GMT+0000 (GMT)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      M667 S1 ; Select CoreXY mode

      ; Network
      M550 P"TronXY X5SA" ; Set machine name
      M552 S1 ; Enable network
      ;*** Access point is configured manually via M587
      M586 P0 S1 ; Enable/Disable HTTP S0=disable S1=enable
      M586 P1 S1 ; Enable/Disable FTP
      M586 P2 S1 ; Enable/Disable Telnet

      ; Drives
      M569 P0 S0 ; Drive 0 goes backwards
      M569 P1 S0 ; Drive 1 goes backwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes backwards
      M671 X421:-111.5 Y162:162 S5 ; leadscrews at mid left, and mid right
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80.00 Y80.00 Z100.00 E800 ;E1025 ; Set steps per mm
      M566 X600.00 Y600.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
      ;M203 X9000.00 Y9000.00 Z180.00 E1500.00 ; -origional- Set maximum speeds (mm/min)
      M203 X9000.00 Y9000.00 Z800.00 E400.00 ; Set maximum speeds (mm/min)
      ;M201 X3000.00 Y3000.00 Z250.00 E12000.00 ; Set accelerations (mm/s^2)
      M201 X3000.00 Y3000.00 Z250.00 E400.00
      ;M906 X1250.00 Y1250.00 Z1250.00 E1250.00 I30 ; -origional- Set motor currents (mA) and motor idle factor in per cent
      M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30

      ; Axis Limits
      M208 X0 Y0 Z-1.0 S1 ; Set axis minima
      M208 X330 Y330 Z400 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S0 ; Set active high endstops
      M574 Z1 S2 ;Define Z to use Probe. Home to Min.
      ;M591 D0 P2 C3 S1 ; Filament sensor on for E0 extruder, simple NO switch connected to E0

      ; Z-Probe
      M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
      M558 P9 H5 F120 T6000 ;last set >H20<, Set Z probe type to bltouch and the dive height + speeds
      G31 P25 X-20 Y-45 Z1.50; Set Z probe trigger value, offset and trigger height
      M557 X30:315 Y15:315 S130 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 R4700 S"Bed Heater" ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4725 C7.06e-8 R4700 S"Hot End Heater" ; Set thermistor + ADC parameters for heater 1
      ;M305 P1 T100000 B4138 R4700
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S0 I0 F500 H-1 ;Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; 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

      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      M501 ; read eeprom parameters

      posted in General Discussion
      chriskimbrundefined
      chriskimbr
    • RE: Updated Firmware Can't connect to it now

      @Phaedrux What do you reccomend? Is the 3.0 worth upgrading to?

      posted in Firmware installation
      chriskimbrundefined
      chriskimbr
    • RE: Updated Firmware Can't connect to it now

      Its up now.

      Not sure what made the difference.

      posted in Firmware installation
      chriskimbrundefined
      chriskimbr
    • RE: Updated Firmware Can't connect to it now

      @Phaedrux Pinging 192.168.1.47 with 32 bytes of data:
      Reply from 192.168.1.47: bytes=32 time=4ms TTL=255
      Reply from 192.168.1.47: bytes=32 time=4ms TTL=255
      Reply from 192.168.1.47: bytes=32 time=4ms TTL=255
      Reply from 192.168.1.47: bytes=32 time=23ms TTL=255

      From console.

      But chrome or ie i get "This site can’t be reached192.168.1.47 refused to connect."

      posted in Firmware installation
      chriskimbrundefined
      chriskimbr
    • RE: Updated Firmware Can't connect to it now

      @Phaedrux M503
      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Sat Feb 09 2019 18:37:46 GMT+0000 (GMT)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      M667 S1 ; Select CoreXY mode

      ; Network
      M550 P"TronXY X5SA" ; Set machine name
      M552 S1 ; Enable network
      ;*** Access point is configured manually via M587
      M586 P0 S1 ; Enable/Disable HTTP S0=disable S1=enable
      M586 P1 S1 ; Enable/Disable FTP
      M586 P2 S1 ; Enable/Disable Telnet

      ; Drives
      M569 P0 S0 ; Drive 0 goes backwards
      M569 P1 S0 ; Drive 1 goes backwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes backwards
      M671 X421:-111.5 Y162:162 S5 ; leadscrews at mid left, and mid right
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80.00 Y80.00 Z100.00 E800 ;E1025 ; Set steps per mm
      M566 X600.00 Y600.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
      ;M203 X9000.00 Y9000.00 Z180.00 E1500.00 ; -origional- Set maximum speeds (mm/min)
      M203 X9000.00 Y9000.00 Z800.00 E700.00 ; Set maximum speeds (mm/min)
      ;M201 X3000.00 Y3000.00 Z250.00 E12000.00 ; Set accelerations (mm/s^2)
      M201 X3000.00 Y3000.00 Z250.00 E700.00
      ;M906 X1250.00 Y1250.00 Z1250.00 E1250.00 I30 ; -origional- Set motor currents (mA) and motor idle factor in per cent
      M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30

      ; Axis Limits
      M208 X0 Y0 Z-1.0 S1 ; Set axis minima
      M208 X330 Y330 Z400 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S0 ; Set active high endstops
      M574 Z1 S2 ;Define Z to use Probe. Home to Min.
      ;M591 D0 P2 C3 S1 ; Filament sensor on for E0 extruder, simple NO switch connected to E0

      ; Z-Probe
      M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
      M558 P9 H5 F120 T6000 ;last set >H20<, Set Z probe type to bltouch and the dive height + speeds
      G31 P25 X-20 Y-45 Z1.50; Set Z probe trigger value, offset and trigger height
      M557 X30:315 Y15:315 S130 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 R4700 S"Bed Heater" ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4725 C7.06e-8 R4700 S"Hot End Heater" ; Set thermistor + ADC parameters for heater 1
      ;M305 P1 T100000 B4138 R4700
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S0 I0 F500 H-1 ;Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; 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

      ; Automatic saving after power loss is not enabled

      ; Custom settings are not configured

      M501 ; read eeprom parameters
      ok

      posted in Firmware installation
      chriskimbrundefined
      chriskimbr
    • RE: Updated Firmware Can't connect to it now

      M115
      FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.0 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-01-03b3
      ok

      posted in Firmware installation
      chriskimbrundefined
      chriskimbr
    • RE: Updated Firmware Can't connect to it now

      yes it is

      posted in Firmware installation
      chriskimbrundefined
      chriskimbr
    • Updated Firmware Can't connect to it now

      I have duet 2 wifi v2 with panelduo v2

      I updated the firmware to PanelDue-5.0i-7.0i.bin

      Nothing is working properly now.

      To begin with, it says wifi is connected,
      "WiFi module is connected to access point blablablaname, IP address 192.168.1.47.

      But I cannot connect to it from browser at all.

      posted in Firmware installation wifi module duet 2 wifi
      chriskimbrundefined
      chriskimbr
    • Belt pulleys- changing from 20 tooth to 36 tooth

      axis pulley wheel diameter and teeth count.

      I'm using a h-bot with two of the wheels having teeth. Tronxy x5sa with dust 2 wifi.
      If I switch two of the pulleys wheels with teeth from 20 to bigger diameter 36 teeth do I need to make any configuration seeing changes to accommodate or will it just work?

      posted in Tuning and tweaking
      chriskimbrundefined
      chriskimbr
    • RE: duet2wifi with two 12v power supplies with mosfet for each.

      @veti my bed takes forever to heat up and intermittent gets faults. Would it be better to use a 24v power supply? Does that work with standard home plugin

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • RE: duet2wifi with two 12v power supplies with mosfet for each.

      @veti said in duet2wifi with two 12v power supplies with mosfet for each.:

      the endstops are configured as NO

      ..the endstops are configured as NO.
      What do you mean by this?

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • duet2wifi with two 12v power supplies with mosfet for each.

      How do i wire the duet2wifi with two power supplies?

      I have 2 mosfets as well.

      My plan is to power the bed with one and the hotend with the other.

      I'm not sure how to wire it and the duet board as well.

      Please assist.

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • RE: Duet2Wifi board connectors that won't move.

      @bearer said in Duet2Wifi board connectors that won't move.:

      molex kk s

      Would like to latch or lock in connections somehow.

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • RE: Duet2Wifi board connectors that won't move.

      @bearer Thats why i'm asking. Links to parts that connect provide a more secure connection to main board would be helpful.

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • Duet2Wifi board connectors that won't move.

      What connectors can i get for the board so that all the wires won't come undone especially when moving?

      Please paste a link to the exact connectors that work specifically with this board.

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • RE: What is your Duet2Wifi Extrusion speed?

      -Bowden- Titan Extruder Clone with Duet2wifi

      posted in Tuning and tweaking
      chriskimbrundefined
      chriskimbr
    • What is your Duet2Wifi Extrusion speed?

      What setting are you using for extrusion rate/speed?

      Im having problem with too much extrusion and extruder is eating away fillament then not moving because of a divet.

      I bumped my m92 from E1025 to E700.

      heres my settings;
      ; Drives
      M569 P0 S0 ; Drive 0 goes backwards
      M569 P1 S0 ; Drive 1 goes backwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes backwards
      M671 X421:-111.5 Y162:162 S5 ; leadscrews at mid left, and mid right
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E700 ;E1025 ; Set steps per mm
      M566 X600.00 Y600.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
      ;M203 X9000.00 Y9000.00 Z180.00 E1500.00 ; -origional- Set maximum speeds (mm/min)
      M203 X12000.00 Y12000.00 Z800.00 E800.00 ; Set maximum speeds (mm/min)
      ;M201 X3000.00 Y3000.00 Z250.00 E12000.00 ; Set accelerations (mm/s^2)
      M201 X3000.00 Y3000.00 Z250.00 E700.00
      ;M906 X1250.00 Y1250.00 Z1250.00 E1250.00 I30 ; -origional- Set motor currents (mA) and motor idle factor in per cent
      M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30


      See how thick the extrusion is and supports are suppose to be lot thinner.

      ![0_1557374563725_AE777E20-7BCD-4998-9738-B9C6FD3C441B.jpeg](Uploading 100%)
      ![0_1557374583999_51BD2A2B-4671-4133-AED4-CB0C29044F58.jpeg](Uploading 100%) 0_1557374601012_A14E6098-FDB9-40C1-8368-7699BD6D2959.jpeg

      posted in Tuning and tweaking
      chriskimbrundefined
      chriskimbr
    • RE: Burnin’ down the house.

      @lb Found out why it overheated. On the mainboard where you screw in the bed heater wires, they were little exposed and touching. so it arced and started heating up. Make sure when you screw your wires into board that no metal wire is exposed and that its covered so they don't touch or arc.

      posted in Duet Hardware and wiring
      chriskimbrundefined
      chriskimbr
    • RE: Need help! please! Duet2wifi and bltouch ZOffset

      @dc42 that was it! Thank you!
      G31 line was in the override file. Its printing closer to bed now.

      Question: on the duet2wifi if i change the config.g g31 zvalue and save it.
      Do i need to reboot device to take effect?

      posted in Tuning and tweaking
      chriskimbrundefined
      chriskimbr