@phaedrux At the moment I am unfortunately very confused. I flashed my Duet3Dv2 back to 3.3.0 but the bulges are still there. O.O
I can't remember that I ever saw this the last two years. This makes absolutely no sense. I may have changed something in config.g between 3.3.0 and 3.4.1 that would provoke this result. But I can't remember.
Latest posts made by ikarisan
-
RE: Problems after upgrading 3.4.0 to 3.4.1
-
RE: Problems after upgrading 3.4.0 to 3.4.1
I will try this out one day soon. More important for me are these bulges in the corners. I will now first switch back to version 3.4.0 (if this is possible).
-
RE: Problems after upgrading 3.4.0 to 3.4.1
@phaedrux This is the Y position at Y0:
This is the Y position after G28 Y:
The position outside the bed is fine, because the limit switch is in this position.
-
RE: Problems after upgrading 3.4.0 to 3.4.1
@phaedrux After homing X/Y I move the nozzle 0.1-0.2mm above the bed and print a "X,Y prime line" from 0,0 to to [middle of bed],0. By "printed in front of the bed" I mean, that the nozzle does not "print" on the bed but a few mm in front of it into the air.
-
RE: Problems after upgrading 3.4.0 to 3.4.1
@phaedrux Yes, sure. -x moves to the left an -y moves to the front.
But at the moment, my primary issues are these bulges in every corner. The offset is something I can handle very easily. But these bulges are really annoying. I will try to downgrade to 3.4.0 tomorrow.
-
RE: Problems after upgrading 3.4.0 to 3.4.1
@phaedrux said in Problems after upgrading 3.4.0 to 3.4.1:
M208 X0:270 Y-7:285 Z0:250 S1
Remove the S1 from that command. When using the two values for each axis range you need to leave off the S1. I wonder if this is causing it to incorrectly set the actual axis range. Please send M208 by itself to see what it currently things the axis range is.
Do you use bed.g for leveling? Can you post that as well?
22.6.2022, 20:01:08 M208
Axis limits (mm)s X0.0:270.0, Y-7.0:285.0, Z0.0:250.0This is the content of my bed.g:
M561 ; clear any bed transform G29 S2 M290 R0 S0 G28 Z G30 P0 X0 Y10 Z-99999 ; Probe near an adjusting screw G30 P1 X270 Y10 Z-99999 ; Probe near an adjusting screw G30 P3 X0 Y250 Z-99999 ; Probe near an adjusting screw G30 P2 X270 Y250 Z-99999 S4 ; Probe near an adjusting screw and report adjustments needed
-
RE: Problems after upgrading 3.4.0 to 3.4.1
My config.g with corrected x/y values: config.g
There is no start.g file.
My gcode (including start codes): PSU_right.gcode
And these are my "homing files":
homez.g homey.g homex.g homeall.g -
RE: Problems after upgrading 3.4.0 to 3.4.1
These are the 3.4.0 corners:
-
Problems after upgrading 3.4.0 to 3.4.1
After upgrading my Duet3D Wifi v1.04 from 3.4.0 to 3.4.1 I am facing strange issues.
-
The X0/Y0 seems to have been moved. My start-gcode homes x and y, which is slightly off the bed and then moves to x0/Y5 to print a prime line. On 3.4.1 this line is printed in front of the bed!
-
Starting with 3.4.1 every 90° corner (which have an additional radius of 1mm!) is printed with a large bulging. It seems as if the noozle moves 0,5mm beyond the corner and then moves back in a curve back to the 90° line.
This is what I get with 3.4.1:
This is very annoying. I have not changed the gcode, nor the configuration.
-