-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add a new color scheme "fan speed" #20096
Comments
Have you used the "Advanced Cooling Fan Control" post processor? You can set the speeds and turn the fan on and off at different layers or for different features (outer-wall, infill, etc.). You will know exactly what the fan speed is because you set it yourself. Cura gradually speeds the fan up until the "Regular fan speed at layer" and then leaves it on until the end of the print. If you open the Gcode in a text editor, you can use the search function and search for "M106". |
Thank you for replying.
Cura changes the fan speed automatically. We users want to observe the change of the fan speed, no matter it is set manually or auto generated by Cura. That is why a "fan speed" color scheme is needed.
A 3d visualization is much easier to read than text gcode, isn't it? |
Gcode is a simple language and you only need to search for the fan command, but yes, it would be easier for someone else to do all the work (and to pay for it) so you would not have to learn gcode. |
I'm sorry if my tone were not very friendly. I'm still learning English. I didn't mean to ask anyone that they must implement this feature for me. I just want to discuss if adding this feature can make Cura better. If you don't mind, I can try to open a PR to implement "fan speed" color scheme too. |
If you want to write the code for it, I'm sure it will be considered. Cura is open source and community contributions are appreciated. |
I agree with his suggestion There are other slicers out there and to keep Cura on top, we need to embrace suggestions. Not rebuke them. |
Is your feature request related to a problem?
Currently users can't know the fan speed of each line until they run the gcode on their printer.
Describe the solution you'd like
Add a new color scheme "fan speed" to show the fan speed of each line.
Describe alternatives you've considered
Alternative: Read gcode
Why it's not working out: Gcode is hard to read
Affected users and/or printers
Everyone who want to tune their fan more accurately will benefit from this.
Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: