Add more Polymaker filament presets (#13858)

* add new presets

* fix inhernce

* fix rename

* update

* apply fix

* update index
This commit is contained in:
Jingxi-Polymaker
2026-05-29 15:46:41 +08:00
committed by GitHub
parent 3db37d004a
commit ee8bb54ca8
354 changed files with 12942 additions and 7362 deletions

View File

@@ -0,0 +1,65 @@
{
"type": "filament",
"name": "PolyLite PLA Translucent @Snapmaker U1 base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "GFL68",
"instantiation": "false",
"bed_type": [
"Cool Plate"
],
"cool_plate_temp": [
"60"
],
"cool_plate_temp_initial_layer": [
"60"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"filament_cost": [
"29.99"
],
"filament_density": [
"1.17"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_vendor": [
"Polymaker"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_range_high": [
"230"
],
"overhang_fan_speed": [
"75"
],
"overhang_fan_threshold": [
"50%"
],
"slow_down_layer_time": [
"4"
],
"slow_down_min_speed": [
"5"
],
"temperature_vitrification": [
"61"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"filament_type": [
"PLA"
]
}