- shortened gcode filename

- added 0.10mm process
- fixed 0.6mm nozzle from LH0.08 process
This commit is contained in:
2025-12-11 17:11:35 +01:00
parent ec330e91d4
commit f96c4cc63e
3 changed files with 20 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"type": "process",
"name": "0.10mm",
"inherits": "fdm_process_klipper_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"layer_height": "0.10",
"bottom_shell_layers": "6",
"top_shell_layers": "8",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"KlipperS1Pro 0.2 nozzle",
"KlipperS1Pro 0.4 nozzle"
]
}