Skip to content

Commit

Permalink
fix Prusa MK3S and Mini profile issues
Browse files Browse the repository at this point in the history
Fixed #2768
  • Loading branch information
SoftFever committed Nov 17, 2023
1 parent 698440d commit cb038d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions resources/profiles/Prusa.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion resources/profiles/Prusa/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion resources/profiles/Prusa/process/process_common_mk3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb038d0

Please sign in to comment.