mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Render custom bed textures in svg format on prusa beds
This commit is contained in:
parent
af3cb890d1
commit
f61d43de07
4 changed files with 56 additions and 19 deletions
|
@ -512,6 +512,7 @@ const std::vector<std::string>& Preset::sla_printer_options()
|
|||
if (s_opts.empty()) {
|
||||
s_opts = {
|
||||
"printer_technology",
|
||||
"bed_shape", "bed_custom_texture", "bed_custom_model", "max_print_height",
|
||||
"bed_shape", "max_print_height",
|
||||
"display_width", "display_height", "display_pixels_x", "display_pixels_y",
|
||||
"display_mirror_x", "display_mirror_y",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue