Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. tsitalon1
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 81
    • Best 4
    • Controversial 0
    • Groups 0

    tsitalon1

    @tsitalon1

    6
    Reputation
    3
    Profile views
    81
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tsitalon1 Unfollow Follow

    Best posts made by tsitalon1

    • RE: Could not establish a connection - Need Help

      It appears my problem was IPV6.

      I have not changed any other configuration, simply unchecked IPV6 in NIC properties and re-enabled my NIC.

      So far hours of connectivity and multiple connections without issue.

      Hope this helps someone, I'll report back if the problem returns

      posted in General Discussion
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      Figured it out, 3.3 release notes listed this:

      All extruders must be declared explicitly using M584. In previous firmware versions, one default extruder was assign to driver 3.

      Once I input M584 E3 in my config.g, it now listed both heaters and my extruder... off to a test print

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: FW 2.01 to current path

      Thank you!

      Homing is working in all axis' now, finalized probe section looks like this:

      ; Z-Probe
      M574 Z1 S2 ; Set endstops controlled by probe
      M558 P9 C"^zprobe.in" H5 F300 T2000
      M950 S0 C"exp.heater3"
      M280 P0 S80 ; set 80deg servo position on GPIO port 0
      G31 P25 X34 Y0 Z2.05 ; Set Z probe trigger value, offset and trigger height
      M557 X15:205 Y15:205 S20 ; Define mesh grid

      So now heaters, thermistors, and end stops working... moving on to other changes.

      Thanks again!

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      @jay_s_uk Thx !

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1

    Latest posts made by tsitalon1

    • RE: Upgrading after 1.5yrs

      Figured it out, 3.3 release notes listed this:

      All extruders must be declared explicitly using M584. In previous firmware versions, one default extruder was assign to driver 3.

      Once I input M584 E3 in my config.g, it now listed both heaters and my extruder... off to a test print

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      M122 only listing one heater, but I see nothing wrong with my heater section in Config.g:

      === Heat ===
      Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
      === GCodes ===

      ; Heaters
      M308 S0 P"bed_temp" Y"thermistor" R4700 T100000 B3950 				; define bed temperature sensor
      M143 H0 S120                                                        ; Set temperature limit for heater 0 to 120C
      M308 S1 P"e0_temp" Y"thermistor" T100000 B4815 C7.06e-8 R4700 		; define E0 temperature sensor
      M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0
      M950 H1 C"e0_heat" T1 ; heater 1 uses the e0_heat pin and sensor 1
      M140 H0 ; the bed heater is heater 0
      M143 H1 S280                   				             			; Set temperature limit for heater 1 to 280C
      M307 H1 R2.546 C123.4 D3.51 S1.00
      
      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      @T3P3Tony No errors noted:

      41aa3324-f9e0-4289-8df7-c64fd034233b-image.png

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      Looks like i lost my extruder after the upgrades:

      fb9348aa-2ad0-4418-8e5a-da7331df7477-image.png

      ; Heaters
      M308 S0 P"bed_temp" Y"thermistor" R4700 T100000 B3950 				; define bed temperature sensor
      M143 H0 S120                                                        ; Set temperature limit for heater 0 to 120C
      M308 S1 P"e0_temp" Y"thermistor" T100000 B4815 C7.06e-8 R4700 		; define E0 temperature sensor
      M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0
      M950 H1 C"e0_heat" T1 ; heater 1 uses the e0_heat pin and sensor 1
      M140 H0 ; the bed heater is heater 0
      M143 H1 S280                   				             			; Set temperature limit for heater 1 to 280C
      M307 H1 R2.546 C123.4 D3.51 S1.00
      
      ; Fans
      
      M950 F0 C"fan0" Q125                           						; 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 T45                              						; set fan 1 value. Thermostatic control is turned on
      M950 F2 C"fan2" Q500                           						; create fan 2 on pin fan2 and set its frequency
      M106 P2 S1 H0 T30                              						; set fan 2 value. Thermostatic control is turned on
      
      
      
      ; Tools
      M563 P0 D0 H1 S"HotEnd"                                             ; 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
      
      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      Worked now on:

      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.5 (2022-11-30)
      Duet WiFi Server Version: 1.27

      Thank you both !

      Now to see if things still work... 🙂

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      @jay_s_uk said in Upgrading after 1.5yrs:

      3.3 zip file then try

      Won't re-apply 3.3 now, same error, even though I'm already on 3.3:

      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.3 (2021-06-15)
      Duet WiFi Server Version: 1.25

      I'm using the Duet2CombinedFirmware.bin file

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      Well I got to 3.3, but 3.44 or 3.45 just causes an error when trying to update:

      Error M997: In-application programming binary "0:/firmware/Duet2_SDiap32_WiFiEth.bin" not found

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      @jay_s_uk Thx !

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • RE: Upgrading after 1.5yrs

      @jay_s_uk - Thank you.

      Can I go straight to 3.44, or do I need to take smaller upgrade steps to get to 3.44 ?

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1
    • Upgrading after 1.5yrs

      Hey guys,

      Long story short, my printers sat in storage for 1.5 years, just go them back online and working.

      I'm currently rocking the below versions:

      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.2.2 (2021-02-11)
      Duet WiFi Server Version: 1.25

      I'd like to upgrade to the latest stable releases for all the nifty new bells and whistles, but the release notes are longer than a college essay - LOL

      Anyone have any cliff notes as far as config changed needed to remain functional after the upgrade?

      posted in Firmware installation
      tsitalon1undefined
      tsitalon1