Refactor Polymaker folder within Snapmaker profile directory and add more profiles (#11613)

# Description
* What issue does this PR address or fix?
1. Refactor Polymaker folder within Snapmaker profile directory, so that the structure is more clear.
2. Add more Polymaker filament presets for Snapmaker printers.
* What new features or enhancements does this PR introduce?
1. None
* Are there any breaking changes or dependencies that need to be considered?
1. None
This commit is contained in:
Pepe-Polymaker
2026-01-05 18:12:56 +08:00
committed by GitHub
parent 57f9112b7c
commit 8670bb65f2
90 changed files with 2594 additions and 431 deletions

View File

@@ -1,7 +1,8 @@
{
"type": "filament",
"name": "Panchroma PLA Stain @System",
"inherits": "Panchroma PLA Stain @base",
"name": "Panchroma PLA Satin @System",
"renamed_from": "Panchroma PLA Stain @System",
"inherits": "Panchroma PLA Satin @base",
"from": "system",
"setting_id": "OGFSPM005",
"instantiation": "true",
@@ -11,4 +12,4 @@
"filament_max_volumetric_speed": [
"16"
]
}
}

View File

@@ -1,6 +1,7 @@
{
"type": "filament",
"name": "Panchroma PLA Stain @base",
"name": "Panchroma PLA Satin @base",
"renamed_from": "Panchroma PLA Stain @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFPM005",
@@ -32,4 +33,4 @@
"temperature_vitrification": [
"59"
]
}
}