-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Feature request: Visualize fan speed in preview tab #1491
Comments
This is a very good idea! |
Came here to post this. +1 |
This adds an option to preview fan speed as requested in issue prusa3d#1491. I needed this to verify that patch prusa3d#2781 generates correct output.
This adds an option to preview fan speed as requested in issue prusa3d#1491. I needed this to verify that patch prusa3d#2781 generates correct output.
This should do it. It turns out it was a very straightforward change, although I don't know who I should approach about getting it landed upstream. |
If it helps, I tried to implement this in as small a change as reasonably possible. Nearly all the code is just plumbing and boilerplate, since the existing code already had all of the primitives for tracking metadata and rendering visualizations. So, it should be an easy review for anyone familiar with the visualization code. About the only non-obvious decision is in tracking the fan ID in |
This adds an option to preview fan speed as requested in issue prusa3d#1491. I needed this to verify that patch prusa3d#2781 generates correct output.
Thanks. Please create a pull request from the code. I am currently reviewing other pull requests, so this one will be in the queue. At the first sight, I am not excited about adding another data to the extrusion paths, I have to do some back of the envelope calculations on how it will increase memory consumption. |
The PR is linked above, but here it is again: #2922 I added fan_speed as a float to GCodeAnalyzer::Metadata because I interpreted that to be consistent with the existing code. However, it looks like I could easily reorder the members and pack Separate from this change (and apologies for bugging you here) I have a small PR up that's actually the reason I needed this visualization. It just adds an independent fan speed setting for external perimeters, and I would appreciate if someone could take a look at it: #2921 |
It looks like it is implemented in 2.2.0, so this feature request can be closed. |
great. closing. |
Version
1.41.2 Win64
Operating system type + version
Win64
Behavior
Please add the following feature: Visualize the FAN SPEED in the preview tab
Why: For some filaments (especially for tranparent PETg) and for analysis various problems (bad overhangs or bridges) it could be very helpful to know about the fan speed in the certain area (0-100%).
The text was updated successfully, but these errors were encountered: