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

    Configuration problems

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    47
    2.1k
    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.
    • Dave Parryundefined
      Dave Parry
      last edited by

      Just tried again and the machine specific tab still says 2.05

      1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @Dave Parry
        last edited by

        @dave-parry said in Configuration problems:

        WiFi/Ethernet 2.05.1 (2020-02-09b1)

        (Thought I had upgraded to Release 3.4.0 beta 3
        but it seems that for some reason it hasn't worked.)

        Duet Web Control 3.3.0

        Will try again

        Remember that you have to first go from 2.05.1 to 3.0.0

        Frederick

        1 Reply Last reply Reply Quote 0
        • Dave Parryundefined
          Dave Parry
          last edited by

          Tried 3.1 combined.bin Cant seem to upload it.

          fcwiltundefined 1 Reply Last reply Reply Quote 0
          • fcwiltundefined
            fcwilt @Dave Parry
            last edited by

            @dave-parry said in Configuration problems:

            Tried 3.1 combined.bin Cant seem to upload it.

            3.1?

            So you got it up to 3.0 already?

            Frederick

            1 Reply Last reply Reply Quote 0
            • Dave Parryundefined
              Dave Parry
              last edited by

              No I hadnt but have now. When I looked down the list 3.1 was above 2.05 and 3.0 was below and I didnt see it.

              fcwiltundefined 1 Reply Last reply Reply Quote 1
              • fcwiltundefined
                fcwilt @Dave Parry
                last edited by

                @dave-parry said in Configuration problems:

                No I hadnt but have now. When I looked down the list 3.1 was above 2.05 and 3.0 was below and I didnt see it.

                You now should be able to go to 3.3.0 or (if you ok with betas) to 3.4.x.

                Frederick

                1 Reply Last reply Reply Quote 0
                • Dave Parryundefined
                  Dave Parry
                  last edited by Dave Parry

                  Thanks Frederick.
                  Cant get 3.4 to install. Get Error: In-application programming binary "Duet2CombinedIAP.bin" not found

                  Temps are working now but still have problem that cant set heaters to active

                  Have tried all the way back to 3.2. Same error message

                  fcwiltundefined 1 Reply Last reply Reply Quote 0
                  • Dave Parryundefined
                    Dave Parry
                    last edited by

                    Got it done now at WiFi/Ethernet 3.4.0beta3 (2021-08-24)

                    fcwiltundefined 1 Reply Last reply Reply Quote 0
                    • fcwiltundefined
                      fcwilt @Dave Parry
                      last edited by fcwilt

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • fcwiltundefined
                        fcwilt @Dave Parry
                        last edited by

                        @dave-parry said in Configuration problems:

                        Got it done now at WiFi/Ethernet 3.4.0beta3 (2021-08-24)

                        Glad to hear it.

                        Frederick

                        1 Reply Last reply Reply Quote 0
                        • Dave Parryundefined
                          Dave Parry
                          last edited by Dave Parry

                          OK so Hot end now goes Off Active and standby, but Bed not showing up and these error messages
                          G28
                          Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.
                          Error: Failed to enable endstops

                          fcwiltundefined 1 Reply Last reply Reply Quote 0
                          • Dave Parryundefined
                            Dave Parry
                            last edited by

                            Oh and no fan controls showing up

                            1 Reply Last reply Reply Quote 0
                            • fcwiltundefined
                              fcwilt @Dave Parry
                              last edited by

                              @dave-parry said in Configuration problems:

                              OK so Hot end now goes Off Active and standby, but Bed not showing up and these error messages

                              Do you have this command after the M950 for the bed heater?

                              M140 P0 H0 ; map heated bed to heater 0

                              G28

                              Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.
                              Error: Failed to enable endstops

                              Correct.

                              What used to be G1 S1 is now G1 H1.

                              Just edit your homing files.

                              Frederick

                              1 Reply Last reply Reply Quote 0
                              • Dave Parryundefined
                                Dave Parry
                                last edited by

                                Have bed temps working now, many thanks.
                                Homing not working because of end stops Not enabled.
                                Is that similar to temp sensors?

                                1 Reply Last reply Reply Quote 0
                                • Dave Parryundefined
                                  Dave Parry
                                  last edited by

                                  I just checked and I have
                                  M574 X2 Y2 Z2 S1 ; set active high endstops

                                  Wiki says they have to be seperate lines

                                  fcwiltundefined 1 Reply Last reply Reply Quote 0
                                  • Dave Parryundefined
                                    Dave Parry
                                    last edited by Dave Parry

                                    OK so now I get it to home and move down 5mm and home again, but it then should move down and centre. but it stays with end stops activated and I get message Error: G0/G1: target position not reachable from current position

                                    File is
                                    ; homedelta.g
                                    ; called to home all towers on a delta printer
                                    ;
                                    ; generated by RepRapFirmware Configuration Tool v3.3.2 on Thu Sep 02 2021 19:22:19 GMT+0100 (British Summer Time)
                                    G91 ; relative positioning
                                    ;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
                                    G1 H1 X265 Y265 Z265 F2500 ; move all towers to the high end stopping at the endstops (first pass)
                                    G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
                                    ;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
                                    G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass)
                                    G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred
                                    G90 ; absolute positioning
                                    G1 X0 Y0 F2400 ; move X+Y to the centre

                                    1 Reply Last reply Reply Quote 0
                                    • fcwiltundefined
                                      fcwilt @Dave Parry
                                      last edited by

                                      @dave-parry said in Configuration problems:

                                      I just checked and I have
                                      M574 X2 Y2 Z2 S1 ; set active high endstops

                                      Wiki says they have to be seperate lines

                                      Correct.

                                      1 Reply Last reply Reply Quote 0
                                      • Dave Parryundefined
                                        Dave Parry
                                        last edited by

                                        Seem to think that error message is related to homed height, but just tried adding 5mm to homed height no different and then tried subtracting 5mm same.

                                        fcwiltundefined 1 Reply Last reply Reply Quote 0
                                        • fcwiltundefined
                                          fcwilt @Dave Parry
                                          last edited by

                                          @dave-parry said in Configuration problems:

                                          Seem to think that error message is related to homed height, but just tried adding 5mm to homed height no different and then tried subtracting 5mm same.

                                          Replace that G1 Z-5 with G1 H2 X-5 Y-5 Z-5 - that should do it.

                                          Frederick

                                          1 Reply Last reply Reply Quote 0
                                          • Dave Parryundefined
                                            Dave Parry
                                            last edited by Dave Parry

                                            It homes ok but I still get
                                            G28
                                            Error: G0/G1: target position not reachable from current position

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