-
-
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 AnkerMake 0.6mm Nozzle Profiles (#4338)
* Correct consistency error in layer heights * Initial 0.6 settings * Set good retraction values --------- Co-authored-by: Geofrey Ward <[email protected]>
- Loading branch information
Showing
28 changed files
with
303 additions
and
20 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,43 @@ | ||
{ | ||
"type": "machine", | ||
"name": "Anker M5 0.6 nozzle", | ||
"inherits": "fdm_marlin_common", | ||
"from": "system", | ||
"setting_id": "GM010", | ||
"instantiation": "true", | ||
"nozzle_diameter": [ | ||
"0.6" | ||
], | ||
"min_layer_height": [ | ||
"0.15" | ||
], | ||
"max_layer_height": [ | ||
"0.48" | ||
], | ||
"printer_model": "Anker M5", | ||
"printer_variant": "0.6", | ||
"auxiliary_fan": "0", | ||
"bed_exclude_area": [], | ||
"printer_structure": "i3", | ||
"default_filament_profile": [ | ||
"Anker Generic PLA+" | ||
], | ||
"default_print_profile": "0.30mm Standard 0.6 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": [ | ||
"1.5" | ||
], | ||
"upward_compatible_machine": [] | ||
} |
43 changes: 43 additions & 0 deletions
43
resources/profiles/Anker/machine/Anker M5 All-Metal 0.6 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,43 @@ | ||
{ | ||
"type": "machine", | ||
"name": "Anker M5 All-Metal 0.6 nozzle", | ||
"inherits": "fdm_marlin_common", | ||
"from": "system", | ||
"setting_id": "GM011", | ||
"instantiation": "true", | ||
"nozzle_diameter": [ | ||
"0.6" | ||
], | ||
"min_layer_height": [ | ||
"0.15" | ||
], | ||
"max_layer_height": [ | ||
"0.48" | ||
], | ||
"printer_model": "Anker M5 All-Metal Hot End", | ||
"printer_variant": "0.6", | ||
"auxiliary_fan": "0", | ||
"bed_exclude_area": [], | ||
"printer_structure": "i3", | ||
"default_filament_profile": [ | ||
"Anker Generic PLA+" | ||
], | ||
"default_print_profile": "0.30mm Standard 0.6 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.5" | ||
], | ||
"upward_compatible_machine": [] | ||
} |
2 changes: 1 addition & 1 deletion
2
resources/profiles/Anker/machine/Anker M5 All-Metal Hot End.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
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
43 changes: 43 additions & 0 deletions
43
resources/profiles/Anker/machine/Anker M5C 0.6 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,43 @@ | ||
{ | ||
"type": "machine", | ||
"name": "Anker M5C 0.6 nozzle", | ||
"inherits": "fdm_marlin_common", | ||
"from": "system", | ||
"setting_id": "GM012", | ||
"instantiation": "true", | ||
"nozzle_diameter": [ | ||
"0.6" | ||
], | ||
"min_layer_height": [ | ||
"0.15" | ||
], | ||
"max_layer_height": [ | ||
"0.48" | ||
], | ||
"printer_model": "Anker M5C", | ||
"printer_variant": "0.6", | ||
"auxiliary_fan": "0", | ||
"bed_exclude_area": [], | ||
"printer_structure": "i3", | ||
"default_filament_profile": [ | ||
"Anker Generic PLA+" | ||
], | ||
"default_print_profile": "0.30mm Standard 0.6 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.8" | ||
], | ||
"upward_compatible_machine": [] | ||
} |
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
Oops, something went wrong.