mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
Replace 400 default_materials entries that referenced an unknown filament (92) or a filament not compatible with the model (308) with the most- specialized compatible same-type material, as flagged by the new check_default_materials validator. Bump the 21 touched vendor versions so the fixes reach existing installs.
20 lines
620 B
JSON
20 lines
620 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Lulzbot Taz Pro S",
|
|
"model_id": "Lulzbot-Taz-Pro-S",
|
|
"nozzle_diameter": "0.5",
|
|
"machine_tech": "FFF",
|
|
"family": "Lulzbot",
|
|
"bed_model": "taz_pro_dual_build_plate.stl",
|
|
"bed_texture": "lulzbot_logo.svg",
|
|
"hotend_model": "",
|
|
"extruder_clearance_radius": "62",
|
|
"extruder_clearance_height_to_rod": "36",
|
|
"extruder_clearance_height_to_lid": "280",
|
|
"manual_filament_change": "1",
|
|
"machine_load_filament_time": "20",
|
|
"machine_unload_filament_time": "20",
|
|
"machine_tool_change_time": "5",
|
|
"default_materials": "Generic PLA @System;Generic PETG @System;Generic ABS @System"
|
|
}
|