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:
Noisyfox
2025-05-25 00:06:07 +08:00
committed by GitHub
parent 00277ac4b0
commit 09d309ee9c
4 changed files with 43 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"type": "filament",
"name": "AliZ PETG-CF @base",
"inherits": "AliZ PETG @base",
"filament_id": "AliZ001-1",
"filament_id": "AZ01-1",
"from": "system",
"instantiation": "false",
"fan_cooling_layer_time": [

View File

@@ -2,7 +2,7 @@
"type": "filament",
"name": "AliZ PETG-Metal @base",
"inherits": "AliZ PETG @base",
"filament_id": "AliZ001-2",
"filament_id": "AZ01-2",
"from": "system",
"instantiation": "false",
"fan_cooling_layer_time": [

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"filament_id": "OGFLSBS99",
"filament_id": "OFLSBS99",
"fan_cooling_layer_time": [
"100"
],