-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update normal.inst.cfg #20712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update normal.inst.cfg #20712
Conversation
Quality does not have any values The layer height defaults to 0.2 which makes it identical to other global quality profile for draft resources/quality/draft.inst.cfg
Hmm, it is a very small change but has a large impact ! This is the default quality, right ? Maybe the draft quality should be changed instead ? Just asking questions 😛 |
Comparing the list of available quality files, the missing layer height is the 0.1 (which also lines up with the definition of fine in UM printers). |
It seems consistent indeed... But that means all the "normal" profile that are now in 0.2 will change to 0.1, right ? This has a big impact as all the print times will be 2 times longer... |
I'll do an assessment of impact, so we can leave this open for now until we have the data. |
Hmm... These qualities are for fdmprinter.def.json. There, the default layer height is 0.1mm. So adding it shouldn't have any impact (?) 🤔
|
It has an impact for printers that don't have quality profiles, but need to check the diff between the 0.2 fine and 0.2 draft. Technically it's a bug that the fine was resolving to 0.2mm but better double check. |
From the data we have, there is a long list of printers that are affected with this change, however, when we take a look at per printer usage of the fine 0.2, there is only 8 printers that have sliced with that profile. |
Cool, thanks for checking ! Should we get an approval from @MariMakes, or maybe that was already discussed ? |
Quality does not have any values
The layer height defaults to 0.2 which makes it identical to other global quality profile for draft resources/quality/draft.inst.cfg