mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
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:
@@ -6,7 +6,9 @@
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"filament_type": "PP",
|
||||
"filament_type": [
|
||||
"PP"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"185"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user