mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-24 09:23:27 +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
33 lines
509 B
JSON
33 lines
509 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Snapmaker TPU @U1 base",
|
|
"inherits": "fdm_filament_tpu",
|
|
"from": "system",
|
|
"filament_id": "OF65InrS",
|
|
"instantiation": "false",
|
|
"filament_end_gcode": [
|
|
""
|
|
],
|
|
"filament_loading_speed_start": [
|
|
"35"
|
|
],
|
|
"filament_loading_speed": [
|
|
"35"
|
|
],
|
|
"filament_unloading_speed_start": [
|
|
"35"
|
|
],
|
|
"filament_unloading_speed": [
|
|
"35"
|
|
],
|
|
"filament_cooling_moves": [
|
|
"2"
|
|
],
|
|
"filament_cooling_initial_speed": [
|
|
"35"
|
|
],
|
|
"filament_cooling_final_speed": [
|
|
"60"
|
|
]
|
|
}
|