FIX: fix exist invalid setting id
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: If4e498a5b65f999634900ab6f0580c6edaab5acd
This commit is contained in:
parent
18d0ac259e
commit
d290fc8095
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"setting_id": "GFSG99_00",
|
"setting_id": "GFSG99",
|
||||||
"name": "Generic PETG",
|
"name": "Generic PETG",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
"220"
|
"220"
|
||||||
],
|
],
|
||||||
"temperature_vitrification": [
|
"temperature_vitrification": [
|
||||||
"45"
|
"55"
|
||||||
],
|
],
|
||||||
"nozzle_temperature_range_low": [
|
"nozzle_temperature_range_low": [
|
||||||
"190"
|
"190"
|
||||||
|
|
Loading…
Reference in New Issue