mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 18:51:50 +08:00
#392 remove skirt override in bed calibration
This commit is contained in:
parent
12378a8b9e
commit
cd9075a762
@ -101,7 +101,6 @@ void CalibrationBedDialog::create_geometry(wxCommandEvent& event_args) {
|
||||
/// --- main config, please modify object config when possible ---
|
||||
DynamicPrintConfig new_print_config = *printConfig; //make a copy
|
||||
new_print_config.set_key_value("complete_objects", new ConfigOptionBool(true));
|
||||
new_print_config.set_key_value("skirts", new ConfigOptionInt(2));
|
||||
|
||||
/// --- custom config ---
|
||||
for (size_t i = 0; i < 5; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user