Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. karatektus
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 8
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by karatektus

    • RE: Duet 2 Upgrade Prints coming out stretched

      @garyd9 said in Duet 2 Upgrade Prints coming out stretched:

      What type of printer? Cartesian? Delta? CoreXY?

      jeez. i actually forgot to mention that 😄

      It's a delta. Ill edit my first post to include that info and the config.g file.

      Edit: Well the forum doesn't allow that, so here it is:

      Printer Information: Delta Printer 300mm diameter 0.9° Steppers

      config.g:

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.0 on Wed Jan 06 2021 12:03:41 GMT+0100 (Central European Standard Time)
      
      ; General preferences
      G90                                            ; send absolute coordinates...
      M83                                            ; ...but relative extruder moves
      M550 P"Reese"                                  ; set printer name
      M665 R178.07 L360.24 B150 H495 X-0.06° Y0.05°                 ; Set delta radius, diagonal rod length, printable radius and homed heights
      M666 X0 Y0 Z0                                  ; put your endstop adjustments here, or let auto calibration find them
      
      ; Network
      M551 P"rg21l7m6k"                              ; set password
      M552 S1                                        ; enable network
      M586 P0 S1                                     ; enable HTTP
      M586 P1 S0                                     ; disable FTP
      M586 P2 S0                                     ; disable Telnet
      
      ; Drives
      M569 P0 S1                                     ; physical drive 0 goes forwards
      M569 P1 S1                                     ; physical drive 1 goes forwards
      M569 P2 S1                                     ; physical drive 2 goes forwards
      M569 P3 S1                                     ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3                               ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                        ; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z160.00 E415.56            ; set steps per mm
      M566 X800.00 Y800.00 Z800.00 E800.00       ; set maximum instantaneous speed changes (mm/min)
      M203 X48000.00 Y48000.00 Z48000.00 E3600.00    ; set maximum speeds (mm/min)
      M201 X800.00 Y800.00 Z800.00 E1000.00       ; set accelerations (mm/s^2)
      M906 X1500 Y1500 Z1500 E1600 I70               ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                        ; Set idle timeout
      
      ; Axis Limits
      M208 Z0 S1                                     ; set minimum Z
      
      ; Endstops
      M574 X2 S1 P"!xstop"                                    ; configure sensorless endstop for high end on X
      M574 Y2 S1 P"!ystop"                                    ; configure sensorless endstop for high end on Y
      M574 Z2 S1 P"!zstop"                                    ; configure sensorless endstop for high end on Z
      
      ; Z-Probe
      M558 C"^zprobe.in" P8 R0.4 F1000 H10                         ; disable Z probe but set dive height, probe speed and travel speed
      G31 P100 X0 Y0 Z-0.1
      M556 S78 X0 Y0 Z0                              ; set orthogonal axis compensation parameters
      M557 R150 S20                                   ; define mesh grid
      
      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                          ; create bed heater output on bedheat 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 S120                                   ; set temperature limit for heater 0 to 120C
      M308 S1 P"e0temp" Y"thermistor" T100000 B4138  ; 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
      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 F1 C"fan1" Q200                          ; create fan 0 on pin fan0 and set its frequency
      M106 P1 C"FAN0_E0" S0.5 H1 T45                   ; set fan 0 name and value. Thermostatic control is turned on
      M950 F2 C"fan2" Q500                           ; create fan 1 on pin fan1 and set its frequency
      M106 P2 S0 H-1                                 ; set fan 1 value. Thermostatic control is turned 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
      M579 X0.970 Y0.970
      ; Miscellaneous
      M575 P1 S1 B57600                              ; enable support for PanelDue
      M501                                           ; load saved parameters from non-volatile memory
      
      posted in Tuning and tweaking
      karatektusundefined
      karatektus
    • Duet 2 Upgrade Prints coming out stretched

      Hi,

      i just upgraded to a Duet 2 Wifi. I came from an old Duet 0.6 with an older firmware (sorry im not sure which one)

      I did not just copy the config.g file but created one using the reprap generator and tweaked some values afterwards.
      It basically works as expected. My height map is a weird sawtooth mess, but thats probably due to poor carriage mounting (my linear rails are on the way).

      Now the really weird issue: My prints come out stretched in X and Y direction by the same amount. Z seems to be fine though I am not sure. Measuring old prints, it seemed to work just fine before. Am I missing some config parameter which would cause such an issue?
      For reference: A 200mm200mm square comes out at about 207mm207mm

      Thanks 🙂

      posted in Tuning and tweaking
      karatektusundefined
      karatektus