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

    Duet wifi controlled dbot corexy based

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    5
    31
    5.7k
    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.
    • Dracula36undefined
      Dracula36
      last edited by

      yes…

      ; Thermistors and heaters
      ;*** You can use S and B parameters to define the parameters of the thermistors you are using
      M305 P0 R4700 H0 L0					; Put your own H and/or L values here to set the bed thermistor ADC correction
      M305 P1 X200  ;R4700 H0 L0					; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
      M305 P2 R4700 H0 L0					; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
      
      
      1 Reply Last reply Reply Quote 0
      • Dracula36undefined
        Dracula36
        last edited by

        does anyone have any idea what could be?

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by

          Are you certain that you have connected your PT100 to the first input channel and not the second? Try X201 in your M305 command instead of X200.

          Also if you have a ribbon cable from a PanelDue plugged into the SD_CONN connector, try disconnecting it.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • Dracula36undefined
            Dracula36
            last edited by

            I solved it by placing more double wires, now works fine. I only have a problem when I hand printing the extruder is too far from the plate.

            [[language]]
            ; homeall file for use with dc42 Duet firmware on CoreXY printers
            ; This file assumes the endstop switches are at the low end of each axis.
            ; Reverse the X and Y movement for high-end switches.
            ; Adjust the bed upper and lower limits in config.g (M208 commands) to get the correct homing positions
            
            G91                       ; relative mode
            G1 S1 Z10
            G1 S1 X-640 Y-430 F3000   ; course home X or Y
            G1 S1 X-640               ; course home X
            G1 S1 Y-430               ; course home Y
            G1 X4 Y4 F600             ; move away from the endstops
            G1 S1 X-10                ; fine home X
            G1 S1 Y-10                ; fine home Y
            
            M558 P4 X0 Y0 Z1 I1 
            G1 S1 Z-640 F500
            G1 S1 Z-10
            
            ; If you are using a microswitch for Z homing, insert similar code for the Z axis here,
            ; but use lower feed rates suitable for your Z axis.
            
            G90                       ; back to absolute mode
            
            ; If you homed the Z axis using an endstop switch, you can insert a G92 command here to correct the height.
            
            ; The following code assumes you are using a Z probe to do Z homing. Remove it if you are using a microswitch.
            ; Adjust the XY coordinates in the following to place the Z probe over a suitable spot,
            ; preferably near the centre of the bed if your Z probe supports that
            
            G1 X260 Y150 F2000
            G30
            
            ; This file leaves the head at the zprobe trigger height so that you can slip a piece of paper under it and then do G0 Z0 to check the height.
            ; If you prefer to send the printer to X0Y0Z0, un-comment the following lines
            G0 X0 Y0 Z0 
            ;G91
            ;G0 Z0
            
            

            after running the g30 it goes down and stays away from the extruder and when printing the non-return to zero … how do I fix?

            1 Reply Last reply Reply Quote 0
            • Dracula36undefined
              Dracula36
              last edited by

              hi, I have a problem with g32 after running it I will lower the level of 5mm and of the press away from the nozzle … how can I fix this? I not really understand where I'm wrong

              1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators
                last edited by

                Sounds like you haven't set your Z probe trigger height. It's the Z parameter in the G31 command in config.g.

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                1 Reply Last reply Reply Quote 0
                • Dracula36undefined
                  Dracula36
                  last edited by

                  It has been set that value
                  [c] G31 Z-0.02 P50
                  [/c]

                  p50 for a npn probe is correct? When I probe with G30 S-1 it works well … with G32 instead of the dish does not rise up to the nozzle ... as I installed firmware 1.18 beta 1 could be the problem?

                  1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators
                    last edited by

                    If you have an inductive probe then Z-0.02 in your G31 command is definitely not correct. You need to put in whatever height the probe triggers at in the Z parameter. The P parameter is much less important, but P100 or lower gives you the fastest response and on debouncing.

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    1 Reply Last reply Reply Quote 0
                    • Dracula36undefined
                      Dracula36
                      last edited by

                      I'm sorry that I have to put in value g31 z ??

                      1 Reply Last reply Reply Quote 0
                      • Nuffeundefined
                        Nuffe
                        last edited by

                        https://miscsolutions.wordpress.com/mini-height-sensor-board/ has quite good explanation. It is for IR probe but search for g30 s-1 and around there is the process to figure out Z for g31 described.

                        Z parameter tells for g31 at what height the probe triggers. Because it is not going to trigger at 0 and not at -0.02 as you have currently defined.

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