mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces. This effectively reduces the size by almost 20 MB. | Current | New | |---|---| | 85.2 Mib | 67 Mib | Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON. > [!NOTE] > Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
134 lines
2.6 KiB
JSON
134 lines
2.6 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "iQ TiQ2 0.8 Nozzle",
|
|
"inherits": "fdm_tiq_common",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"printer_settings_id": "iQ TiQ2 0.8 Nozzle",
|
|
"printer_model": "TiQ2",
|
|
"printer_variant": "0.8",
|
|
"printer_notes": "Machine file version 1.0 20251106",
|
|
"change_filament_gcode": "G1 Z{layer_z+2} F900 ; safe distance while tool change\nG1 X32 Y3 F3000\nM109 S{nozzle_temperature[next_extruder]} T[next_extruder] ; set new tool temperature so it can start heating while changing\n",
|
|
"deretraction_speed": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"disable_m73": "1",
|
|
"emit_machine_limits_to_gcode": "0",
|
|
"enable_filament_ramming": "0",
|
|
"extruder_colour": [
|
|
"#FCE94F",
|
|
"#FCE94F"
|
|
],
|
|
"extruder_offset": [
|
|
"0x0",
|
|
"0x0"
|
|
],
|
|
"gcode_flavor": "marlin",
|
|
"host_type": "simplyprint",
|
|
"long_retractions_when_cut": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"machine_end_gcode": "G1 X-19 F3000 ; home X axis\nG1 Y1 F3000 ; home Y axis\nM104 S0 T0 ; turn off extruder\nM104 S0 T1 ; turn off extruder\nM104 S0 T2 ; turn off extruder\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM806 S0 ; turn of housing fan\nM84 ; disable motor\n",
|
|
"machine_max_speed_z": [
|
|
"15",
|
|
"12"
|
|
],
|
|
"machine_pause_gcode": "M10710 S0",
|
|
"machine_start_gcode": "T[initial_extruder]\nM109 S{nozzle_temperature_initial_layer[current_extruder]}\nG1 Z15 F900\nG1 X-19 Y1 F9000\nG1 X-19 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\nG1 X0",
|
|
"max_layer_height": [
|
|
"0.8",
|
|
"0.8"
|
|
],
|
|
"min_layer_height": [
|
|
"0.08",
|
|
"0.08"
|
|
],
|
|
"nozzle_diameter": [
|
|
"0.8",
|
|
"0.8"
|
|
],
|
|
"print_host": "https://simplyprint.io/panel",
|
|
"printable_area": [
|
|
"0x0",
|
|
"330x0",
|
|
"330x330",
|
|
"0x330"
|
|
],
|
|
"printable_height": "300",
|
|
"retract_before_wipe": [
|
|
"70%",
|
|
"70%"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"10",
|
|
"12"
|
|
],
|
|
"retract_lift_above": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_lift_below": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_lift_enforce": [
|
|
"All Surfaces",
|
|
"All Surfaces"
|
|
],
|
|
"retract_on_top_layer": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retract_restart_extra": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"retract_restart_extra_toolchange": [
|
|
"-0.2",
|
|
"-0.2"
|
|
],
|
|
"retract_when_changing_layer": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retraction_distances_when_cut": [
|
|
"18",
|
|
"18"
|
|
],
|
|
"retraction_length": [
|
|
"0.8",
|
|
"0.9"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"thumbnails": "",
|
|
"travel_slope": [
|
|
"3",
|
|
"3"
|
|
],
|
|
"wipe": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"wipe_distance": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"z_hop": [
|
|
"0.8",
|
|
"0.8"
|
|
],
|
|
"z_hop_types": [
|
|
"Normal Lift",
|
|
"Normal Lift"
|
|
]
|
|
}
|