mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Add bom_numbers field to definitions
CS-171
This commit is contained in:
parent
9d5ee286b4
commit
b7cc48131c
4 changed files with 16 additions and 4 deletions
|
@ -33,7 +33,10 @@
|
||||||
"https://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
|
"https://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
|
||||||
],
|
],
|
||||||
"update_url": "https://ultimaker.com/firmware"
|
"update_url": "https://ultimaker.com/firmware"
|
||||||
}
|
},
|
||||||
|
"bom_numbers": [
|
||||||
|
9066
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,10 @@
|
||||||
"https://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
|
"https://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
|
||||||
],
|
],
|
||||||
"update_url": "https://ultimaker.com/firmware"
|
"update_url": "https://ultimaker.com/firmware"
|
||||||
}
|
},
|
||||||
|
"bom_numbers": [
|
||||||
|
9511
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
@ -34,7 +34,10 @@
|
||||||
"id": 213482,
|
"id": 213482,
|
||||||
"check_urls": ["https://software.ultimaker.com/releases/firmware/213482/stable/um-update.swu.version"],
|
"check_urls": ["https://software.ultimaker.com/releases/firmware/213482/stable/um-update.swu.version"],
|
||||||
"update_url": "https://ultimaker.com/firmware"
|
"update_url": "https://ultimaker.com/firmware"
|
||||||
}
|
},
|
||||||
|
"bom_numbers": [
|
||||||
|
213482
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
@ -35,7 +35,10 @@
|
||||||
"id": 9051,
|
"id": 9051,
|
||||||
"check_urls": ["https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version"],
|
"check_urls": ["https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version"],
|
||||||
"update_url": "https://ultimaker.com/firmware"
|
"update_url": "https://ultimaker.com/firmware"
|
||||||
}
|
},
|
||||||
|
"bom_numbers": [
|
||||||
|
9051, 214475
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue