openbu

(★ 77)

Kotlin Android app for Bambu 3D printers in Developer Mode

File Explorer

  • .gitignore
  • build.gradle.kts
  • discoverium.yml
  • gradle.properties
  • gradlew
  • gradlew.bat
  • keystore.properties.example
  • LICENSE
  • PRIVACY.txt
  • profiles
  • README.md
  • settings.gradle.kts

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

git clone

View Details ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

play

View Details ▼

Audio player of SoX - Sound eXchange.
Plays any audio, with audio formats identified by the extension.

play {{path/to/audio_file}}

Play the given audio file:

play {{path/to/audio_file1 path/to/audio_file2 ...}}

Play the given audio files:

play {{path/to/audio_file}} speed 2.0

Play the given audio at twice the speed:

// repository documentation