-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use consistent labels: print screen vs tuning screen #115
Comments
This is about the inconsistency in the labels I guess? The underlying data is the same: Marlin has no concept of print speed - only feed rate. |
When we added control over Flow Rate, we also introduced the Feed Rate label, without going back & making other screens consistent with that term. As an Engineer, I find units of "%" make more sense for Rates than for Speeds. To me, it makes a lot of sense to retain consistency with the legacy terms Standardizing on RepRap vocabulary should facilitate a more rapid understanding of all 3D printing resources for newcomers. |
Yes - so update the Tune screen by replacing "Printing speed" with "Feed rate". @grobux I think you are quicker than me. Come to think of it, the bed temperature and nozzle temperatures use the same icon - is that intentional? |
No problem, I'll do it.
A bit of laziness maybe. 😋 Also, in the icon lib used, the main differences around the "temperature" keyword is basically the height of the temp gauge. Anyway, I'll check that too. |
Fixed by CR6Community/CR-6-touchscreen@d8d9133 I took the opportunity to make new custom icons for bed and nozzle temperatures. Very simple, based on the ones in the footer and a bit larger than other menu icons, but more clear I guess. I put them everywhere they were needed. I'm open to better ideas and suggestions. |
Fantastic! Thanks!
Jerry
… On Feb 5, 2021, at 5:57 PM, Romain ***@***.***> wrote:
Fixed by ***@***.***
I took the opportunity to make new custom icons for bed and nozzle temperatures. Very simple, based on the ones in the footer and a bit larger than other menu icons, but more clear I guess. I put them everywhere they were needed. I'm open to better ideas and suggestions.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Flow rate is extrusion rate, so I would suggest something that looks like an extruder. Marlin has already a similar icon for generic TFTs, check here - second picture. |
@grobux Are these icons useful to you? I think the gray part is like a transparency key.
More icons can be found in the Marlin/src/lcd/tft/bitmaps folder. So to complete this issue:
|
Updates printing, paused and print finish screens CR6Community/Marlin#115
Updates printing, paused and print finish screens - bitmaps ICLs and reshuffling of the DWIN screen elements is still to be done CR6Community/Marlin#115
ICLs and reshuffling of the DWIN screen elements is still to be done CR6Community/Marlin#115
@ztakis did some updates to the printing screen which I have committed to the repository. DWIN part is still to be done. |
Current screen implemented by @ztakis with a bit of #208 mixed into it already. For this item this has now been implemented and I'Il close this issue. If anyone feels strong about feed rate vs print speed, flow rate vs extrusion multiplier, let's open a new issue for that. Thanks again for @ztakis for implementing this. |
Description
Print Screen shows feed rate not printing speed
Expected behavior:
Print Screen shows feed rate instead of printing speed which is confusing as Tune Screen shows the expected printing speed adjustment. I think it would be better that Print Screen to display just FLOW SPEED FAN.
The text was updated successfully, but these errors were encountered: