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
40
resources/profiles/Anker/machine/Anker M5 0.25 nozzle.json
Normal file
40
resources/profiles/Anker/machine/Anker M5 0.25 nozzle.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"name": "Anker M5 0.25 nozzle",
|
||||
"inherits": "fdm_marlin_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM007",
|
||||
"instantiation": "true",
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"printer_model": "Anker M5",
|
||||
"printer_variant": "0.25",
|
||||
"auxiliary_fan": "0",
|
||||
"bed_exclude_area": [],
|
||||
"printer_structure": "i3",
|
||||
"default_filament_profile": [
|
||||
"Anker Generic PLA+"
|
||||
],
|
||||
"default_print_profile": "0.10mm Standard 0.25mm nozzle @Anker",
|
||||
"extruder_clearance_height_to_lid": "250",
|
||||
"extruder_clearance_height_to_rod": "30",
|
||||
"extruder_clearance_max_radius": "45",
|
||||
"extruder_clearance_radius": "45",
|
||||
"printer_structure": "i3",
|
||||
"nozzle_type": "brass",
|
||||
"printable_height": "250",
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"235x0",
|
||||
"235x235",
|
||||
"0x235"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.75"
|
||||
],
|
||||
"upward_compatible_machine": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue