mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
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 <Xelinor@mail.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
ad9779f08a
commit
a5029c263c
40 changed files with 852 additions and 98 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Anker Generic ASA 0.2 nozzle",
|
||||
"inherits": "Anker Generic ASA @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB98_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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue