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

    RRF Update to 3.3 just killed my FW

    Scheduled Pinned Locked Moved
    General Discussion
    3
    46
    2.3k
    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.
    • Andy Cohenundefined
      Andy Cohen @Phaedrux
      last edited by Andy Cohen

      @phaedrux Right. I'm already there.

      Bossa does not work in the latest MacOS.
      I'm forced to find a ... PC.

      BTW where do I find the DWC version?

      droftartsundefined 1 Reply Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @Andy Cohen
        last edited by

        @andy-cohen to get Bossa working on macOS, see this thread: https://forum.duet3d.com/topic/11445/

        Find DWC version in DWC on system page, general tab https://duet3d.dozuki.com/Wiki/Duet_Web_Control_v2_and_v3_(DWC)_Manual#Section_General_tab

        Ian

        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

        Andy Cohenundefined 1 Reply Last reply Reply Quote 0
        • Andy Cohenundefined
          Andy Cohen @droftarts
          last edited by

          @droftarts said in RRF Update to 3.3 just killed my FW:

          https://forum.duet3d.com/topic/11445/

          DWC is at 3.3.
          Found a PC and updated the PanelDue. The update worked but it does not see the tools nor does it operate anything. My bet is I have to add a line in the config... right?

          Andy Cohenundefined 1 Reply Last reply Reply Quote 0
          • Andy Cohenundefined
            Andy Cohen @Andy Cohen
            last edited by

            @andy-cohen Yup!
            All seems to be working fine for now.
            I'm really not looking forward to updating my Toolchanger!

            Andy Cohenundefined 2 Replies Last reply Reply Quote 0
            • Andy Cohenundefined
              Andy Cohen @Andy Cohen
              last edited by Andy Cohen

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • Andy Cohenundefined
                Andy Cohen @Andy Cohen
                last edited by

                @andy-cohen This update FUBARED my machine. WHY was SO much changed?
                Now I cannot control the tool from the PanelDue. I get constant messages about commands that no longer work WTF!
                The tool definition makes no sense at all to me!
                I cannot see how the Extruder is associated with the tool AT ALL!!!

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

                  @andy-cohen said in RRF Update to 3.3 just killed my FW:

                  M563 P1 ; Define tool 1

                  This tool has no extruder or heater assigned to it. Perhaps that's your issue? You didn't mention which tool you're trying to control.

                  Can you share a recent config.g?

                  PanelDue is up to date now? DWC is at 3.3 as well?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  Andy Cohenundefined 1 Reply Last reply Reply Quote 0
                  • Andy Cohenundefined
                    Andy Cohen @Phaedrux
                    last edited by

                    @phaedrux When I try to retract at the hotend from the panel it does nothing. Then the panel becomes unresponsive. I cannot believe how frustrating this is! Why so many changes?

                    ; 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 Mon Jan 31 2022 16:37:49 GMT-0800 (PST)

                    ; General preferences
                    G90 ; send absolute coordinates...
                    M83 ; ...but relative extruder moves
                    M550 P"My Printer" ; set printer name

                    ; Network
                    M550 P"CloneDuet" ; Set machine name
                    M551 P"adc238" ; Set password
                    M552 S1 ; Enable network
                    ;M587 S"ATT642_EXT" P"4269605351" ; Configure access point. You can delete this line once connected
                    M587 S"ATT642" P"4269605351" ; Configure access point. You can delete this line once connected

                    M575 P1 B57600 S1 ;Paneldue

                    M552 S1 ; enable network
                    M586 P0 S1 ; enable HTTP
                    M586 P1 S0 ; disable FTP
                    M586 P2 S0 ; disable Telnet
                    M669 K1 ; switch to CoreXY mode
                    ; Drives
                    M569 P0 S1 ; physical drive 0 goes forwards
                    M569 P1 S1 ; physical drive 1 goes forwards
                    M569 P2 S0 ; physical drive 2 goes forwards
                    M569 P3 S1 ; physical drive 3 goes forwards
                    M584 X0 Y1 Z2 E3 ; set drive mapping
                    M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                    M92 X88.57 Y88.57 Z400.00 E125.459271 ; set steps per mm
                    M566 X900.00 Y900.00 Z12.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 X1000.00 Y1000.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
                    M906 X800 Y800 Z400 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 X300 Y195 Z210 S0 ; set axis maxima

                    ; Endstops
                    M574 X2 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin xstop
                    M574 Y2 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
                    M574 Z1 S1 P"!zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop

                    ; Z-Probe
                    M558 P1 C"zprobe.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
                    G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
                    M557 X10:300 Y-16.0:195 S20 ; define mesh grid

                    ; Heaters
                    M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; 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
                    M307 H0 B0 R0.219 C409.3 D5.09 S1.00 V23.7 ;From auto tune
                    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 B4138 ; 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
                    M307 H1 B0 R2.422 C201.2 D10.87 S1.00 V24.0 ;From Auto tune
                    M143 H1 S280 ; set temperature limit for heater 1 to 280C

                    ; 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 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 ; Define tool 1
                    G10 P1 X35 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

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

                      How many tools do you have? one or two?
                      Can you share your config from RRF2?

                      I understand you're frustrated, but it's really not as devastating and you're making it out to be. Answer my questions and we'll get you back up and running.

                      The upgrade isn't forced and you can go back if you wish.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      Andy Cohenundefined 1 Reply Last reply Reply Quote 0
                      • Andy Cohenundefined
                        Andy Cohen @Phaedrux
                        last edited by

                        @phaedrux I have one. The code there is taken from the old config. When I put in what came out of the web app it does not work at all.

                        This is what was generated by the web app:
                        ; 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

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

                          @andy-cohen said in RRF Update to 3.3 just killed my FW:

                          M563 P1 ; Define tool 1
                          G10 P1 X35 Y0 Z0 ; Set tool 1 axis offsets
                          G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C

                          If you only have a single tool remove this section for tool1 then.

                          Does the extruder move when at temp?

                          @andy-cohen said in RRF Update to 3.3 just killed my FW:

                          I get constant messages about commands that no longer work WTF!

                          Can you be more specific? What do the messages actually say? What commands?

                          Can you confirm that the PanelDue is up to date now by checking it's version on the setup page?

                          Z-Bot CoreXY Build | Thingiverse Profile

                          Andy Cohenundefined 2 Replies Last reply Reply Quote 0
                          • Andy Cohenundefined
                            Andy Cohen @Phaedrux
                            last edited by

                            @phaedrux OK... I will rem those lines out.

                            The messages were as follows:
                            "Error Tool 0 not found"
                            "Error: Attempting to Extrude with no tool selected"
                            There were more but I lost them.

                            1 Reply Last reply Reply Quote 0
                            • Andy Cohenundefined
                              Andy Cohen @Phaedrux
                              last edited by

                              @phaedrux I remmed out the lines and rebooted.
                              The PanelDue shows the extruder icon with a Zero next to it(it used to show a "1").
                              I set the temp and heat it up. I select the Icon button so it's highlighted and I then go to the button to extrude some filament and hit extrude and nothing happens

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

                                Can you add T0 to the end of your config.g so that the first tool is selected at startup?

                                Z-Bot CoreXY Build | Thingiverse Profile

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

                                  Can you send M98 P"config.g" and post the results?

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  Andy Cohenundefined 2 Replies Last reply Reply Quote 0
                                  • Andy Cohenundefined
                                    Andy Cohen @Phaedrux
                                    last edited by

                                    @phaedrux said in RRF Update to 3.3 just killed my FW:

                                    Can you send M98 P"config.g" and post the results?
                                    The T0 on the last line is a good idea. I have that on my TC config. Trying now.

                                    Date Event
                                    2/1/2022, 6:51:28 PM M98 P"config.g"
                                    HTTP is enabled on port 80
                                    FTP is disabled
                                    TELNET is disabled

                                    1 Reply Last reply Reply Quote 0
                                    • Andy Cohenundefined
                                      Andy Cohen @Phaedrux
                                      last edited by

                                      @phaedrux So it will now extrude on command using the Extrude dialog on the PanelDue. Why it would not manually select IO have no clue, but the highlight on the button went on when selected.
                                      BTW I was able to capture the message that flys by. Turns out it repeats over and over...
                                      "Warning: Obsolete use of S parameter on G1 command. Use H parameter instead"
                                      Looks like a good clue!

                                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                      • Andy Cohenundefined
                                        Andy Cohen @Phaedrux
                                        last edited by

                                        @phaedrux It's not coming from my start gcode as far as I can see...?

                                        "
                                        ; ****DuetClone start.gcode ****
                                        G28 ; home all axes
                                        ;G29 S1 ; Use the Z offset Mesh Map on the SD card
                                        M140 S[bed0_temperature] ; Heat buildplate

                                        G1 X0 Y0 Z10 F9000 ; Move to wait position off table

                                        M190 S[bed0_temperature] ; Stabilize bed temperature

                                        G10 P0 S[extruder0_temperature] R[extruder0_temperature] ; Set tool 0 operating and standby temperatures

                                        M109 S[extruder0_temperature] ; set extruder temp and wait

                                        start of purge line
                                        G1 X40 Y5.5 Z0.2 F600.000 ; Extruder Prime Dry Move
                                        G1 X250 Y5.5 Z0.2 F600.000 E25.000 ; Extruder Prime Start
                                        G92 E0 ; Zero extruders
                                        ; **** end of start.gcode ****

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

                                          @andy-cohen said in RRF Update to 3.3 just killed my FW:

                                          "Warning: Obsolete use of S parameter on G1 command. Use H parameter instead"

                                          It's your homing files.

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          Andy Cohenundefined 1 Reply Last reply Reply Quote 0
                                          • Andy Cohenundefined
                                            Andy Cohen @Phaedrux
                                            last edited by

                                            @phaedrux OK... so I swap out the S with an H?
                                            Seriously... that was changed?
                                            I'm finally printing...
                                            But...
                                            the message seems to be popping up from the G1 commands generated by my slicer; Simplify3D. I do not see anything in S3D's setup which can change that.

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