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

    Help: Temp Sensors and Homing Issues

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    6
    132
    6.8k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      It looks like you updated to reprapfirmware 3 without updating your config.g. Substantial changes are required for RRF3.

      You'll need to either redo your config files using the online configurator tool, or revert to 2.05.

      I think it would be best to stick with 2.05 until you have everything working before making the jump to RRF3.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • 94118undefined
        94118
        last edited by

        Reflashed entire firmware to 2.05 cannot home my axis, Hotend thermistor still does not read as well as my bed still states -273 their is NO Shorts or loose wires with either of them.

        1 Reply Last reply Reply Quote 0
        • 94118undefined
          94118
          last edited by

          [0_1581127980987_config.zip](Uploading 100%) here is a copy of my current config files. i need to control these files like simplfy 3d with my Flashforge creator (i.e. X to home right, Y to Home Back, and Z to raise the bed)

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

            zip files won't work. just copy and paste the contents.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • 94118undefined
              94118
              last edited by

              I did do a copy and paste:
              z is grinding when in the home position which is Raised to 0. any news about fixing my temp sensors

              Phaedruxundefined 3 Replies Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator @94118
                last edited by Phaedrux

                @94118 said in Help: Temp Sensors and Homing Issues:

                I did do a copy and paste:

                Copy and paste the contents of the files into a forum post.

                You've uploaded them earlier. Have they changed since then?

                Z-Bot CoreXY Build | Thingiverse Profile

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

                  @94118 said in Help: Temp Sensors and Homing Issues:

                  any news about fixing my temp sensors

                  The issues presented seem like wiring issues. Are you using extension cables at all? Are the crimps good?

                  Z-Bot CoreXY Build | Thingiverse Profile

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

                    @94118 said in Help: Temp Sensors and Homing Issues:

                    z is grinding when in the home position which is Raised to 0

                    I'm not sure what that means. Raised by 0.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • 94118undefined
                      94118
                      last edited by

                      my z axis is at the top of the printer hitting my z endstop and loud grinding this happens every time i home the z and have to trigger an emergency stop and reset. Wiring is solid All Crimps and Ferrells i can send a current pict.(https://drive.google.com/open?id=1C2ZJ8UMBzF1jl2yiAGesEVCoj4MjkdAC)

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

                        @94118 said in Help: Temp Sensors and Homing Issues:

                        my z axis is at the top of the printer hitting my z endstop and loud grinding this happens every time i home the z

                        ; homeall.g
                        ; called to home all axes
                        ;
                        ; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Feb 06 2020 14:52:27 GMT-0800 (Pacific Standard Time)
                        G91                     ; relative positioning
                        G1 H2 Z5 F6000          ; lift Z relative to current position
                        

                        At the start of the homing files there is usually a Z move to lift the Z axis to get it out of the way for travel. perhaps this is what's running it into the endstop?

                        But if that's the case, then I think you have the direction of the Z motor incorrect, because that Z move should be moving the bed AWAY from the endstop, not into it.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        1 Reply Last reply Reply Quote 0
                        • 94118undefined
                          94118
                          last edited by

                          okay i just changed the direction of the drive from backward to forward in the

                          config.g

                          Phaedruxundefined 1 Reply Last reply Reply Quote 0
                          • 94118undefined
                            94118
                            last edited by

                            BTW does anyone know how to wire an RGBW Led Strip to a duet

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

                              @94118 said in Help: Temp Sensors and Homing Issues:

                              okay i just changed the direction of the drive from backward to forward in the

                              config.g

                              And did that fix it?

                              M126 S[fan_speed_pwm]
                              M140 S[bed0_temperature] P0
                              M134 P0                                 ; stabilize bed temperature
                              M104 S[extruder0_temperature] H1
                              M133 H1                                 ; stabilize extruder temperature
                              G130 X127 Y127 Z40 A127 B127            ; default stepper Vrefs A0 ; zero extruder
                              G1 Z0.4                                 ; position nozzle
                              G1 E25 F300                             ; purge nozzle
                              G1 X-115 Y-65 Z0.15 F1200               ; slow wipe
                              G1 X-110 Y-60 Z0.5 F1200                ; lift
                              G92 A0                                  ; zero extruder
                              

                              Do you actually have all that as part of your config.g?

                              Z-Bot CoreXY Build | Thingiverse Profile

                              1 Reply Last reply Reply Quote 0
                              • 94118undefined
                                94118
                                last edited by

                                @94118 said in Help: Temp Sensors and Homing Issues:

                                Yes it is part of the Priming and Purge code for the hotend when it was on my FFC

                                1 Reply Last reply Reply Quote 0
                                • 94118undefined
                                  94118
                                  last edited by

                                  it was running Sailfish on a mightyboard and it worked

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

                                    Some of those gcodes aren't supported in reprapfirmware. (M134, M133, G130) And the extruder in RRF is E, not A and B.

                                    It would be best practice to not have heating and axis movement commands in config.g since it is executed at startup.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    1 Reply Last reply Reply Quote 0
                                    • 94118undefined
                                      94118
                                      last edited by

                                      ok i will rework the config.g file

                                      1 Reply Last reply Reply Quote 0
                                      • 94118undefined
                                        94118
                                        last edited by

                                        console.txt Temp sensors register via RRF Ver 3.0

                                        Please see the enclosed file for errors in motor phases.

                                        1 Reply Last reply Reply Quote 0
                                        • 94118undefined
                                          94118
                                          last edited by

                                          Now i cannot update the firmware for the paneldue 5i BOSSA software does not see the panel in windows 10 drivers database. I now have a blank white screen. Still have not seen any replies about the homing issues cause DWC states when i command the home buttons it states Insufficient Axis Homing and also my heaters tend to fail when i run the auto tune command. I Need so advice please!

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

                                            Post your current config files please.

                                            For the PanelDue, did you have it detected at one point and it no longer detects? Try a different USB cable/port/pc.

                                            I assume you're using this for updating steps? https://duet3d.dozuki.com/Wiki/PanelDue_Firmware_update

                                            For the rgb leds take a look here: https://forum.duet3d.com/search?term=rgb&in=titlesposts

                                            What exactly is the homing problem currently? For the insufficient axis take a look at this and see if it matches your situation: https://duet3d.dozuki.com/Wiki/FAQ#Section_I_get_this_error_message_Error_G0_G1_insufficient_axes_homed

                                            What error do you get when you try and tune the heaters? What command are you using the tune them?

                                            Z-Bot CoreXY Build | Thingiverse Profile

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