mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 18:31:11 +00:00
* add orca profile skill * add default material check Improve validation for default materials and filament profiles * Fix default materials and obsolete keys * clarifying orca-profiles skill
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"
|
|
}
|