Upgraded config for FlyingBear P905H#1195
Conversation
|
You cannot drop Marlin 2.1.2.8 configs "CONFIGURATION_H_VERSION 02010208" over import 2.1.x "CONFIGURATION_H_VERSION 02010300" configs Thats like using imperial parts in a metric system.. it just doesn't fit (it actually undoes all changes since 2.1.2.8 onwards) |
|
To contribute configs here, they are needed to be made for and tested on bugfix-2.1.x code. 2.1.2.x is several years old at this point, point releases are sporadic bugfixes, not core upgrades. |
Ok I just wanted to upgrade existing 2.1.2.8 configuration but bugfix PR was not the solution. |
I've tried bugfix but PR was automatically closed. |
|
CI error is "Configuration.h:284:11: error: missing binary operator before token "(" This is because Marco EITHER and BOTH was removed from newer Marlins and replaced with ANY and ALL |
|
Wait a moment "Marlin 2.1.2.8" released not so long ago. The bot says "Please redo this PR starting with the current import-2.1.x branch " The main question is: |
|
It doesn't matter when it was released, it is several years old code. Again, to contribute here you don't run releases, but bugfix-2.1.x. Configurations aren't backward or forward compatible verbatim. |
bf21745 to
f43f66e
Compare
Attemp to make it pring faster with decent quality was successfull. Print speed could be up to 90mm/s with linear advance enabled.
f43f66e to
13e25c3
Compare
Description
Took latest configuration files and ported P905H options there.
Tried to to make printer work faster while preserving decent quality.
Benefits
Print speed could be up to 90mm/s with linear advance enabled.
Related Issues
On higher speeds >= 90mm/s or similar linear advance makes printer periodically stuck - CPU is to slow for this fancy calculations. Turning linear advance K factor to 0 allows to print on 100mm/s and above.