Fix filamanent / printer selection stucks on loading (#13492)

* Update re3D rPP.json

* add vector type check

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
yw4z
2026-05-06 13:42:25 +03:00
committed by GitHub
parent 57cee529b4
commit d84ac149d1
2 changed files with 49 additions and 1 deletions

View File

@@ -6,7 +6,9 @@
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"filament_type": "PP",
"filament_type": [
"PP"
],
"nozzle_temperature_initial_layer": [
"185"
],