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

    cube comes out 3x taller

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    5
    155
    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.
    • rudenickundefined
      rudenick
      last edited by

      Hi!

      I own ender3 pro with default extruder and almost direct extruder (6cm Bowden).

      When I print 20mm cube it comes out 3x taller (z axis). With no underextrusion present 😂

      I'm using default ender3 config from configurator

      ; Drives
      M569 P0 S0 T0.1:0.1:0.02:0.02                  ; physical drive 0 goes backwards using TMC220x driver timings
      M569 P1 S0 T0.1:0.1:0.02:0.02                  ; physical drive 1 goes backwards using TMC220x driver timings
      M569 P2 S1 T0.1:0.1:0.02:0.02                  ; physical drive 2 goes forwards using TMC220x driver timings
      M569 P3 S0 T0.1:0.1:0.02:0.02                  ; physical drive 3 goes backwards using TMC220x driver timings
      M584 X0 Y1 Z2 E3                               ; set drive mapping
      M92 X80.00 Y80.00 Z400.00 E96.50                ; set steps per mm
      M566 X1200.00 Y1200.00 Z24.00 E300.00          ; set maximum instantaneous speed changes (mm/min)
      M203 X9000.00 Y9000.00 Z180.00 E6000.00        ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z100.00 E5000.00          ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30                   ; set motor currents (mA)
      M84 S30                                        ; Disable motor idle current reduction
      

      Do you have any tips?

      1 Reply Last reply Reply Quote 0
      • PaulHewundefined
        PaulHew
        last edited by

        @rudenick Please post your complete config.g

        RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
        Voron 2.4 disassembled..... Waiting for the RailCore Mini....

        1 Reply Last reply Reply Quote 0
        • rudenickundefined
          rudenick
          last edited by

          ; Configuration file for SKR v1.4 (firmware version 3)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v2.1.4 on Wed Apr 22 2020 19:45:44 GMT+0200 (Central European Summer Time)
          
          ; General preferences
          G90                                            ; send absolute coordinates...
          M83                                            ; ...but relative extruder moves
          M550 P"Ender1"                                 ; set printer name
          
          ; Network
          M552 S0                                        ; disable network
          
          ; Drives
          M569 P0 S0 T0.1:0.1:0.02:0.02                  ; physical drive 0 goes backwards using TMC220x driver timings
          M569 P1 S0 T0.1:0.1:0.02:0.02                  ; physical drive 1 goes backwards using TMC220x driver timings
          M569 P2 S1 T0.1:0.1:0.02:0.02                  ; physical drive 2 goes forwards using TMC220x driver timings
          M569 P3 S0 T0.1:0.1:0.02:0.02                  ; physical drive 3 goes backwards using TMC220x driver timings
          M584 X0 Y1 Z2 E3                               ; set drive mapping
          M92 X80.00 Y80.00 Z133.00 E96.50                ; set steps per mm
          M566 X1200.00 Y1200.00 Z24.00 E300.00          ; set maximum instantaneous speed changes (mm/min)
          M203 X9000.00 Y9000.00 Z180.00 E6000.00        ; set maximum speeds (mm/min)
          M201 X500.00 Y500.00 Z100.00 E5000.00          ; set accelerations (mm/s^2)
          M906 X800 Y800 Z800 E800 I30                   ; set motor currents (mA)
          M84 S30                                        ; Disable motor idle current reduction
          
          ; Axis Limits
          M208 X0 Y0 Z0 S1                               ; set axis minima
          M208 X235 Y235 Z260 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 F120 T6000                          ; disable Z probe but set dive height, probe speed and travel speed
          M557 X15:215 Y15:195 S20                       ; define mesh grid
          
          ; Heaters
          M140 H0                                        ; remap heated bed to heater 0
          M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp
          M950 H0 C"bed" T0                              ; create bed heater output on bed and map it to sensor 0
          M143 H0 S80                                    ; set temperature limit for heater 0 to 150C
          M307 H0 M307 H0 A79.8 C282.4 D1.3 S1.0 V0.0 B0 ; disable bang-bang mode for the nozzle heater and set PWM limit, update auto bed tuning M303 H0 S55
          
          M308 S1 P"e0temp" Y"thermistor" T100000 B4092  ; configure sensor 1 as thermistor on pin e0temp
          M950 H1 C"e0heat" T1                           ; create nozzle heater output on e0heat and map it to sensor 1
          M143 H1 S250                                   ; set temperature limit for heater 1 to 275C
          M307 H1 A366.5 C138.0 D4.2 S1.0 V0.0 B0        ; disable bang-bang mode for the nozzle heater and set PWM limit, update auto bed tuning M303 H1 S250
          
          ;Tuning results
          ;4/29/2020, 1:52:19 PM 	M307 H0
          ;Heater 0 model: gain 340.0, time constant 140.0, dead time 5.5, max PWM 1.00, calibration voltage 0.0, mode PID
          ;Computed PID parameters for setpoint change: P13.4, I0.482, D51.4
          ;Computed PID parameters for load change: P13.4, I0.949, D51.4
          ;4/29/2020, 1:52:04 PM 	M307 H1
          ;Heater 1 model: gain 365.3, time constant 135.6, dead time 1.6, max PWM 1.00, calibration voltage 0.0, mode PID
          ;Computed PID parameters for setpoint change: P40.7, I2.738, D46.4
          ;Computed PID parameters for load change: P40.7, I7.255, D46.4
          
          
          ; Heaters alternative
          ;M140 H0                                        ; remap heated bed to heater 0
          ;M308 S0 P"bedtemp" Y"thermistor" T98801 B4185 ; configure sensor 0 as thermistor on pin bedtemp
          ;M950 H0 C"bed" T0                          ; create bed heater output on e1heat and map it to sensor 0
          ;M143 H0 S80                                 ; set temperature limit for heater 0 to 80C
          ;M307 H0 B0 S1.00                              ; disable bang-bang mode for the nozzle heater and set PWM limit
          ;M308 S1 P"e0temp" Y"thermistor" T98801 B4185  ; configure sensor 1 as thermistor on pin e0temp
          ;M950 H1 C"e0heat" T1                          ; create nozzle heater output on e0heat and map it to sensor 1
          ;M143 H1 S250                                  ; set temperature limit for heater 1 to 260C
          ;M307 H1 B0 S1.00                              ; disable bang-bang mode for the nozzle heater and set PWM limit
          
          
          ; Fans
          M950 F0 C"fan0" Q500                           ; create fan 0 on pin fan0 and set its frequency
          M106 P0 S0 H1 T45                              ; set fan 0 value. Thermostatic control is turned on
          M950 F1 C"e1heat" Q500                         ; create fan 1 on pin e1heat and set its frequency
          M106 P1 H1 T45 S255                               ; set fan 1 value. Speed is set to 255. Thermostatic control is off
          
          
          
          ; Tools
          M563 P0 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
          T0                                             ; select first tool
          
          
          
          1 Reply Last reply Reply Quote 0
          • rudenickundefined
            rudenick
            last edited by rudenick

            I changed the M92 Z400 to M92 Z221 and it seems allright but I would appreciate helping me understand the situation

            1 Reply Last reply Reply Quote 0
            • PaulHewundefined
              PaulHew
              last edited by

              @rudenick Just got this through the RRF Config tool, mine Ender3 is very different!

              This line might help in your ;Drives section - its missing from your config

              M350 X16 Y16 Z16 E16 I1                 ; configure microstepping with interpolation
              

              Your M92 should be this
              M92 X80.00 Y80.00 Z400.00 E96.50

              HTH

              Regards,

              Paul.

              RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
              Voron 2.4 disassembled..... Waiting for the RailCore Mini....

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