Ender 5 upgraded with Duet 2 Wifi - Problems
-
@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.