Issues with pressure advance since RRF 3.4
-
@Argo I have but I'm awaiting some feedback for I post anything
-
@Adrian52, thanks for posting the script and the results. I will see if I can get that working here!
-
I went back to the original script posted by DonStauffer with the raft and I did see the ever so subtle change in the printout. Interpretation of the test print is difficult but it works better than what my previous script was able to do.
I kept the raft so I could remove the finished print in one piece and examine it clearly. I did have adhesion problems because it's a single line and I am working on adjusting my bed temperature to fix that.
Final verdict: I didn't know what I was doing and pressure advance does in fact work on the CR10 printer. I have not yet tried this on the Jubilee where the extruder is driven off a tool board. Note that this only speaks to PA changing and not necessarily to how effective the PA is in an actual print.
Tests are ongoing ...... -
This post is deleted! -
Update on my conversion to Klipper.
At first the corners didn't look any better than with RRF until I came across a post today that refers to extruder smooth time.
The standard is with Klipper 0.04, which I also use.
Switched to 0.01 and the corners look awesome.
In the article it was said that some extruders can not cope with the smooth time and then you have to get smaller. see my pictures.With smooth time 0.04
With smooth time 0.01
-
@Heartleander81 wow mate what a difference
-
-
@Heartleander81 Can you link that article you mention?
-
@Phaedrux I see some discussions on it at the bottom of Klipper's Kinematics page
https://www.klipper3d.org/Kinematics.htmlSome other pages of interest
https://klipper.discourse.group/t/pressure-advance-smooth-time-on-direct-extruders-with-short-filament-path/1971
https://github.com/Klipper3d/klipper/issues/4442 -
@Heartleander81 said in Issues with pressure advance since RRF 3.4:
@R4ffers oh yes.
@dc42 is there also something like pressure advance smooth time under RRF? A few clippers have the problem with the high smooth time, but those who have problems are mostly DirectDrive extruder users. Maybe that's an approach you can follow.
No, there isn't anything similar. I will look into that Klipper feature.
The reason I have made no progress on this is that while a number of users seem to think that pressure advance doesn't work as well in RRF 3.4 as it did in 3.3, and I am prepared to believe that there may be a difference because the relevant code had to be rewritten to accommodate input shaping, nobody has been able to provide a simple GCode script and machine settings that demonstrate a difference when input shaping is disabled. That includes me - I have compared RRF 3.3 and RRF 3.4 prints.
-
-
So altering the smooth time value did improve your corners and PA alone did not?
-
Hi folks, my guess is OP simply did finer calibrations after update and found out underlying RRF issues regarding PA, Retraction, Extruder steps and acceleration relation... I got similar results (improvements) with Klipper conversion. I did some testing and posted it here earlier.
-
@Argo said in Issues with pressure advance since RRF 3.4:
So altering the smooth time value did improve your corners and PA alone did not?
PA alone didn't make the whole corner look nice. See the picture with the corner sticking out in the direction of travel. Only with the change of smooth time and renewed PA, which was then higher, did the corners become so clean.
-
I see.
I know from another Klipper user that he also only could get nice corners by playing around with the smooth time setting. Pressure advance alone did not help much.
Maybe extruders / hotends are so particular nowadays that we need this setting to get nice corners?
Here is the example from the user I'm talking about:
He has a bowden setup and needed to increase the smooth time in order to get nice corners. PA alone did not the trick.
@dc42
How high are the chances we might get this feature for RRF? I think this might very much help those who are having problems with PA at the moment. -
@Argo ok. Nice test from him. I find for my Hevort 0.02 smooth time and 0.044 PA. Worked nice. I hope my Info can help Duet.
-
@dc42 Hi David,
I have to join this conversation because through my contact to @Heartleander81 i noticed this effect with "round corners" at some of our machines to.
I think this comes with newer firmware and if you made some changes into PA there would be an issue. But how can we test it that it would be helpfull for you?
one of our customers has now contacted us explicitly about this effect and is looking for a solution. I can't compensate for it by increasing the PA value. We've tested a lot here.
Thank you Regards Christian from @CR3D
-
@CR3D said in Issues with pressure advance since RRF 3.4:
But how can we test it that it would be helpfull for you?
-
Find a print where there is a clear visible difference between the effect of pressure advance (e.g. on corners or infill) between RRF3.3 and RRF3.4.4 with the same configuration for both, and no input shaping when running RRF 3.4.4.
-
Edit the GCode file to reduce it to a short print, preferably just 1 or 2 layers.
-
Post that file along with your config.g and other relevant macro files.
-
-
@dc42 why don't you just generate the move list from a 3.3 system and from a 3.4 system for the same gcode and output it to text files and diff them?
-
@gnydick said in Issues with pressure advance since RRF 3.4:
@dc42 why don't you just generate the move list from a 3.3 system and from a 3.4 system for the same gcode and output it to text files and diff them?
Because none of the prints I and others have tried show any difference between 3.3 and 3.4. Nobody has produced a print and machine settings that shows a difference. If somebody ever does, then I will be able to use the method you suggested or another method to see what has changed.