Files
OrcaSlicer/resources/profiles/Lulzbot/machine/Lulzbot Taz Pro S.json
SoftFever d830c6a181 Fix dangling and incompatible default_materials across 21 vendors
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.
2026-07-05 22:14:55 +08:00

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"
}