Moved "wiping_volumes_extruders", "wiping_volumes_matrix" from

print settings to project settings.
This commit is contained in:
bubnikv 2018-04-04 10:18:26 +02:00
parent d54425a901
commit be8acc5ac4
5 changed files with 34 additions and 79 deletions

View file

@ -200,7 +200,7 @@ const std::vector<std::string>& Preset::print_options()
"top_infill_extrusion_width", "support_material_extrusion_width", "infill_overlap", "bridge_flow_ratio", "clip_multipart_objects",
"elefant_foot_compensation", "xy_size_compensation", "threads", "resolution", "wipe_tower", "wipe_tower_x",
"wipe_tower_y", "wipe_tower_width", "wipe_tower_rotation_angle", "wipe_tower_bridging",
"wiping_volumes_matrix", "wiping_volumes_extruders", "compatible_printers", "compatible_printers_condition"
"compatible_printers", "compatible_printers_condition"
};
return s_opts;