Add 0.5mm nozzle profiles for Voron printers (#7446)

Co-authored-by: Franklyn Tackitt <git@frank.af>
Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Frank Tackitt
2024-12-01 05:14:44 -07:00
committed by GitHub
parent ebc573d956
commit a602eee441
34 changed files with 460 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.30mm Draft 0.5 nozzle @Voron",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_voron_common_0_5",
"layer_height": "0.30",
"top_surface_line_width": "0.55",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}