orcaslicer/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json
SoftFever ef73bafeb0
Feature/add 0.2 0.6 0.8 nozzle for my klipper machine (#5637)
* Add 0.2mm 0.6mm 0.8 mm nozzle for MyKlipper profile

* small change
2024-06-08 21:37:09 +08:00

19 lines
No EOL
527 B
JSON

{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @MyKlipper",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_klipper_common",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyKlipper 0.4 nozzle",
"MyKlipper 0.2 nozzle",
"MyKlipper 0.6 nozzle"
]
}