Skip to content

Commit

Permalink
[PP-535] Correct the BOM number in FW update
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic98 authored Feb 13, 2025
1 parent aa52ae2 commit dd742e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/definitions/ultimaker_s8.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"firmware_update_info":
{
"check_urls": [ "https://software.ultimaker.com/releases/firmware/5078167/stable/um-update.swu.version" ],
"id": 5078167,
"check_urls": [ "https://software.ultimaker.com/releases/firmware/10600/stable/um-update.swu.version" ],
"id": 10600,
"update_url": "https://ultimaker.com/firmware?utm_source=cura&utm_medium=software&utm_campaign=fw-update"
},
"first_start_actions": [ "DiscoverUM3Action" ],
Expand Down Expand Up @@ -403,4 +403,4 @@
"z_seam_position": { "value": "'backright'" },
"z_seam_type": { "value": "'sharpest_corner'" }
}
}
}

0 comments on commit dd742e6

Please sign in to comment.