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

New to the duet COMPLETE NEWBIE

Scheduled Pinned Locked Moved
Duet Hardware and wiring
5
101
5.4k
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.
  • undefined
    gabrealek @Phaedrux
    last edited by 22 Jan 2021, 22:43

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • undefined
      Phaedrux Moderator
      last edited by 22 Jan 2021, 22:48

      Haha, good luck with your first print.

      Z-Bot CoreXY Build | Thingiverse Profile

      undefined 2 Replies Last reply 22 Jan 2021, 22:48 Reply Quote 0
      • undefined
        gabrealek @Phaedrux
        last edited by 22 Jan 2021, 22:48

        @Phaedrux
        I am SO SCARED. . lol thanks for the luck . . I NEED ITTTT

        1 Reply Last reply Reply Quote 0
        • undefined
          gabrealek @Phaedrux
          last edited by gabrealek 22 Jan 2021, 22:56

          @Phaedrux okay so do is erase something out of my config? or rather where do i put this into the config

          1 Reply Last reply Reply Quote 0
          • undefined
            gabrealek @Phaedrux
            last edited by 22 Jan 2021, 22:59

            @Phaedrux said in New to the duet COMPLETE NEWBIE:

            M558 P0 H5 F300 T6000 G31 x0 y0 z0 P500

            Okay i think i see . .

            ; Z-Probe
            M558 P0 H18 F120 T480000 ; disable Z probe but set dive height, probe speed and travel speed
            M557 X10:220 Y10:220 S20 ; define mesh grid

            replace with

            M558 P0 H5 F300 T6000
            G31 x0 y0 z0 P500

            1 Reply Last reply Reply Quote 0
            • undefined
              Phaedrux Moderator
              last edited by 22 Jan 2021, 23:00

              Replace with:

              M558 P0 H5 F300 T6000
              G31 x0 y0 z0 P500
              M557 X10:220 Y10:220 S20 ; define mesh grid

              Z-Bot CoreXY Build | Thingiverse Profile

              undefined undefined 2 Replies Last reply 22 Jan 2021, 23:05 Reply Quote 0
              • undefined
                gabrealek @Phaedrux
                last edited by gabrealek 22 Jan 2021, 23:05

                @Phaedrux

                G91
                G1 H1 Z-400 F3000
                G92 Z0 ; change Z0 to match the actual Z co-ordinate at which the Z end stop triggers
                G1 Z10
                G1 H1 X-300 Y-300
                G1 X5 Y5
                G1 H1 X-6 Y-6 F300
                G90

                change to

                G91
                G1 X150 Y150 F6000
                G30
                Do i leave everything under this there or void?
                G1 Z10
                G1 H1 X-300 Y-300
                G1 X5 Y5
                G1 H1 X-6 Y-6 F300
                G90

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 22 Jan 2021, 23:15

                  For homeall try this

                  G91 ; relative positioning
                  G1 H2 Z5 F6000 ; lift Z relative to current position
                  G1 H1 X-300 Y-300 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
                  G1 X5 Y5 F6000 ; go back a few mm
                  G1 H1 X-300 Y-300 F3600 ; move slowly to X and Y axis endstops once more (second pass)
                  G90 ; absolute positioning
                  G1 X150 Y150 F6000 ; move to center
                  G30 ; probe the bed
                  G1 X10 Y10 Z10 ; move to parking position

                  Z-Bot CoreXY Build | Thingiverse Profile

                  undefined 1 Reply Last reply 22 Jan 2021, 23:31 Reply Quote 0
                  • undefined
                    gabrealek @Phaedrux
                    last edited by 22 Jan 2021, 23:31

                    @Phaedrux YESSS !! it worked perfectly!!

                    1 Reply Last reply Reply Quote 2
                    • undefined
                      gabrealek
                      last edited by 29 Jan 2021, 00:28

                      @Phaedrux Hello again. Ive been trying to fix this issue all day to no avail. After i home my printer and start the print it does not go down to the bed. its about 2mm above and it doesn't print. Ive checked the settings in cura and i cant figure out where its going left. . . Ill post the first few lines. THANKS for helping me once again.

                      ;FLAVOR:RepRap
                      ;TIME:9734
                      ;Filament used: 17.6452m
                      ;Layer height: 0.32
                      ;MINX:41.27
                      ;MINY:49.81
                      ;MINZ:0.32
                      ;MAXX:211.803
                      ;MAXY:236.543
                      ;MAXZ:99.84
                      ;Generated with Cura_SteamEngine 4.8.0
                      T0
                      M190 S60
                      M104 S220
                      M109 S220
                      M82 ;absolute extrusion mode

                      M83 ;relative extrusion mode
                      G1 F1800 E-3
                      ;LAYER_COUNT:313
                      ;LAYER:0
                      M107
                      G0 F6000 X121.857 Y55.934 Z0.32
                      ;TYPE:SKIRT

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        Phaedrux Moderator @Phaedrux
                        last edited by 29 Jan 2021, 04:55

                        @Phaedrux said in New to the duet COMPLETE NEWBIE:

                        G31 x0 y0 z0 P500

                        Did you change your G31 command in the config.g to have Z0?

                        Z-Bot CoreXY Build | Thingiverse Profile

                        undefined 1 Reply Last reply 29 Jan 2021, 12:35 Reply Quote 0
                        • undefined
                          gabrealek @Phaedrux
                          last edited by gabrealek 29 Jan 2021, 12:35

                          @Phaedrux
                          yes

                          ; Z-Probe
                          M558 P0 H5 F300 T6000
                          G31 x0 y0 z0 P500
                          M557 X10:220 Y10:220 S20 ; define mesh grid

                          Do you think its something with my homeall?
                          idk what to do. . ill post my config here as well

                          ; Configuration file for Duet WiFi (firmware version 3)
                          ; executed by the firmware on start-up
                          ;
                          ; generated by RepRapFirmware Configuration Tool v3.2.1 on Tue Jan 19 2021 17:33:25 GMT-0500 (Eastern Standard Time)

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

                          ; Network
                          M552 S1 ; enable network
                          M586 P0 S1 ; enable HTTP
                          M586 P1 S0 ; disable FTP
                          M586 P2 S0 ; disable Telnet

                          ; Drives
                          M569 P0 S0 ; physical drive 0 goes backwards
                          M569 P1 S0 ; physical drive 1 goes backwards
                          M569 P2 S1 ; physical drive 2 goes forwards
                          M569 P3 S0 ; physical drive 3 goes backwards
                          M584 X0 Y1 Z2 E3 ; set drive mapping
                          M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                          M92 X80.00 Y80.00 Z400.00 E97.08 ; set steps per mm
                          M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
                          M203 X6000.00 Y6000.00 Z600.00 E1200.00 ; set maximum speeds (mm/min)
                          M201 X500.00 Y500.00 Z120.00 E250.00 ; set accelerations (mm/s^2)
                          M906 X800 Y800 Z800 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 Y300 Z400 S0 ; set axis maxima

                          ; Endstops
                          M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
                          M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
                          M574 Z1 S1 P"!zstop" ; configure active-high endstop for low end on Z via pin !zstop

                          ; Z-Probe
                          M558 P0 H5 F300 T6000
                          G31 x0 y0 z0 P500
                          M557 X10:220 Y10:220 S20 ; define mesh grid

                          ; Heaters
                          M308 S0 P"bedtemp" Y"thermistor" T98801 B4185 ; configure sensor 0 as thermistor on pin e0temp
                          M950 H0 C"bedheat" T0 ; create bed heater output on e0heat and map it to sensor 0
                          M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
                          M140 H0 ; map heated bed to heater 0
                          M143 H0 S80 ; set temperature limit for heater 0 to 80C
                          M308 S1 P"e1temp" Y"thermistor" T98801 B4185 ; configure sensor 1 as thermistor on pin e1temp
                          M950 H1 C"e1heat" T1 ; create nozzle heater output on e1heat and map it to sensor 1
                          M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
                          M143 H1 S280 ; set temperature limit for heater 1 to 280C

                          ; Fans
                          M950 F0 C"fan0" Q20 ; create fan 0 on pin fan0 and set its frequency
                          M106 P0 C"PartCool" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
                          M950 F1 C"fan1" Q20 ; create fan 1 on pin fan1 and set its frequency
                          M106 P1 S1 H T45 ; set fan 1 value. Thermostatic control is turned on

                          ; Tools
                          M563 P0 S"Hotend" 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

                          ; Custom settings are not defined

                          ; Miscellaneous
                          M501 ; load saved parameters from non-volatile memory
                          M911 S21 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
                          T0 ; select first tool

                          Also my homeall

                          ; homeall.g
                          ; called to home all axes
                          ;
                          ; generated by RepRapFirmware Configuration Tool v3.2.1 on Tue Jan 19 2021 17:33:25 GMT-0500 (Eastern Standard Time)

                          G91 ; relative positioning
                          G1 H2 Z5 F6000 ; lift Z relative to current position
                          G1 H1 X-300 Y-300 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
                          G1 X5 Y5 F6000 ; go back a few mm
                          G1 H1 X-300 Y-300 F3600 ; move slowly to X and Y axis endstops once more (second pass)
                          G90 ; absolute positioning
                          G1 X150 Y150 F6000 ; move to center
                          G30 ; probe the bed
                          G1 X10 Y10 Z10 ; move to parking position

                          ; set Z position to axis minimum (you may want to adjust this)

                          ; Uncomment the following lines to lift Z after probing
                          ;G91 ; relative positioning
                          ;G1 Z18 F8000 ; lift Z relative to current position
                          ;G90 ; absolute positioning

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            Veti
                            last edited by 29 Jan 2021, 13:51

                            now you need to calibrate the trigger height of the probe

                            https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Calibrate_the_Z_probe_trigger_height

                            undefined undefined 2 Replies Last reply 29 Jan 2021, 14:49 Reply Quote 1
                            • undefined
                              gabrealek @Veti
                              last edited by 29 Jan 2021, 14:49

                              @Veti ok thank you . ill do it after my errand and keep you all posted

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                Phaedrux Moderator @Veti
                                last edited by 29 Jan 2021, 16:35

                                @Veti said in New to the duet COMPLETE NEWBIE:

                                now you need to calibrate the trigger height of the probe

                                https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Calibrate_the_Z_probe_trigger_height

                                No probe involved in this case. Just manual probing due to a broken Z endstop.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                undefined 1 Reply Last reply 29 Jan 2021, 18:47 Reply Quote 0
                                • undefined
                                  gabrealek @Phaedrux
                                  last edited by 29 Jan 2021, 18:47

                                  @Phaedrux yes, I figured after trying to follow along with it. It’s working for the most part now though. I’m having some mechanical issues at this point. My feeding gears were all off and I releveled the bed. I’m about to try a print now. Thank you all for the consistent help.

                                  1 Reply Last reply Reply Quote 0
                                  • undefined gabrealek referenced this topic 24 Jun 2023, 13:48
                                  95 out of 101
                                  • First post
                                    95/101
                                    Last post
                                  Unless otherwise noted, all forum content is licensed under CC-BY-SA