Added 0.2mm, 0.6mm, 0.8mm nozzle support for Voron 2.4 (#2543)

This commit is contained in:
lukicsl 2023-10-30 14:26:49 +01:00 committed by GitHub
parent 48fc21d59a
commit ca3a62fba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 754 additions and 92 deletions

View file

@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.32mm Optimal 0.8 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_8",
"bottom_shell_layers": "3",
"top_shell_layers": "3",
"layer_height": "0.32"
}