Files
Ian Bassi 16727644bb 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.
2026-04-15 22:58:12 +08:00

60 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"type": "filament",
"name": "Valment PLA-CF @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "VLMNT03",
"instantiation": "false",
"filament_cost": [
"1400"
],
"filament_type": [
"PLA-CF"
],
"default_filament_colour": [
"#124943"
],
"filament_density": [
"1.24"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Valment"
],
"slow_down_layer_time": [
"6"
],
"nozzle_temperature": [
"225"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_low": [
"200"
],
"nozzle_temperature_range_high": [
"250"
],
"filament_notes": [
"Bu filament ayarları GlauTech tarafından oluşturulmuştur. Filamentin daha verimli çalışması için, slicerdaki kalibrasyon ayarlarının tek tek yapılması önemlidir. Kalibrasyon ayarları için, GlauTech youtube kanalından destek alabilirsiniz.\n\nBoş Makara Ağırlığı: 150gr"
],
"slow_down_min_speed": [
"20"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"additional_cooling_fan_speed": [
"100"
]
}