-
-
Notifications
You must be signed in to change notification settings - Fork 938
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bring over bed and cover files * Initial refactored configuration file with placeholders for adding more nozzles * Uniqueify filament profiles * Initial refactored machine profiles * Remove placeholders * Correct machine selection flow * Correct Typo * Add placeholders to bring CE profile settings current with new format * Fixes #3326 * Port 0.4 Normal Mode Profiles * Port fast mode profiles * Remove superfluous settings * Migrate existing filament profiles * Update available nozzles and default materials * Remove 'with' from file names * Remove 'with' from file names * Correct support object distance default * Correct transcription errors * Correct transcription error * Bring max_travel_detour_distance into convention with other profiles * Replace old profiles with the refactored profiles * Correct name used from Extra Draft to Superdraft * Re-use original names so printer profiles don't break --------- Co-authored-by: Geofrey Ward <[email protected]>
- Loading branch information
Showing
58 changed files
with
1,087 additions
and
999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
resources/profiles/Anker/filament/Anker Generic ABS @base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Anker Generic ABS @base", | ||
"inherits": "fdm_filament_abs", | ||
"from": "system", | ||
"filament_id": "GFB99", | ||
"instantiation": "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "Anker Generic ABS", | ||
"inherits": "Anker Generic ABS @base", | ||
"from": "system", | ||
"setting_id": "GFSB99", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_abs", | ||
"filament_flow_ratio": [ | ||
"0.926" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"compatible_printers": [ | ||
"Anker M5 0.4 nozzle", | ||
"Anker M5C 0.4 nozzle" | ||
"Anker M5 All-Metal 0.4 nozzle", | ||
"Anker M5c 0.4 nozzle" | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
resources/profiles/Anker/filament/Anker Generic ASA @base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
{ | ||
"type": "filament", | ||
"name": "Anker Generic ASA @base", | ||
"inherits": "fdm_filament_asa", | ||
"from": "system", | ||
"filament_id": "GFB98", | ||
"instantiation": "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB98", | ||
"setting_id": "GFSA04", | ||
"name": "Anker Generic ASA", | ||
"inherits": "Anker Generic ASA @base", | ||
"from": "system", | ||
"setting_id": "GFSB98", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_asa", | ||
"filament_flow_ratio": [ | ||
"0.93" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"compatible_printers": [ | ||
"Anker M5 0.4 nozzle", | ||
"Anker M5C 0.4 nozzle" | ||
"Anker M5 All-Metal 0.4 nozzle", | ||
"Anker M5c 0.4 nozzle" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
resources/profiles/Anker/filament/Anker Generic PA @base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Anker Generic PA @base", | ||
"inherits": "fdm_filament_pa", | ||
"from": "system", | ||
"filament_id": "GFN99", | ||
"instantiation": "false" | ||
} |
17 changes: 17 additions & 0 deletions
17
resources/profiles/Anker/filament/Anker Generic PA-CF @base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Anker Generic PA-CF @base", | ||
"inherits": "fdm_filament_pa", | ||
"from": "system", | ||
"filament_id": "GFN98", | ||
"instantiation": "false", | ||
"required_nozzle_HRC": [ | ||
"40" | ||
], | ||
"filament_cost": [ | ||
"55" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"6" | ||
] | ||
} |
20 changes: 4 additions & 16 deletions
20
resources/profiles/Anker/filament/Anker Generic PA-CF.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,12 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFN98", | ||
"setting_id": "GFSA04", | ||
"name": "Anker Generic PA-CF", | ||
"inherits": "Anker Generic PA-CF @base", | ||
"from": "system", | ||
"setting_id": "GFSN98", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pa", | ||
"filament_type": [ | ||
"PA-CF" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"280" | ||
], | ||
"nozzle_temperature": [ | ||
"280" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"8" | ||
], | ||
"compatible_printers": [ | ||
"Anker M5C 0.4 nozzle" | ||
"Anker M5 All-Metal 0.4 nozzle", | ||
"Anker M5c 0.4 nozzle" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,12 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFN99", | ||
"setting_id": "GFSA04", | ||
"name": "Anker Generic PA", | ||
"inherits": "Anker Generic PA @base", | ||
"from": "system", | ||
"setting_id": "GFSN99", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pa", | ||
"nozzle_temperature_initial_layer": [ | ||
"280" | ||
], | ||
"nozzle_temperature": [ | ||
"280" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"compatible_printers": [ | ||
"Anker M5C 0.4 nozzle" | ||
"Anker M5 All-Metal 0.4 nozzle", | ||
"Anker M5c 0.4 nozzle" | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
resources/profiles/Anker/filament/Anker Generic PC @base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Anker Generic PC @base", | ||
"inherits": "fdm_filament_pc", | ||
"from": "system", | ||
"filament_id": "GFC99", | ||
"instantiation": "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFC99", | ||
"setting_id": "GFSA04", | ||
"name": "Anker Generic PC", | ||
"inherits": "Anker Generic PC @base", | ||
"from": "system", | ||
"setting_id": "GFSC99", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pc", | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.94" | ||
], | ||
"compatible_printers": [ | ||
"Anker M5C 0.4 nozzle" | ||
"Anker M5 All-Metal 0.4 nozzle", | ||
"Anker M5c 0.4 nozzle" | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
resources/profiles/Anker/filament/Anker Generic PETG @base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Anker Generic PETG @base", | ||
"inherits": "fdm_filament_pet", | ||
"from": "system", | ||
"filament_id": "GFG99", | ||
"instantiation": "false", | ||
"filament_retraction_speed": "20", | ||
"filament_deretraction_speed": "60", | ||
"filament_retract_when_changing_layer": "1", | ||
"filament_wipe": "1", | ||
"filament_retract_before_wipe": "100" | ||
} |
Oops, something went wrong.