Skip to content

Commit

Permalink
Docs: Add octopus max ez and fix colors on svg diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Oct 2, 2023
1 parent 59ce30f commit dd0c419
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/boards/btt/_media/manta-m8p-11-fan-wiring.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions site/docs/boards/btt/_media/octopus-pro-max-ez-fan-wiring.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions site/docs/boards/btt/_media/octopus-pro-max-ez-wiring.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/docs/boards/btt/_media/skr-3-wiring.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions site/docs/boards/btt/octopus-max-ez.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
sidebar_label: Octopus Max EZ
---

import WiringSVG from "./_media/octopus-pro-max-ez-wiring.svg";
import FanSVG from "./_media/octopus-pro-max-ez-fan-wiring.svg";

# BIGTREETECH Octopus Pro STM32H723

## Wiring

<WiringSVG width="100%" height={null} />

[Open Full Size Image](_media/octopus-pro-max-ez-wiring.svg)

:::danger if you use the Ratrig endstop switches and cables, do **not** blindly plug them in to your Octopus as doing this will short the board's 5V power rail.
You will probably have to swap the outer two wires (red and white) on the board end of the cable but double check to make sure your cables match the wiring diagram in both ends.
Orders shipped after October 2022 should have the correct cables (the connectors on the new cables are white).
:::

:::info Jumpers
A green square is where you would place a jumper, remove all jumpers on the board that are not marked by this symbol.
:::

### Jumpers

The jumpers above the stepper drivers switches stepper driver input power between V_MOT and VIN (ie, board power terminals and motor power terminals).
In the configuration shown in the image above, the MOTOR power isn't connected because the jumpers are set to use the board power (VIN).
If you wanted to use 48V for example, you would connect your 48V psu to the motor power terminal and switch those jumpers to the other position to use V_MOT instead. Of course you shouldn't do this unless you use high voltage capable 5160 drivers.

### FAN Wiring

<FanSVG width="100%" height={null} />

[Open Full Size Image](_media/octopus-pro-max-ez-fan-wiring.svg)

:::caution Verify wire colors
The fan wire colors in this diagram might not match the colors of the wires on your particular fan. Always refer to the spec sheet of your fan to make sure you're connecting your fan correctly.
:::

:::danger Fan Voltage
**Always** remember to set the voltage selector correctly for the fan you're using.
:::

The Octopus Max EZ supports both 2-pin and 4-pin fans. You can mix and match as you like. **Always** remember to set the voltage selector correctly for the fan you're using.


## Firmware installation

:::caution Use a proper cable
Make sure your board is connected to the Pi **via the provided USB-C cable** (USB-C on the Octopus, USB-A on the Pi).
:::

Follow the steps in the RatOS Configurator at [http://RatOS.local/configure?step=1](http://RatOS.local/configure?step=1).

## I updated klipper and now i get an error!

When you update klipper you might see an error that looks like this:

![Firmware version mismatch between host and guest](/img/firmware_version_mismatch.png)

This is because klipper made changes to a part of the MCU firmware that we use, and something went wrong while automatically flashing your board. Klipper is telling us that the version of klipper running on the Pi is newer than the version running on the MCU. To fix this, we have to flash the board with a new version of the firmware, Follow the steps in the RatOS Configurator at [http://RatOS.local/configure?step=1](http://RatOS.local/configure?step=1).

0 comments on commit dd0c419

Please sign in to comment.