-
-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 0.2mm and 0.25mm nozzle profiles to AnkerMake printers (#4260)
* Add .02 nozzle profiles * Remove carbon fiber 0.2 profiles * Flag Filament Types Correctly * Add missing PC 0.2 profile * Correct PLA nozzle name typo * Tune supports for the thinner layer lines * Pull in latest main branch updates * Correct Support bottom distance * Correct the numbering * Add 0.25mm Nozzle Profiles * Enable manual filament changing for all AnkerMake Printers * Pull in latest main branch updates * Remove extra white space from file name --------- Co-authored-by: Geofrey Ward <[email protected]> Co-authored-by: SoftFever <[email protected]>
- Loading branch information
1 parent
ad9779f
commit a5029c2
Showing
40 changed files
with
814 additions
and
60 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
16 changes: 16 additions & 0 deletions
16
resources/profiles/Anker/filament/Anker Generic ABS 0.2 nozzle.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,16 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Anker Generic ABS 0.2 nozzle", | ||
"inherits": "Anker Generic ABS @base", | ||
"from": "system", | ||
"setting_id": "GFSB99_20", | ||
"instantiation": "true", | ||
"filament_max_volumetric_speed": [ | ||
"2" | ||
], | ||
"compatible_printers": [ | ||
"Anker M5 0.2 nozzle", | ||
"Anker M5 All-Metal 0.2 nozzle", | ||
"Anker M5C 0.2 nozzle" | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
resources/profiles/Anker/filament/Anker Generic ABS 0.25 nozzle.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,16 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Anker Generic ABS 0.25 nozzle", | ||
"inherits": "Anker Generic ABS @base", | ||
"from": "system", | ||
"setting_id": "GFSB99_25", | ||
"instantiation": "true", | ||
"filament_max_volumetric_speed": [ | ||
"3" | ||
], | ||
"compatible_printers": [ | ||
"Anker M5 0.25 nozzle", | ||
"Anker M5 All-Metal 0.25 nozzle", | ||
"Anker M5C 0.25 nozzle" | ||
] | ||
} |
Oops, something went wrong.