Files
OrcaSlicer_orcaslicer/resources/profiles/iQ/process/0.15mm Standard @iQ TiQ2 (0.25 Nozzle).json
T
SoftFever a34310cbda Assign setting_ids to the profiles added for slice validation
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.
2026-07-15 23:16:33 +08:00

27 lines
759 B
JSON

{
"type": "process",
"name": "0.15mm Standard @iQ TiQ2 (0.25 Nozzle)",
"inherits": "fdm_process_tiq_common",
"from": "system",
"setting_id": "PNxZXC0peOlGlKwG",
"instantiation": "true",
"compatible_printers": [
"iQ TiQ2 0.25 Nozzle"
],
"layer_height": "0.15",
"line_width": "0.25",
"outer_wall_line_width": "0.25",
"inner_wall_line_width": "0.25",
"sparse_infill_line_width": "0.25",
"internal_solid_infill_line_width": "0.25",
"top_surface_line_width": "0.25",
"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.15mm Standard @iQ TiQ2 (0.25 Nozzle)"
}