Files
orcaslicer_config/system/KlipperS1Pro/process/0.10mm.json
T
jens f96c4cc63e - shortened gcode filename
- added 0.10mm process
- fixed 0.6mm nozzle from LH0.08 process
2025-12-11 17:11:35 +01:00

18 lines
485 B
JSON

{
"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"
]
}