Ender 5 upgraded with Duet 2 Wifi - Problems
-
Hi,
im new in the Duet3D world and im able to print the xyz calibration cube.
The measurements are right and the cube looks really cool.
But when i start to print larger objects like an case cover for the duet board it starts to make weird things. Why is this happening?This is my config:
; Configuration file for Duet WiFi (firmware version 2.03) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.4 on Sun Dec 29 2019 21:42:21 GMT+0100 (Mitteleuropäische Normalzeit) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Ender 5" ; set printer name M918 P1 E4 F2000000 ; configure direct-connect display ; Network ;M551 P"Darti401" ; 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 S0 ; physical drive 2 goes backwards 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 X80 Y80 Z400 E385.00 ; set steps per mm --- M92 X80.00 Y80.00 Z400.00 E385.00 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 E1000 I50 ; 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 X170 Y200 Z300 S0 ; set axis maxima M208 X0:170 Y0:200 Z0:300 ; Endstops M574 X1 Y1 S1 ; set active high endstops M574 Z1 S2 ; set endstops controlled by probe ; Z-Probe M307 H3 A-1 C-1 D-1 ; Disable the 3th Heater to free up PWM channel 5 on the Duex board. M558 P9 H5 F300 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X-46 Y-17 Z2.2 ; set Z probe trigger value, offset and trigger height M557 X0:180 Y0:200 S40 ; define mesh grid ; Heaters M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M305 P0 T100000 B4092 R4700 ; set thermistor + ADC parameters for heater 0 M143 H0 S130 ; set temperature limit for heater 0 to 130C M305 P1 T100000 B4092 R4700 ; set thermistor + ADC parameters for heater 1 M143 H1 S275 ; set temperature limit for heater 1 to 275C ; Fans M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M106 P2 S1 I0 F500 H1:0 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on ; 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
-
@TiToMoskito said in Ender 5 upgraded with Duet 2 Wifi - Problems:
.
is your print bed clean no fat or fingerprints on it?
did you try to reduce the speed for the first layer?
you can try to higher the print temperature for the first layer?
the same with the bed Temperature
is the space between nozzle an printbed realy accurate? -
post a picture of your mesh grid
-
@TiToMoskito said in Ender 5 upgraded with Duet 2 Wifi - Problems:
M558 P9 H5 F300 T6000
G31 P500 X-46 Y-17 Z2.2You can likely improve the results of your probing by reducing the probe speed and increasing the trigger sensitivity.
Try changing M558 F120 and G31 P25 and redoing your mesh compensation.
You can also try increasing the detail of your grid by reducing M557 S40 to S20.
-
Looking at the picture, at one side the skirt doesn't go around the printed object, as if the head cannot go all the way. Are the x/y dimension in your config.g and slicer correct?
For example, shouldn't these be 0:220 for x,y?
M208 X0:170 Y0:200 Z0:300
-
@TiToMoskito
Try to clean the bed and turn off the fan during first layer -
I cleaned my bed alcohol, so there is no fat or fingerprints on it.
Can someone tell me how to make my mesh grid bigger?
When i change the grid to
M557 X0:200 Y0:200 S40
it will probe outside the bed, and it doesnt start really from zero it always start from the homing position.By the way, the homing position shouldn't it be on the center of the bed ?
My bed dimensions are: X: 220 Y: 220 (prev. on klipper i had on y 235)
Here is my heightmap: heightmap.csvI put my z on zero and made a manual paper bed leveling (sorry i dont how to call it, i hope you understand what i mean)
-
what material are you printing and at what temperature?
-
Im printing PLA with 200°C and 60°C bed temp
-
can you try the values for the thermistor from this and see if it makes a difference?
https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+2:+Configuration/38?lang=en -
@TiToMoskito said in Ender 5 upgraded with Duet 2 Wifi - Problems:
By the way, the homing position shouldn't it be on the center of the bed ?
Can you post your homing files?
-
-
@TiToMoskito said in Ender 5 upgraded with Duet 2 Wifi - Problems:
this is not a temp issue, i think its more a calibration failure on my site.
nevertheless your thermistors settings are not correct.
-
@TiToMoskito said in Ender 5 upgraded with Duet 2 Wifi - Problems:
@Phaedrux What kind of homing files do you need?
all of them? Homeall, homez, homex, homey. bed.g as well if you use G32 at all.
-
-
From your homeall.
G91 ; relative positioning G1 H2 Z2 F6000 ; lift Z relative to current position G1 H1 X-235 Y-230 F3000 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H2 X5 Y5 F6000 ; go back a few mm G1 H1 X-235 Y-230 F360 ; move slowly to X and Y axis endstops once more (second pass) G90 ; absolute positioning G1 H2 X51 Y22 F6000 ; go to first bed probe point and home Z G30 ; home Z by probing the bed
The position of the bed probing for the Z axis is set as X51 Y22. You can change that as needed to position to probe at the center of the bed.
-
Thanks, i changed it to 117 to the center of the bed.
My mesh grid is set on X to max 180, why does it exceed?
M557 X5:180 Y5:215 S10And why does it start at X: 49.0 Y:22.0 and not from 5 ?
-
@TiToMoskito said in Ender 5 upgraded with Duet 2 Wifi - Problems:
And why does it start at X: 49.0 Y:22.0 and not from 5 ?
Are you getting messages in the console saying points unreachable?
The grid specifies the area of the bed you want probed. But the probe has an offset from the nozzle and it's possible that it cannot reach all points.