mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Per the profile creation guide, vendor filament profiles now inherit from Generic * @System instead of vendor-local fdm_filament_* copies. Each profile carries only Meltingplot-specific deviations plus the 2.85 mm filament diameter; the seven local fdm_filament_* base files are removed. Deliberate pins where the library default would change tuned behavior: - PLA/ABS/TitanX keep filament_max_volumetric_speed 20 (0.6 nozzle cap) - ABS/PET-CF15 keep close_fan_the_first_x_layers 1 - STYX 12 sets required_nozzle_HRC 0 (unfilled PA12, density 1.02)
85 lines
1.4 KiB
JSON
85 lines
1.4 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Extrudr PLA NX2 Matt",
|
|
"inherits": "Generic PLA Matte @System",
|
|
"from": "system",
|
|
"setting_id": "qmPRaTcPlmtk6zB2",
|
|
"filament_id": "EXTNX2M",
|
|
"instantiation": "true",
|
|
"filament_vendor": [
|
|
"Extrudr"
|
|
],
|
|
"nozzle_temperature_range_low": [
|
|
"200"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"230"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"30"
|
|
],
|
|
"filament_adaptive_volumetric_speed": [
|
|
"1"
|
|
],
|
|
"filament_density": [
|
|
"1.3"
|
|
],
|
|
"filament_cost": [
|
|
"13"
|
|
],
|
|
"temperature_vitrification": [
|
|
"50"
|
|
],
|
|
"full_fan_speed_layer": [
|
|
"1"
|
|
],
|
|
"overhang_fan_threshold": [
|
|
"25%"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"60"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"25"
|
|
],
|
|
"cool_plate_temp": [
|
|
"60"
|
|
],
|
|
"eng_plate_temp": [
|
|
"60"
|
|
],
|
|
"hot_plate_temp": [
|
|
"60"
|
|
],
|
|
"textured_plate_temp": [
|
|
"60"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"60"
|
|
],
|
|
"eng_plate_temp_initial_layer": [
|
|
"60"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"60"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"60"
|
|
],
|
|
"filament_diameter": [
|
|
"2.85"
|
|
],
|
|
"compatible_printers": [
|
|
"Meltingplot MBL 133 1.0 nozzle",
|
|
"Meltingplot MBL 133 1.2 nozzle",
|
|
"Meltingplot MBL 136 1.0 nozzle",
|
|
"Meltingplot MBL 136 1.2 nozzle",
|
|
"Meltingplot MBL 308 1.0 nozzle",
|
|
"Meltingplot MBL 308 1.2 nozzle",
|
|
"Meltingplot MBL 480 1.0 nozzle",
|
|
"Meltingplot MBL 480 1.2 nozzle",
|
|
"Meltingplot CHX 350 1.0 nozzle",
|
|
"Meltingplot CHX 350 1.2 nozzle"
|
|
]
|
|
}
|