mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Make sure filament_id is not longer than 8 chars if the filament can be set in AMS (#9574)
Make sure `filament_id` is not longer than 8 chars if the filament is compatiable with AMS
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"filament_id": "OGFLSBS99",
|
||||
"filament_id": "OFLSBS99",
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user