Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Fixed an issue that some profiles has ironings enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Jan 4, 2024
1 parent cf0d5de commit 0ca6822
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/profiles/Prusa/process/process_common_mk3.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"ironing_type": "no ironing",
"is_custom_defined": "1",
"max_travel_detour_distance": "0",
"min_bead_width": "85%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ironing_flow": "15%",
"ironing_spacing": "0.25",
"ironing_speed": "15",
"ironing_type": "top",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ironing_flow": "15%",
"ironing_spacing": "0.25",
"ironing_speed": "15",
"ironing_type": "top",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ironing_flow": "15%",
"ironing_spacing": "0.25",
"ironing_speed": "15",
"ironing_type": "top",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ironing_flow": "15%",
"ironing_spacing": "0.25",
"ironing_speed": "15",
"ironing_type": "top",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
Expand Down

0 comments on commit 0ca6822

Please sign in to comment.