a34310cbda
The eight presets added in 0545750c1b never got ids: the six iQ processes
had none, and K1 SE 0.8 / V-Core 4 0.8 carried ids copied from the presets
they were duplicated from — K1 SE 0.8 still shared K1C 0.8's id. Regenerated
with scripts/assign_vendor_setting_ids.py; none of the eight have shipped in
a release, so no existing id changes meaning.
29 lines
807 B
JSON
29 lines
807 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.40mm Standard @iQ TiQ2 (0.8 Nozzle)",
|
|
"inherits": "fdm_process_tiq_common",
|
|
"from": "system",
|
|
"setting_id": "ZoiYkGXOTBh39HTB",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"iQ TiQ2 0.8 Nozzle"
|
|
],
|
|
"layer_height": "0.4",
|
|
"initial_layer_print_height": "0.4",
|
|
"line_width": "0.8",
|
|
"outer_wall_line_width": "0.8",
|
|
"inner_wall_line_width": "0.8",
|
|
"sparse_infill_line_width": "0.8",
|
|
"internal_solid_infill_line_width": "0.8",
|
|
"top_surface_line_width": "0.8",
|
|
"wall_loops": "2",
|
|
"inner_wall_speed": "150",
|
|
"internal_solid_infill_speed": "150",
|
|
"sparse_infill_speed": "100",
|
|
"gap_infill_speed": "50",
|
|
"initial_layer_speed": "35",
|
|
"initial_layer_infill_speed": "55",
|
|
"bridge_speed": "30",
|
|
"print_settings_id": "0.40mm Standard @iQ TiQ2 (0.8 Nozzle)"
|
|
}
|