KittyCAD / machine-api

This API intends to provide a standardized local interface to any machines used for manufacturing physical things.
17 stars 4 forks source link

way to know if bambu firmware is stale #84

Open jessfraz opened 1 month ago

jessfraz commented 1 month ago

they have a website here: https://wiki.bambulab.com/en/x1/manual/X1-X1C-AMS-firmware-release-history

we could parse and compare with printer status

jamwaffles commented 1 month ago

Quickly skimming the HTML, the headings have stuff like this in them:

<h2 id="version-01080200-20240812"><a href="#version-01080200-20240812" class="toc-anchor">¶</a> Version 01.08.02.00 (20240812)</h2>

Wouldn't be difficult to parse the version number and compare against the response from the printer (just strip out the . chars?)