mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
New feature: show auto calibration marks on bed for X1/X1C printers
#88
This commit is contained in:
parent
c68fa18caf
commit
bf556a0272
10 changed files with 385 additions and 23 deletions
|
@ -806,9 +806,8 @@ static std::vector<std::string> s_Preset_printer_options {
|
|||
"host_type", "print_host", "printhost_apikey",
|
||||
"print_host_webui",
|
||||
"printhost_cafile","printhost_port","printhost_authorization_type",
|
||||
"printhost_user", "printhost_password", "printhost_ssl_ignore_revoke",
|
||||
"thumbnails", "use_firmware_retraction", "use_relative_e_distances"
|
||||
};
|
||||
"printhost_user", "printhost_password", "printhost_ssl_ignore_revoke", "thumbnails",
|
||||
"use_firmware_retraction", "use_relative_e_distances", "bbl_calib_mark_logo"};
|
||||
|
||||
static std::vector<std::string> s_Preset_sla_print_options {
|
||||
"layer_height",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue