mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
* fix: custom zbolt profile filament selection showing only @system * update renamed_from * fixed renamed_from * limit empty compatible_printers exclusion logic to OFL * restore intended behaviour, updated base files * rever exclusion logic fix * reduce fix to just check parent in exclusion list * remove m_errors increment
34 lines
623 B
JSON
34 lines
623 B
JSON
{
|
|
"type": "machine",
|
|
"name": "Z-Bolt S400 0.8 nozzle",
|
|
"inherits": "Z-Bolt S400 0.4 nozzle",
|
|
"from": "system",
|
|
"setting_id": "GM013",
|
|
"instantiation": "true",
|
|
"printer_settings_id": "Z-Bolt",
|
|
"nozzle_diameter": [
|
|
"0.8"
|
|
],
|
|
"printer_model": "Z-Bolt S400",
|
|
"printer_variant": "0.8",
|
|
"default_filament_profile": [
|
|
"Generic PLA @Z-Bolt 0.8 nozzle"
|
|
],
|
|
"default_print_profile": "0.40mm Standard @Z-Bolt S400 0.8 nozzle",
|
|
"max_layer_height": [
|
|
"0.48"
|
|
],
|
|
"min_layer_height": [
|
|
"0.16"
|
|
],
|
|
"retraction_length": [
|
|
"3"
|
|
],
|
|
"retract_length_toolchange": [
|
|
"3"
|
|
],
|
|
"retraction_minimum_travel": [
|
|
"3"
|
|
]
|
|
}
|