mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Merge branch 'master' into sender
This commit is contained in:
commit
3ab4d4b094
16 changed files with 192 additions and 61 deletions
|
@ -126,11 +126,11 @@ PrintConfigDef::build_def() {
|
|||
Options["external_fill_pattern"].enum_values.push_back("hilbertcurve");
|
||||
Options["external_fill_pattern"].enum_values.push_back("archimedeanchords");
|
||||
Options["external_fill_pattern"].enum_values.push_back("octagramspiral");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("rectilinear");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("concentric");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("hilbertcurve (slow)");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("archimedeanchords (slow)");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("octagramspiral (slow)");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("Rectilinear");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("Concentric");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("Hilbert Curve");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("Archimedean Chords");
|
||||
Options["external_fill_pattern"].enum_labels.push_back("Octagram Spiral");
|
||||
Options["external_fill_pattern"].aliases.push_back("solid_fill_pattern");
|
||||
|
||||
Options["external_perimeter_extrusion_width"].type = coFloatOrPercent;
|
||||
|
@ -293,14 +293,14 @@ PrintConfigDef::build_def() {
|
|||
Options["fill_pattern"].enum_values.push_back("hilbertcurve");
|
||||
Options["fill_pattern"].enum_values.push_back("archimedeanchords");
|
||||
Options["fill_pattern"].enum_values.push_back("octagramspiral");
|
||||
Options["fill_pattern"].enum_labels.push_back("rectilinear");
|
||||
Options["fill_pattern"].enum_labels.push_back("line");
|
||||
Options["fill_pattern"].enum_labels.push_back("concentric");
|
||||
Options["fill_pattern"].enum_labels.push_back("honeycomb");
|
||||
Options["fill_pattern"].enum_labels.push_back("3D honeycomb");
|
||||
Options["fill_pattern"].enum_labels.push_back("hilbertcurve");
|
||||
Options["fill_pattern"].enum_labels.push_back("archimedeanchords");
|
||||
Options["fill_pattern"].enum_labels.push_back("octagramspiral");
|
||||
Options["fill_pattern"].enum_labels.push_back("Rectilinear");
|
||||
Options["fill_pattern"].enum_labels.push_back("Line");
|
||||
Options["fill_pattern"].enum_labels.push_back("Concentric");
|
||||
Options["fill_pattern"].enum_labels.push_back("Honeycomb");
|
||||
Options["fill_pattern"].enum_labels.push_back("3D Honeycomb");
|
||||
Options["fill_pattern"].enum_labels.push_back("Hilbert Curve");
|
||||
Options["fill_pattern"].enum_labels.push_back("Archimedean Chords");
|
||||
Options["fill_pattern"].enum_labels.push_back("Octagram Spiral");
|
||||
|
||||
Options["first_layer_acceleration"].type = coFloat;
|
||||
Options["first_layer_acceleration"].label = "First layer";
|
||||
|
@ -965,7 +965,7 @@ PrintConfigDef::build_def() {
|
|||
Options["use_relative_e_distances"].cli = "use-relative-e-distances!";
|
||||
|
||||
Options["vibration_limit"].type = coFloat;
|
||||
Options["vibration_limit"].label = "Vibration limit";
|
||||
Options["vibration_limit"].label = "Vibration limit (deprecated)";
|
||||
Options["vibration_limit"].tooltip = "This experimental option will slow down those moves hitting the configured frequency limit. The purpose of limiting vibrations is to avoid mechanical resonance. Set zero to disable.";
|
||||
Options["vibration_limit"].sidetext = "Hz";
|
||||
Options["vibration_limit"].cli = "vibration-limit=f";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue