[3.5b1+] Inaccurate print dimensions
-
@Diamondback maybe try printing without bed compensation to see if that triggers the same issue. Use a raft if required to ensure bed is not causing issues.
-
@oliof said in [3.5b1+] Inaccurate print dimensions:
@Diamondback maybe try printing without bed compensation to see if that triggers the same issue. Use a raft if required to ensure bed is not causing issues.
An excellent idea! Right now I don't know what is causing this issue. Knowing whether bed compensation is implicated would help me to narrow it down.
-
Ok cool, I can disable both mesh compensation and active leveling. (the leveling part before each print is not really needed anymore anyway since I upgraded my spindles to finder pitch)
-
@Diamondback if you disable two things, please make three runs: One without both, and one where either or is disabled
@dc42 the reason I thought of that is that elsewhere I recently helped debug an issue that looked like bad segmentation, but it was low Z jerk and acceleration combined with bed compensation that looked like the bulging corner issue.
-
My print dimensions are correct, but when start a new print the z axis is exactly 0.2mm to deep.
+
After pause, It seemed like the z offset has completely gone. Should I make a new thread about this?-4 z-axis
-Axis compensation active -
@IndeX4D said in [3.5b1+] Inaccurate print dimensions:
My print dimensions are correct, but after every print, but every new print hast the Z axis 0.2 to deep.
+
After pause, It seemed like the z offset has completely gone. Should I make a new thread about this?Yes please! Include your config file, and whether you are using babystepping or any other use of M290.
-
@dc42
Ok so, here are the results from 3.5b1+:- Active leveling before the print + mesh bed compensation active -> Broken
- Only mesh bed compensation -> Broken
- Only active leveling -> No issue
So it appears that mesh bed compensation is indeed related in some way.
-
@Diamondback thanks, that's very useful.
-
- Do you have any layer change script in those models, or anything else happening during the print (after initial heating etc.) other than G1 commands?
- Do you have daemon.g running?
-
@dc42 Not exactly sure what you mean with the first point, I can share the gcode though.
AccuracyDebug.gcodeAs for daemon, yes, at that point it was a regular daemon.g with NO loop in it that has this content:
if state.status == "idle" && global.deactivateToolAfterFilamentChange == true echo "Unloading tool after filament change" T-1 set global.deactivateToolAfterFilamentChange = false if state.status == "processing" && state.gpOut[1].pwm > 0 && job.layer == 3 M98 P"/macros/Misc/Lights/Off"
-
@Diamondback I tried to reproduce this on my tool changer, which uses a 6HC, but the print using the current RRF 3.5 build was the same height as the one using RRF 3.4.5 and doesn't show the layer artefacts. I had mesh bed compensation enabled.
Have you time to run some more tests? If so:
- Please try the latest RRF build for the 6HC at https://www.dropbox.com/sh/5vxz29a7400gwcy/AAAPexxpGsP0LMo0jEFOOCqVa?dl=0
- If it shows the same issue, try stopping the daemon task (rename daemon.g to something else)
- If it still shows the same issue, try disabling bed compensation and instead enable segmentation using M669 S100 T10 (preferably, replace the 10 by the mesh spacing you use). This will tell me whether it is the bed compensation that provokes the issue, or the segmentation that occurs when bed compensation is enabled.
-
@dc42 Currently printing some actual parts, will do these tests afterwards.
-
@Diamondback do you have bed compensation taper enabled?
EDIT - yes I see that you have, from your config.g. Does disabling taper make the problem go away?
-
@dc42 Yes I do, will test that as well.
-
@Diamondback did you have a chance to run any tests?
-
@dc42 Literally printing tests all day already, I have issues replicating the issue on any of the 3.5 builds and trying to find out what changed. Since you mentioned daemon.g as a possible cause I'm reverting some changes there (most notably going back to the 10s dameon stuff rather than having an infinite loop in there)
I'll keep you posted.
-
@dc42 Hm, yea, I can't replicate this anymore, even with my older daemon setup (and this was perfectly possible before, I printed multiple instances with and without issues across multiple firmware flashes...) I will keep using the array element set build and see if it randomly comes back...
One thing I noticed about that build is that the Z acceleration seems weird/broken? When decreasing my Z position, it seems to use a tiny acceleration value instead of the defined one. Increasing Z works fine at the same time.
-
@Diamondback thanks for testing this.
@Diamondback said in [3.5b1+] Inaccurate print dimensions:
When decreasing my Z position, it seems to use a tiny acceleration value instead of the defined one. Increasing Z works fine at the same time
Is it only during probing moves that the acceleration is low? If so, that's expected because of a change to the M201.1 defaults.
-
@dc42 Yup, looks like it's only during probing. Shall I specifically add a M201.1 then to configure that? I would have expected it to use the normal defaults if no M201.1 is present?
-
@Diamondback yes, I suggest you add a M201.1 command for now.
I am thinking of changing M201.1 to take a percentage value of the normal acceleration in 3.5beta3 instead of an actual acceleration.