mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00

* add profiles of tiertime printer * Fix: correct filament name(300HS) * add Tiertime as prefix for all generic filament.
24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Tiertime Generic PVA@300HS",
|
|
"inherits": "fdm_filament_pva",
|
|
"from": "system",
|
|
"filament_id": "GFS99_01",
|
|
"instantiation": "true",
|
|
"filament_flow_ratio": [
|
|
"0.95"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"7"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"compatible_printers": [
|
|
"Tiertime UP300 HS 0.4 nozzle",
|
|
"Tiertime UP600 HS 0.4 nozzle"
|
|
]
|
|
}
|