Skip to content

Commit

Permalink
prusa3d#392 remove skirt override in bed calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Aug 11, 2020
1 parent 12378a8 commit cd9075a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/slic3r/GUI/CalibrationBedDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit cd9075a

Please sign in to comment.