fix Prusa MK3S and Mini profile issues

Fixed #2768
This commit is contained in:
SoftFever 2023-11-17 20:00:05 +08:00
parent 698440d5a4
commit cb038d0469
3 changed files with 5 additions and 2 deletions

View file

@ -30,6 +30,10 @@
"name": "process_common_mk3",
"sub_path": "process/process_common_mk3.json"
},
{
"name": "0.20mm Standard @MINI",
"sub_path": "process/0.20mm Standard @MINI.json"
},
{
"name": "0.05mm UltraDetail @MK3S",
"sub_path": "process/0.05mm UltraDetail @MK3S.json"

View file

@ -37,7 +37,7 @@
"ironing_speed": "30",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",

View file

@ -21,7 +21,6 @@
"enable_support": "0",
"enforce_support_layers": "0",
"extra_perimeters_on_overhangs": "0",
"filename_format": "{input_filename_base}_{layer_height}mm_{printing_filament_types}_{printer_model}_{print_time}.gcode",
"fuzzy_skin": "none",
"fuzzy_skin_point_distance": "0.8",
"fuzzy_skin_thickness": "0.3",