mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-24 02:21:49 -06:00
Improve flow rate calibration: use ipArchimedeanChords pattern for flow rate calibration (#8993)
* Use ipArchimedeanChords pattern for flow rate calibration * Merge branch 'main' into feature/different_pattern_flowrate * improve order * Merge branch 'main' into feature/different_pattern_flowrate
This commit is contained in:
parent
782adafc39
commit
5dac629712
5 changed files with 28 additions and 6 deletions
|
@ -907,6 +907,10 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionInt, interlocking_depth))
|
||||
((ConfigOptionInt, interlocking_boundary_avoidance))
|
||||
|
||||
// Orca: internal use only
|
||||
((ConfigOptionBool, calib_flowrate_topinfill_special_order)) // ORCA: special flag for flow rate calibration
|
||||
|
||||
|
||||
)
|
||||
|
||||
// This object is mapped to Perl as Slic3r::Config::PrintRegion.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue