mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 12:45:17 +00:00
Reduce size by Json Fromatting (#13163)
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.
This commit is contained in:
@@ -1,74 +1,210 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_x4_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"activate_air_filtration": ["1"],
|
||||
"additional_cooling_fan_speed_unseal": ["0"],
|
||||
"additional_cooling_fan_speed": ["0"],
|
||||
"bed_type": ["Cool Plate"],
|
||||
"box_temperature_range_high": ["0"],
|
||||
"box_temperature_range_low": ["0"],
|
||||
"box_temperature": ["0"],
|
||||
"chamber_temperature": ["0"],
|
||||
"close_fan_the_first_x_layers": ["1"],
|
||||
"complete_print_exhaust_fan_speed" : ["0"],
|
||||
"cool_plate_temp_initial_layer" : ["60"],
|
||||
"cool_plate_temp" : ["60"],
|
||||
"no_slow_down_for_cooling_on_outwalls" : ["0"],
|
||||
"during_print_exhaust_fan_speed": ["100"],
|
||||
"enable_pressure_advance": ["1"],
|
||||
"eng_plate_temp_initial_layer" : ["60"],
|
||||
"eng_plate_temp" : ["60"],
|
||||
"fan_cooling_layer_time": ["60"],
|
||||
"fan_max_speed": ["100"],
|
||||
"fan_min_speed": ["100"],
|
||||
"filament_cost": ["0"],
|
||||
"filament_cooling_before_tower": ["10"],
|
||||
"filament_density": ["1.24"],
|
||||
"filament_deretraction_speed": ["nil"],
|
||||
"filament_diameter": ["1.75"],
|
||||
"filament_end_gcode": ["; Filament-specific end gcode \n;END gcode for filament"],
|
||||
"filament_flow_ratio": ["0.98"],
|
||||
"filament_flush_temp": ["0"],
|
||||
"filament_flush_volumetric_speed": ["0"],
|
||||
"filament_long_retractions_when_ec": ["nil"],
|
||||
"filament_max_volumetric_speed": ["24.5"],
|
||||
"filament_minimal_purge_on_wipe_tower": ["15"],
|
||||
"filament_retract_before_wipe": ["nil"],
|
||||
"filament_retract_restart_extra": ["nil"],
|
||||
"filament_retract_when_changing_layer": ["nil"],
|
||||
"filament_retraction_length": ["nil"],
|
||||
"filament_retraction_minimum_travel": ["nil"],
|
||||
"filament_retraction_speed": ["nil"],
|
||||
"filament_settings_id": [""],
|
||||
"filament_soluble": ["0"],
|
||||
"filament_start_gcode": ["; Filament start gcode"],
|
||||
"filament_type": ["PLA"],
|
||||
"filament_vendor": ["QIDI"],
|
||||
"filament_wipe_distance": ["nil"],
|
||||
"filament_wipe": ["nil"],
|
||||
"filament_z_hop_types": ["nil"],
|
||||
"filament_z_hop": ["nil"],
|
||||
"filament_ramming_travel_time" : ["0"],
|
||||
"filament_pre_cooling_temperature" : ["0"],
|
||||
"filament_ramming_volumetric_speed" : ["-1"],
|
||||
"filament_retraction_distances_when_ec": ["nil"],
|
||||
"filament_prime_volume": ["30"],
|
||||
"full_fan_speed_layer": ["0"],
|
||||
"nozzle_temperature_initial_layer": ["210"],
|
||||
"nozzle_temperature": ["210"],
|
||||
"overhang_fan_speed": ["100"],
|
||||
"overhang_fan_threshold": ["95%"],
|
||||
"pressure_advance": ["0.042"],
|
||||
"reduce_fan_stop_start_freq": ["1"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"slow_down_layer_time": ["8"],
|
||||
"slow_down_min_speed": ["20"],
|
||||
"supertack_plate_temp_initial_layer": ["0"],
|
||||
"supertack_plate_temp": ["0"],
|
||||
"temperature_vitrification": ["100"],
|
||||
"hot_plate_temp_initial_layer" : ["60"],
|
||||
"filament_velocity_adaptation_factor":["1"],
|
||||
"hot_plate_temp" : ["60"]
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_x4_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed_unseal": [
|
||||
"0"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"bed_type": [
|
||||
"Cool Plate"
|
||||
],
|
||||
"box_temperature_range_high": [
|
||||
"0"
|
||||
],
|
||||
"box_temperature_range_low": [
|
||||
"0"
|
||||
],
|
||||
"box_temperature": [
|
||||
"0"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"0"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"no_slow_down_for_cooling_on_outwalls": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"60"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"filament_cooling_before_tower": [
|
||||
"10"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_deretraction_speed": [
|
||||
"nil"
|
||||
],
|
||||
"filament_diameter": [
|
||||
"1.75"
|
||||
],
|
||||
"filament_end_gcode": [
|
||||
"; Filament-specific end gcode \n;END gcode for filament"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_flush_temp": [
|
||||
"0"
|
||||
],
|
||||
"filament_flush_volumetric_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_long_retractions_when_ec": [
|
||||
"nil"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"24.5"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_retract_before_wipe": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_restart_extra": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_when_changing_layer": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_minimum_travel": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_speed": [
|
||||
"nil"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
""
|
||||
],
|
||||
"filament_soluble": [
|
||||
"0"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; Filament start gcode"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"QIDI"
|
||||
],
|
||||
"filament_wipe_distance": [
|
||||
"nil"
|
||||
],
|
||||
"filament_wipe": [
|
||||
"nil"
|
||||
],
|
||||
"filament_z_hop_types": [
|
||||
"nil"
|
||||
],
|
||||
"filament_z_hop": [
|
||||
"nil"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1"
|
||||
],
|
||||
"filament_retraction_distances_when_ec": [
|
||||
"nil"
|
||||
],
|
||||
"filament_prime_volume": [
|
||||
"30"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"0"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"95%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.042"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"supertack_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"supertack_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"filament_velocity_adaptation_factor": [
|
||||
"1"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user