mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -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
|
@ -3767,6 +3767,7 @@ printer_model = MINI
|
|||
printer_technology = FFF
|
||||
printer_variant = 0.4
|
||||
printer_vendor =
|
||||
thumbnails = 240x320,220x165,16x16
|
||||
bed_shape = 0x0,180x0,180x180,0x180
|
||||
default_filament_profile = "Prusament PLA MINI"
|
||||
default_print_profile = 0.15mm QUALITY MINI
|
||||
|
@ -3827,6 +3828,7 @@ printer_model = SL1
|
|||
printer_variant = default
|
||||
default_sla_material_profile = Prusa Orange Tough 0.05
|
||||
default_sla_print_profile = 0.05 Normal
|
||||
thumbnails = 400x400,800x480
|
||||
bed_shape = 1.48x1.02,119.48x1.02,119.48x67.02,1.48x67.02
|
||||
display_height = 68.04
|
||||
display_orientation = portrait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue