enh: flow rate pattern calibration menu#11956
Conversation
… Wizard - Integrated PR OrcaSlicer#11881: Display layer duration in G-code viewer position window. - Enhanced Flow Rate Calibration: - Implemented a Wizard dialog (FlowRateCalibrationDialog) using DPIDialog for Dark Mode support. - Restricted pattern selection to 'Archimedean Chords' and 'Monotonic'. - Integrated logic to pass the selected pattern to the calibration generation.
…ild fix and UI consistency Moved FlowRateCalibrationDialog from MainFrame.cpp to calib_dlg.hpp/.cpp to resolve build errors on macOS. Updated UI to match Pressure Advance calibration dialog style (Dark Mode support, RadioGroups). Logic moved to dialog class.
Replaces wxBitmapComboBox with OrcaSlicer's custom ComboBox widget to fix rendering issues on Windows (empty selection) and compilation errors on Linux.
|
Yes. This is very much needed! |
|
Has this been tested to ensure that when the Otherwise, I do like this idea. Although it will mean needing to update the wiki with how to interpret the different test patterns and which flow ratio change to select since the two test styles are not directly equivalent. |
Yes, the flow calibration preserves the old logic from the upstream. The only functional change is that the |
|
Could you resolve the conflicts? |
…attern-selector # Conflicts: # src/slic3r/GUI/MainFrame.cpp
|
shoulb be done |
SoftFever
left a comment
There was a problem hiding this comment.
Nice feature
Thank you
Description
This PR enhances the Flow Rate Calibration dialog by adding a dedicated selector for the Top Surface Pattern.
Since some users don't like the Archimedean Chords, I thought the user should now be able to choose their own top surface pattern.