Skip to content

Commit

Permalink
fix: the breakaway filament can't be selected
Browse files Browse the repository at this point in the history
  • Loading branch information
womendoushihaoyin committed Oct 23, 2024
1 parent 50213f9 commit 07d3152
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions resources/profiles/Snapmaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,10 @@
"name": "Snapmaker Dual TPU High-Flow",
"sub_path": "filament/Snapmaker Dual TPU High-Flow.json"
},
{
"name": "Snapmaker Dual TPE",
"sub_path": "filament/Snapmaker Dual TPE.json"
},
{
"name": "Snapmaker Breakaway Support @base",
"sub_path": "filament/Snapmaker Breakaway Support @base.json"
Expand All @@ -941,8 +945,8 @@
"sub_path": "filament/Snapmaker Breakaway Support.json"
},
{
"name": "Snapmaker Dual TPE",
"sub_path": "filament/Snapmaker Dual TPE.json"
"name": "Snapmaker J1 Breakaway Support",
"sub_path": "filament/Snapmaker J1 Breakaway Support.json"
}
],
"machine_list": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"Breakaway Support"
],
"from": "User",
"instantiation": "false",
"hot_plate_temp": [
"65"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "filament",
"from": "system",
"instantiation": "false",
"instantiation": "true",
"name": "Snapmaker J1 Breakaway Support",
"filament_id": "4227461134",
"inherits": "Snapmaker Breakaway Support @base",
Expand Down

0 comments on commit 07d3152

Please sign in to comment.