Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

bigtreetech/OctoBTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoBTT

OctoBTT

Introduce

  • A UI that matches OctoPrint printer

Software architecture

  • Client and server architecture solution
  • OctoPi -> OctoPrint service -> Printer

Install the tutorial

One-click installation based on image mode

Manual installation based on source code

(The update and upgrade operations are not redundant)

1. Install OctoPrint(direct use of OctoPi is recommended , Up to Octopi 0.17 is supported, and you need to go to OctoprInt's Web page to complete the initialization, need to be disable access control)-- (install under directory)

Flash

  • You can create a WPA profile in the boot directory boot/wpa_supplicant.txt to add WiFi connections ConfigWPA

  • If you are a BX machine model user, you will need to add the following fragment lines to the RaspberryPi boot/config.txt file to display them correctly on screen:

  • max_usb_current=1
  • hdmi_group=2
  • hdmi_mode=87
  • hdmi_cvt 1024 600 60
  • hdmi_drive=1

ConfigDisplayMode

  • SSH your PI on your computer for further action

After Pi boot you can get the IP address of Pi from the screen RaspiShowIP

If you connect with console ConfigConsole

ConsoleShow

If you connect with terminal

ConfigTermius

TermiusShow

2. Install OctoBTT :

Run Command (Installation):

InstallOctoBTT.png

3. OctoBTT is entered automatically after you wait for the auto setup to complete and then restart

Show

Instructions for use

  1. Used with OctoPrint

Show

Notes

  1. Because the serial port delay is long, the background has blocked the serial port connection, we only use the USB automatic connection
  1. It is recommended to run with Marlin firmware. Currently there may be some unknown problems due to non-marlin firmware
  1. If you want to use octoprint online , you can use the network cable to connect to the router.

Contribute

  1. Fork the repository
  2. New Feat_ XXX branch
  3. Submit code
  4. New Pull Request