mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
CI flagged ~150 K2 profile files for using space indentation; repo convention
is tab indentation. Ran the upstream-provided fixer:
python3 scripts/orca_filament_lib.py -v Creality -p filament -f --force
Mechanical normalization:
- Spaces → tabs (1 tab per indent level)
- Field ordering normalized (name + type first)
- Single-value scalar fields converted to single-element arrays where the
schema expects arrays (filament_cost, filament_density,
temperature_vitrification, filament_max_volumetric_speed)
No semantic content changes. Pre-existing issue from the original K2
profile import; touching these files in the multicolor_method strip
brought them into the validator's PR-diff scope.
51 lines
812 B
JSON
51 lines
812 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Creality Generic PLA @K1-all",
|
|
"inherits": "Creality Generic PLA",
|
|
"from": "system",
|
|
"setting_id": "GFSL99_00",
|
|
"instantiation": "true",
|
|
"filament_vendor": [
|
|
"Creality"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"18"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"cool_plate_temp": [
|
|
"55"
|
|
],
|
|
"eng_plate_temp": [
|
|
"55"
|
|
],
|
|
"hot_plate_temp": [
|
|
"55"
|
|
],
|
|
"textured_plate_temp": [
|
|
"55"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"eng_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"reduce_fan_stop_start_freq": [
|
|
"0"
|
|
],
|
|
"compatible_printers": [
|
|
"Creality K1C 0.4 nozzle",
|
|
"Creality K1C 0.6 nozzle",
|
|
"Creality K1C 0.8 nozzle",
|
|
"Creality K1 SE 0.4 nozzle"
|
|
]
|
|
}
|