-
-
Notifications
You must be signed in to change notification settings - Fork 968
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional Nozzles for the Creality Ender-5 Pro (2019) (#2964)
* Add 0.6mm Nozzle Configurations for CE5Pro * Add 0.5mm Nozzle Configurations for CE5Pro * Add Nozzle Size Printer Variants 0.2-1.0mm * Add 0.3mm Printer Variant * Add 0.5mm Printer Variant * Fix: 0.6mm Printer Variant * Add Remaining Printer Variants * Add CE5Pro Nozzles to list of Compatible Filament * Add Generic FDM Process for Creality 0.3 Nozzle * Update Generic FDM Process for Creality 0.6 Nozzle * Add FDM Process for Remaining Creality Nozzle * Add Processes For CE5Pro 0.8mm Nozzle * Add Processes For CE5Pro 1.0mm Nozzle * Add Processes For CE5Pro 0.2mm Nozzle * Fix Initial Layer Settings * Add Processes For CE5Pro 0.25mm Nozzle * Add Processes For CE5Pro 0.3mm Nozzle * Remove Profiles Outside their Min/Max Layer Height * Update CE5Pro 0.4 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.2 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.25 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.3 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.5 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.6 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.8 Nozzle Naming Scheme to PR1100 * Update CE5Pro 1.0 Nozzle Naming Scheme to PR1100 * Incl. Remaining Base Config That Diff Is Based On * Remove whitespace * Revert from Nozzle Naming Scheme in PR1100 * Update Nozzle Names * Revert "Incl. Remaining Base Config That Diff Is Based On" This reverts commit 87e15d6. These settings were already captured by fdm_process_creality_common.json * Fix Indentations
- Loading branch information
1 parent
d22a725
commit 0bf65aa
Showing
52 changed files
with
944 additions
and
4 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
32 changes: 32 additions & 0 deletions
32
resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 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,32 @@ | ||
{ | ||
"type": "machine", | ||
"setting_id": "GM001", | ||
"name": "Creality Ender-5 Pro (2019) 0.2 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_creality_common", | ||
"printer_model": "Creality Ender-5 Pro (2019)", | ||
"default_filament_profile": [ | ||
"Creality Generic PLA" | ||
], | ||
"printer_variant": "0.2", | ||
"default_print_profile": "0.16mm Optimal @Creality Ender5Pro (2019) 0.2", | ||
"max_layer_height": [ | ||
"0.16" | ||
], | ||
"min_layer_height": [ | ||
"0.05" | ||
], | ||
"nozzle_diameter": [ | ||
"0.2" | ||
], | ||
"printable_area": [ | ||
"0x0", | ||
"220x0", | ||
"220x220", | ||
"0x220" | ||
], | ||
"printable_height": "300", | ||
"nozzle_type": "undefine", | ||
"auxiliary_fan": "0" | ||
} |
Oops, something went wrong.