Thanks for posting your FFF.greybeard wrote: The main tweak that changed the quality was not to S3D but, to the Marlin firmware. Specifically, reducing the Acceleration Jerk from default of 20, down to 2.
That magnitude of 10 difference resulted in best print quality, no more shaking machine to death and quieter.
Code: Select all
// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
#define DEFAULT_XJERK 10.0 // (mm/sec)
#define DEFAULT_YJERK 10.0 // (mm/sec)
#define DEFAULT_ZJERK 0.2 // (mm/sec)
#define DEFAULT_EJERK 2.5 // (mm/sec)I think your 3D Benchy looks really good!wirlybird wrote:Here is Bnechy on My MK2 in PLA.
I stopped after 17 boxes. I reprinted my 3D Benchy. I'm satisfied for now. Thanks to GreyBeard for the pointer to acceleration values. I realized these are set in the starting script provided with the RC4 FFF from Prusa Research. I modified mine to match the settings Prusa uses in the Slic3r configuration:I've now printed 15 20x20x10 boxes. I'm just about done (or at least satisfied for now).
Code: Select all
{REPLACE "; outer perimeter\n" "; outer perimeter\nM204 S600\n"}
{REPLACE "; inner perimeter\n" "; inner perimeter\nM204 S800\n"}
{REPLACE "; solid layer\n" "; solid layer\nM204 S1000\n"}
{REPLACE "; infill\n" "; infill\nM204 S2000\n"}JohnOCFII wrote: