Bambu Lab Authorization Control System: Difference between revisions

Added rebuttal to Bambu's claims
Changes to Third-Party Access: Fix formatting error
Line 63: Line 63:
* <code>version</code>: A fixed value of 1.0.0 for compatibility
* <code>version</code>: A fixed value of 1.0.0 for compatibility


A complete command must be formatted as:<blockquote><syntaxhighlight lang="text">
 
bambu-connect://import-file?path=%2Ftmp%2Fcube.gcode.3mf&name=Cube&version=1.0.0
A complete command must be formatted as:
</syntaxhighlight></blockquote>This interface only allows basic file transfer and print initiation - all other printer control functions previously available to third-party software are now exclusive to Bambu's own applications. The path and name parameters must be URL-encoded using encodeURIComponent or equivalent functions<ref>https://wiki.bambulab.com/en/software/bambu-connect</ref>.
bambu-connect://import-file?path=%2Ftmp%2Fcube.gcode.3mf&name=Cube&version=1.0.0
This interface only allows basic file transfer and print initiation - all other printer control functions previously available to third-party software are now exclusive to Bambu's own applications. The path and name parameters must be URL-encoded using encodeURIComponent or equivalent functions<ref>https://wiki.bambulab.com/en/software/bambu-connect</ref>.


=== Reduced Home Automation Capabilities ===
=== Reduced Home Automation Capabilities ===