Skip to content

Latest commit

 

History

History

printer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Printer Configuration References

List of some hardware and software references for printer configuration.

BTT Octopus

BTT Octopus Wiring

Voron Documentation

Klipper

Flashing MCU Firmware

For the initial flashing of the Klipper firmware, follow the Voron Documentation. Once Klipper firmware has been installed, flashing new versions of the firmware can be done by using the following procedure:

  1. Stop klipper: sudo service klipper stop
  2. Navigate to the klipper directory: cd klipper
  3. Configure the firmware: make menuconfig. For instructions on how to correctly configure settings, follow the Voron documentation.
  4. Compile and flash firmware: make flash FLASH_DEVICE=<YourSerialFromTheConfigFiles>
  5. Start klipper: sudo service klipper start

Flashing Octopus Bootloader

To reflash the Octopus (STM32F446XX) bootloader, use the following steps:

  1. Disconnect all connections to the Octopus, except 24V and USB.
  2. Boot Octopus in DFU mode.
  3. Download bootloader: wget https://raw.githubusercontent.com/bigtreetech/BIGTREETECH-OCTOPUS-V1.0/master/Firmware/DFU%20Update%20bootloader/bootloader/OctoPus-F446-bootloader-32KB.hex
  4. Convert HEX bootloader firmware to binary: objcopy --input-target=ihex --output-target=binary OctoPus-F446-bootloader-32KB.hex bootloader.bin
  5. (Optional) Backup old bootloader: sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:32768 -U old-bootloader.bin
  6. Flash new bootloader: sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D bootloader.bin

Tuning Guides

Slicer Settings and Profiles