mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-05 01:02:08 +00:00
* update snapmaker profiles. largely ported for Snapmaker Orca fork * update prime volume * set precise_outer_wall to 1 * Update per-material multi-tool ramming to the filament library * Add per-filament overrides for toolchange retraction * Set toolchange retraction per filament for Snapmaker U1 * set default support type to tree * format snapmaker profiles
30 lines
399 B
JSON
30 lines
399 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Polymaker HT-PLA-GF @Base",
|
|
"inherits": "fdm_filament_pla",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"filament_density": [
|
|
"1.34"
|
|
],
|
|
"temp_min": [
|
|
"210"
|
|
],
|
|
"temp_max": [
|
|
"230"
|
|
],
|
|
"temperture_vitrification": [
|
|
"148"
|
|
],
|
|
"idle_temperture": [
|
|
"0"
|
|
],
|
|
"filament_soluble": [
|
|
"0"
|
|
],
|
|
"description": "",
|
|
"filament_vendor": [
|
|
"Polymaker"
|
|
]
|
|
}
|