Skip to content

Commit

Permalink
update super5pro instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysuk committed Feb 18, 2024
1 parent 300f226 commit 82fc75e
Show file tree
Hide file tree
Showing 36 changed files with 793 additions and 2,888 deletions.
46 changes: 31 additions & 15 deletions _data/sidebars/mydoc_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,68 +390,84 @@ children:

# Fly-Super5 Pro

- title: Fly-Super5 Pro
- title: Fly-Super5Pro
output: web, pdf
children:

- title: Overview
url: fly-super5_pro_general.html
url: fly_super5_pro_general.html
output: web, pdf

- title: Pin diagrams
url: fly-super5_pro_pins.html
url: fly_super5_pro_pins.html
output: web, pdf

- title: Files
url: fly-super5_pro_files.html
url: fly_super5_pro_files.html
output: web, pdf

- title: How to Reflash the Stock Bootloader
url: fly_super5_pro_bootloader.html
output: web, pdf

- title: Klipper
output: web
children:

- title: Klipper host CAN bus configuration
url: fly-super5_pro_klipper_host.html
url: fly_super5_pro_klipper_host.html
output: web, pdf

- title: Klipper with USB
output: web
children:

- title: Step 1 - CanBoot on USB
url: fly-super5_pro_canboot_usb.html
- title: Step 1 - Katapult on USB
url: fly_super5_pro_katapult_usb.html
output: web, pdf

- title: Step 2 - Klipper on USB
url: fly-super5_pro_klipper_usb.html
url: fly_super5_pro_klipper_usb.html
output: web, pdf

- title: Updating Klipper on USB
url: fly_super5_pro_klipper_usb_updating.html
output: web, pdf

- title: Klipper with USB to CAN bridge mode
output: web
children:

- title: Step 1 - CanBoot on USB to CAN bridge
url: fly-super5_pro_canboot_usb2can.html
- title: Step 1 - Katapult on USB to CAN bridge
url: fly_super5_pro_katapult_usb2can.html
output: web, pdf

- title: Step 2 - Klipper USB to CAN bridge
url: fly-super5_pro_klipper_usbtocan.html
url: fly_super5_pro_klipper_usb2can.html
output: web, pdf

- title: Updating Klipper on USB to CAN bridge
url: fly_super5_pro_klipper_usb2can_updating.html
output: web, pdf

- title: Klipper with CANbus
output: web
children:

- title: Step 1 - CanBoot on CANbus
url: fly-super5_pro_canboot_can.html
- title: Step 1 - Katapult on CANbus
url: fly_super5_pro_katapult_can.html
output: web, pdf

- title: Step 2 - Klipper on CANbus
url: fly-super5_pro_klipper_can.html
url: fly_super5_pro_klipper_can.html
output: web, pdf

- title: Updating Klipper on CAN
url: fly_super5_pro_klipper_can_updating.html
output: web, pdf

- title: Configuration file settings
url: fly-super5_pro_klipper_mcu_config.html
url: fly_super5_pro_klipper_mcu_config.html
output: web, pdf

- title: Marlin
Expand Down
17 changes: 16 additions & 1 deletion _includes/custom/bootloader/bootloader_usb.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
While holding down the {{page.bootloader_button_name}}, plug in the USB cable into the board and PC.
{% endif %}

{% if {{page.bootloader_jumpers}} == true and {{page.bootloader_jumpers}} == 1 %}
Install the jumper as shown in the image below, before plugging in the USB cable into the board and PC.
{% endif %}

{% if {{page.bootloader_jumpers}} == true and {{page.bootloader_jumpers}} != 1 %}
Install the jumpers as shown in the image below, before plugging in the USB cable into the board and PC.
{% endif %}

{%
include image.html
file=bootloader_img1
Expand All @@ -36,4 +44,11 @@
{% include image.html file="stm32_cube_stlink_3.png" url="https://teamgloomy.github.io/images/stm32_cube_stlink_3.png" alt="STM32CubeProgrammer3" caption="Download Bootloader to the board" %}
A "File Download Complete" popup will appear once complete.
{% include image.html file="stm32_cube_stlink_4.png" url="https://teamgloomy.github.io/images/stm32_cube_stlink_4.png" alt="STM32CubeProgrammer4" caption="Download Complete" %}
Disconnect the board and continue flashing the firmware as normal.

{% if {{page.bootloader_buttons}} == true %}
Disconnect the board and continue flashing the firmware as normal.
{% endif %}

{% if {{page.bootloader_jumpers}} == true %}
Disconnect the board and remove the jumpers before continueing to flash the firmware as normal.
{% endif %}
9 changes: 9 additions & 0 deletions _includes/custom/mcu/super5_pro/fly_super5pro_links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Links

- [Mellow Board information site ](https://mellow.klipper.cn/#/board/fly_super5/README)
- [Mellow Store](https://www.aliexpress.com/store/1100991286)
- [Mellow Github](https://github.com/Mellow-3D)
- [Klipper 3d-Printer firmware](https://www.klipper3d.org/)
- [CanBoot CanBoot Bootloader by Arksine](https://github.com/Arksine/CanBoot)
- [Fluidd User interface for Klipper](https://docs.fluidd.xyz/)
- [Mainsail user interface for Klipper](https://docs.mainsail.xyz/)
8 changes: 7 additions & 1 deletion _includes/custom/mcu/super5_pro/super5_pins.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
%}


<a href="https://raw.githubusercontent.com/Mellow-3D/Fly-Super5Pro/f5d36ae681ef141924747fe1b15d2c3c6ee10ab3/Hardware/Super5Pro-Pinout.svg"><img src="https://raw.githubusercontent.com/Mellow-3D/Fly-Super5Pro/f5d36ae681ef141924747fe1b15d2c3c6ee10ab3/Hardware/Super5Pro-Pinout.svg?sanitize=true" /></a>
{%
include image.html
file="fly-super5_pro/Super5Pro-Pinout.svg"
url="images/fly-super5_pro/Super5Pro-Pinout.svg"
alt="Fly-Super 5 pins"
caption="Fly-Super 5 Pinout"
%}


## {{ page.boardname }} Driver Pins in Firmware
Expand Down
2,622 changes: 77 additions & 2,545 deletions images/fly-super5_pro/Super5Pro-Pinout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fly-super5_pro/fly_super5pro_dfu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fly-super5_pro/fly_super5pro_fuses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fly-super5_pro/fly_super5pro_reset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fly-super5_pro/fly_super5pro_sd_card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 0 additions & 40 deletions pages/mydoc/fly_boards/fly-super5pro/fly-super5_pro_canboot_can.md

This file was deleted.

43 changes: 0 additions & 43 deletions pages/mydoc/fly_boards/fly-super5pro/fly-super5_pro_canboot_usb.md

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions pages/mydoc/fly_boards/fly-super5pro/fly-super5_pro_files.md

This file was deleted.

24 changes: 0 additions & 24 deletions pages/mydoc/fly_boards/fly-super5pro/fly-super5_pro_general.md

This file was deleted.

37 changes: 0 additions & 37 deletions pages/mydoc/fly_boards/fly-super5pro/fly-super5_pro_klipper_can.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 82fc75e

Please sign in to comment.