mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Make the .gcode and .sl1 thumbnails configurable through printer profile.
This commit is contained in:
parent
bc53c44bf4
commit
b2a6a07d72
5 changed files with 17 additions and 7 deletions
|
@ -96,6 +96,7 @@ PresetBundle::PresetBundle() :
|
|||
preset.config.optptr("printer_vendor", true);
|
||||
preset.config.optptr("printer_model", true);
|
||||
preset.config.optptr("printer_variant", true);
|
||||
preset.config.optptr("thumbnails", true);
|
||||
if (i == 0) {
|
||||
preset.config.optptr("default_print_profile", true);
|
||||
preset.config.option<ConfigOptionStrings>("default_filament_profile", true)->values = { "" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue