mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +00:00
Cap filament volumetric speed per nozzle (0.4: 14, 0.6: 20, 0.8: 26, 1.0: 30, 1.2: 40 mm3/s). Filaments whose limit exceeds a nozzle's capability get a nozzle-scoped child profile that only lowers filament_max_volumetric_speed; filament_id is inherited so all nozzle variants remain the same material. Also include layer height and nozzle diameter in the g-code filename.
31 lines
600 B
JSON
31 lines
600 B
JSON
{
|
|
"type": "machine",
|
|
"name": "Meltingplot MBL 133 0.4 nozzle",
|
|
"inherits": "fdm_machine_meltingplot_mbl",
|
|
"from": "system",
|
|
"setting_id": "wyroTvO4uFQPS3Se",
|
|
"instantiation": "true",
|
|
"printer_model": "Meltingplot MBL 133",
|
|
"printer_variant": "0.4",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"min_layer_height": [
|
|
"0.16"
|
|
],
|
|
"max_layer_height": [
|
|
"0.24"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"835x0",
|
|
"835x405",
|
|
"0x405"
|
|
],
|
|
"printable_height": "394",
|
|
"default_print_profile": "0.22mm Standard 0.4 nozzle @Meltingplot MBL",
|
|
"default_filament_profile": [
|
|
"Meltingplot PLA @0.4 nozzle"
|
|
]
|
|
}
|