mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 23:15:58 +08:00
Remove the "(slow)" mark on infill patterns that used to be slow in the past
This commit is contained in:
parent
bdce1ded7e
commit
1b582ea66a
@ -298,9 +298,9 @@ PrintConfigDef::build_def() {
|
|||||||
Options["fill_pattern"].enum_labels.push_back("concentric");
|
Options["fill_pattern"].enum_labels.push_back("concentric");
|
||||||
Options["fill_pattern"].enum_labels.push_back("honeycomb");
|
Options["fill_pattern"].enum_labels.push_back("honeycomb");
|
||||||
Options["fill_pattern"].enum_labels.push_back("3D honeycomb");
|
Options["fill_pattern"].enum_labels.push_back("3D honeycomb");
|
||||||
Options["fill_pattern"].enum_labels.push_back("hilbertcurve (slow)");
|
Options["fill_pattern"].enum_labels.push_back("hilbertcurve");
|
||||||
Options["fill_pattern"].enum_labels.push_back("archimedeanchords (slow)");
|
Options["fill_pattern"].enum_labels.push_back("archimedeanchords");
|
||||||
Options["fill_pattern"].enum_labels.push_back("octagramspiral (slow)");
|
Options["fill_pattern"].enum_labels.push_back("octagramspiral");
|
||||||
|
|
||||||
Options["first_layer_acceleration"].type = coFloat;
|
Options["first_layer_acceleration"].type = coFloat;
|
||||||
Options["first_layer_acceleration"].label = "First layer";
|
Options["first_layer_acceleration"].label = "First layer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user