- shortened gcode filename
- added 0.10mm process - fixed 0.6mm nozzle from LH0.08 process
This commit is contained in:
@@ -12,8 +12,7 @@
|
|||||||
"support_bottom_z_distance": "0.08",
|
"support_bottom_z_distance": "0.08",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"KlipperS1Pro 0.4 nozzle",
|
|
||||||
"KlipperS1Pro 0.2 nozzle",
|
"KlipperS1Pro 0.2 nozzle",
|
||||||
"KlipperS1Pro 0.6 nozzle"
|
"KlipperS1Pro 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -5,6 +5,6 @@
|
|||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"default_acceleration": "0",
|
"default_acceleration": "0",
|
||||||
"filename_format": "{input_filename_base}_ND_{digits(nozzle_diameter[0], 1, 2)}mm_LH_{digits(layer_height,1,2)}mm_NT_{nozzle_temperature[0]}C_FP_{filament_preset[0]}_T_{print_time}_orca.gcode"
|
"filename_format": "{input_filename_base}_ND_{digits(nozzle_diameter[0], 1, 2)}_LH_{digits(layer_height,1,2)}_NT_{nozzle_temperature[0]}_FP_{filament_preset[0]}_T_{print_time}.gcode"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user