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

    slant lines

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    12
    72
    3.5k
    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.
    • matt3oundefined
      matt3o @droftarts
      last edited by

      @droftarts you are totally right.

      Of course many parameters change based on the extruder that I'm using.

      FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.04 ELECTRONICS: Duet WiFi 1.02 or later + DueX5 FIRMWARE_DATE: 2019-11-01b1

      
      
      ; General
      ; --------------------------------------------------
      
      M111 S0							; Debug off
      M550 PCorezilla					; Machine name and Netbios name (can be anything you like)
      M551 Preprap					; Machine password (used for FTP)
      
      M552 S1							; Turn network on
      ;M586 P1 S1						; Enable FTP
      
      M555 P2							; Set output to look like Marlin
      G21								; Work in millimetres
      G90								; Send absolute coordinates...
      M83								; ...but relative extruder moves
      M669 K1							; CoreXY mode
      
      
      ; Motors configuration
      ; --------------------------------------------------
      
      M584 X0 Y1 Z2:3:4 E6		; set drive mapping
      M569 P0 S1			; Drive 0 goes backwards | X stepper
      M569 P1 S1			; Drive 1 goes backwards | Y stepper
      M569 P2 S0			; Drive 2 goes forwards  | Z stepper  - Z1
      M569 P3 S0			; Drive 3 goes forwards  | E0 stepper - Z2
      M569 P4 S0			; Drive 4 goes forwards  | E1 stepper - Z3
      M569 P5 S1			; Drive 5 goes forwards  | extruder
      
      M350 X16 Y16 I1			
      M350 Z16 I1
      M350 E16 I1				
      M92 X160 Y160 Z1600 E415		; Steps/mm
      M906 X1400 Y1400 Z1400 E500 I60		; set motor currents (mA), motor idle factor (%)
      M201 X2000 Y2000 Z20 E200		; set accelerations (mm/s^2)
      M203 X12000 Y12000 Z600 E1200		; set maximum speeds (mm/min)
      M566 X720 Y720 Z15 E6			; maximum jerk speeds (mm/min)
      
      
      ; Axis limit and endstops
      ; --------------------------------------------------
      
      M208 X0:406 Y0:390 Z0:390		; set axis limits
      
      M574 X1 Y1 S1					; set active high endstops
      M574 Z1 S2						; set endstops controlled by probe
      
      ; Z-Probe
      M558 P1 I0 H5 R0.4 F400 T6000	; set Z probe type to effector and the dive height + speeds
      G31 P543 X0 Y0 Z-0.1				; set Z probe trigger value, offset and trigger height
      M557 X20:370 Y20:370 S50			; define mesh grid
      
      ; Leadscrew locations
      M671 X428.4:-31.5:198.4 Y38.5:38.5:413.5 S25
      
      
      ; Tools: Heaters, thermistors and fans
      ; --------------------------------------------------
      
      M305 P0 S"Bed" T100000 B3950 R4700 H0 L0				; Bed thermistor
      M305 P3 S"E0" T500000 B4723 C1.196220e-7 R4700 H6 L0	; E0 thermistor
      
      M570 S180						; Hotend may be a little slow to heat up so allow it 180 seconds
      
      M143 H0 S120					; Maximum H0 (Bed) heater temperature
      M143 H3 S290					; Maximum extruder 3 heater temperature
      
      ; Adjustments heaters
      M307 H0 A301.3 C836.5 D0.9 B1  ; bed heater
      M307 H3 A646.6 C192.9 D3.8 B0   ; tool 0 heater
      
      ; Fans
      M106 P3 T45 H3					; Enable thermostatic mode for fan 3 on heater 3
      M106 P4 H-1						; Disable thermostatic mode for fan 4 (part fan)
      
      M106 P4 S0
      
      ; Tool definitions
      M563 P0 D0 H3 F4				; Define tool 0 heater 3 fan 4
      G10 P0 S0 R0					; Set tool 0 operating and standby temperatures
      
      ; Closing
      ; --------------------------------------------------
      
      M208 S1 Z-0.2					; set minimum Z
      T0								; select first hot end
      
      droftartsundefined 1 Reply Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @matt3o
        last edited by

        @matt3o

        Add M569 P6 S1 after the other drives, but I don’t think that will make much difference.

        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

        matt3oundefined 1 Reply Last reply Reply Quote 0
        • matt3oundefined
          matt3o @droftarts
          last edited by

          @droftarts yeah that comes from testing various stepper drivers. Usually it's on E5. It makes no difference but thanks for checking that out

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

            @matt3o You could also update to 2.05.1. Again, probably won't make a difference, but would be good to see if it changes anything.

            The other thing I'd do is swap the bed motors to the Duex, and use the Duet for X, Y and E. eg M584 X0 Y1 Z5:6:7 E3. This will check it's a comms issue between the Duet and Duex. I don't know if you've always been using the Duex for the extruder, or have tested it the other way around, though.

            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

            matt3oundefined 1 Reply Last reply Reply Quote 0
            • matt3oundefined
              matt3o @droftarts
              last edited by

              @droftarts I'll update to v3 tomorrow, I already have the updated config, I just wanted to to fix this issue first, but I guess it's worth trying upgrade the duet.

              In the various tests I've done I believe I also tried a stepper on the duet for the extruder moving one of the other axis on the duex.

              I think it's worth trying a completely new controller, since that is the only thing that I haven't tried to change at this point. Not that it's a good time to buy 3d printing stuff with coronavirus and all.

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

                @matt3o I have to ask... is this a clone or genuine Duet? If it's genuine, and swapping the board fixes the problem, and the board is less than 6 months old (from your first post in this thread) it should be covered by the warranty.

                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

                matt3oundefined 1 Reply Last reply Reply Quote 0
                • bondusundefined
                  bondus @matt3o
                  last edited by

                  @matt3o said in slant lines:

                  could it be that my motion system is so well tuned that it emphasizes the extruder "signature"?

                  I think you might be right. In my experience many extruders have a very small periodic error. In most cases it is not visible. It depends on what hotend you have too, I would guess that if the "melt-pot" is big it will provide some elasticity inside the hot end.

                  My standard test object is a square cone in vase made. It is very good for showing periodic extrusion errors and mechanical errors. The varying of the extrusion length over height of the cone will make periodic extrusion errors show up very clearly as interference patterns.

                  Even a BMG through a 50cm bowden tube shows extrusion errors (ignore the slant lines in this case, they are mechanical). The errors in this case are so small that in any normal case it is totally invisible, this test provokes it. Interefernce waves.jpg

                  1 Reply Last reply Reply Quote 1
                  • matt3oundefined
                    matt3o @droftarts
                    last edited by matt3o

                    @droftarts hey! of course it's a genuine duet! πŸ˜„ we are not lamerino here! πŸ˜› BTW, I'm not covered by the warranty because I modded the wifi module.

                    @bondus said in slant lines:

                    I think you might be right. In my experience many extruders have a very small periodic error. In most cases it is not visible. It depends on what hotend you have too, I would guess that if the "melt-pot" is big it will provide some elasticity inside the hot end.

                    yeah that's my thought too... I'll also try a different hotend (mosquito right now).

                    1 Reply Last reply Reply Quote 0
                    • matt3oundefined
                      matt3o
                      last edited by

                      Quick update. I replaced the mosquito with an E3D hotend (also thermistor and heater). The texture changed again but I still get the slant lines pattern.

                      So at this point the only element left to change is the controller... It will take some time to get my hands on a new controller with the current covid19 situation but I'll update as soon as I get it.

                      1 Reply Last reply Reply Quote 0
                      • matt3oundefined
                        matt3o
                        last edited by matt3o

                        It took me a while but I wanted to give a closure to this issue in case someone ends up here from google or forum search.

                        The following is my current status, printed at 100mm/s with 4500 acceleration.

                        IMG_20210111_122831.jpg

                        There are still a few issues that I'm trying to fix, but things are slowly getting better.

                        This is a corexy, they are heinous machines. Do yourself a favor and build a Cartesian πŸ˜„

                        The bare minimum you need:

                        • super steady frame
                        • good vibration abortion
                        • study gantry, use metal to hold the gantry if you can, otherwise 3d print big brackets and add more screws than you think it's necessary
                        • tight belts
                        • don't spare on pulleys and idlers, get good and correctly sized shims between the idlers. I got "precision shims" but they were a little rough on the edges and I had to file all of them
                        • after you first assembled the machine, give your screws another go, for some reason they like to loosen up
                        • proper part cooling (duh)

                        I've rebuilt my printer with all of the above in mind, and that helped to reach relatively high speed/acceleration but what really helped with the slant texture is... tune your extruder/hotend.

                        When the machine is overall well calibrated you are going to see every little defect generated by the extruder/hotend. Even an over-extrusion of 1% or a +2-3Β°C in temp can generate a bad surface texture.

                        Try to slice with different slicers (Cura seems a little less finicky) or change from Relative to Absolute (or vice versa) extrusion.

                        If tests and benchmarks say that your motor is calibrated properly but you still see a slanted texture, don't trust them and start lowering the extrusion multiplier and/or the temperature. You'll be surprised by how much of a difference a 1% does.

                        If the surface still look bad, try to change the extruder motor. I've been lucky with both 0.9Β° Nema17 and 1.8Β° Nema14 from LDO. I had a few issues with moons on the extruder, while they are great on XYZ.

                        Edit: almost forgot! Align your rails. Get a precision gauge and align your rails. When they are aligned, aligned them again πŸ˜„

                        Hope that helps. Happy printing.

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