-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typographic, compliance and markdown fixes, adding WinSCP section, Im…
…proving the formatting of some sections (#387) * Markdown compliance & Formatting improvements Formatting, typographic and compliance fixes Add OrcaSlicer as possible slicer Add parents and grandparents to the Electronics pages * Mini12864 & MCU's improvements Re-order Mini12864 checklist wording; Optimize large images; Explicit toc assignment; Dupe controller wiring list into separate file; * Add the SCP section * Add a favicon * CRLF to LF I'll be darned. Somehow, only some of my files were LF, and some were CRLF... * One more page format * V2 Gantry Squaring Fixed crooked gantry pics: same size now Fixed some formatting on the page: Lacking spaces, excess spaces Removed some extraneous period (".") characters Change some non-MD code to MD And a general refactoring of the way content is spaced and laid out.
- Loading branch information
1 parent
1e318b3
commit 9549bb4
Showing
53 changed files
with
902 additions
and
660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"MD013": false, | ||
"MD025": false, | ||
"MD004": { | ||
"style": "consistent" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
layout: default | ||
title: Controller wiring | ||
parent: Electrical Wiring | ||
grand_parent: The Build | ||
nav_order: 1 | ||
--- | ||
|
||
# Controller (MCU) Wiring | ||
|
||
Follow the links to the wiring configuration guides specific to your printer and controller selection. There are other controllers on the market that may work (such as Duet), but those are not commonly used so standard configurations have not been developed. | ||
|
||
## Voron 0 | ||
|
||
* [V0.0 - mini e3 V1.2](./v0_miniE3_v12_wiring.md) | ||
* [V0.0 - mini e3 V2.0](./v0_miniE3_v20_wiring.md) | ||
* [V0.1 - mini e3 V3.0](./v0_miniE3_v30_wiring.md) | ||
* [V0.1 - SKR Pico](./v0_skr_pico_wiring.md) | ||
|
||
## Voron 1 | ||
|
||
* [V1 - SKR 1.3](./v1_skr13_wiring.md) | ||
* [V1 - SKR 1.4](./v1_skr14_wiring.md) | ||
|
||
## Trident | ||
|
||
* [Trident - BigTreeTech Octopus](./v1_octopus_wiring.md) | ||
* [Trident - MKS Makerbase Monster8](./v2_monster8_wiring.md) | ||
* [Trident - BTT Manta M8P](./v1_m8p_wiring.md) | ||
|
||
## Voron 2 | ||
|
||
* [V2 - SKR 1.3](./v2_skr13_wiring.md) | ||
* [V2 - SKR 1.4](./v2_skr14_wiring.md) | ||
* [V2 - FLYboard FLYF407ZG](./v2_flyf407zg_wiring.md) | ||
* [V2 - Fysetc Spider v1.1](./v2_spider_wiring.md) | ||
* [V2 - BigTreeTech Octopus](./v2_octopus_wiring.md) | ||
* [V2 - MKS Makerbase Monster8](./v2_monster8_wiring.md) | ||
* [V2 - BTT Manta M8P](./v2_m8p_wiring.md) | ||
|
||
## Voron Switchwire | ||
|
||
* [SW - mini e3 V2.0](./sw_miniE3_v20_wiring.md) | ||
* [SW - Einsy Rambo](./sw_einsy_rambo_wiring.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,65 @@ | ||
--- | ||
layout: default | ||
title: Mini12864 Klipper Guide | ||
title: Mini12864 display | ||
parent: Electrical Wiring | ||
nav_order: 1 | ||
grand_parent: The Build | ||
nav_order: 2 | ||
--- | ||
|
||
# Mini12864 Klipper Guide | ||
# Mini12864 Klipper guide | ||
|
||
## Requirements | ||
|
||
1. An MCU must be used that is compatible with the EXP1/EXP2 wiring standard (e.g. SKR, FLY). | ||
2. The EXP1/EXP2 ports must be available and not connected to another expansion module | ||
|
||
## Hardware | ||
*NOTE: The two connector housings only need to be reversed if the MCU and display are different brands. If you have both a BigTree Tech mini12864 and a BigTree Tech MCU (Or both a FYSETC mini12864 and an FYSETC F6/S6), skip steps 1 & 2* | ||
|
||
*NOTE: The two connector housings only need to be reversed if the MCU and display are different brands. | ||
If you have both a BigTree Tech mini12864 and a BigTree Tech MCU (Or both a FYSETC mini12864 and an FYSETC F6/S6), skip steps 1 & 2* | ||
|
||
1. Pry off the two black connector housings from the back of the display | ||
2. Rotate connector housings 180 degrees and insert back onto pins | ||
3. *Fysetc Spider Only*: The Fysetc Spider requires certain components to be removed from the mini12864 display. | ||
* From a Fysetc display, remove R1 & R4 | ||
* From a BTT display, remove R1 & C6 | ||
4. Connect EXP1 and EXP2 cables to the display and to your MCU board, being sure to match port numbers (EXP1 <> EXP1). <br> *Note: The Fysetc Spider V1.0 has a silk screen error. __for V1.0 only__, Connect EXP1 to EXP2, and EXP2 to EXP1* | ||
4. Connect EXP1 and EXP2 cables to the display and to your MCU board, being sure to match port numbers (EXP1 <> EXP1). | ||
*Note: The Fysetc Spider V1.0 has a silk screen error. __for V1.0 only__, Connect EXP1 to EXP2, and EXP2 to EXP1* | ||
|
||
 | ||
|
||
 | ||
## Klipper configuration | ||
|
||
## Klipper Configuration | ||
Most stock Voron configuration files already have appropriate configurations for this display built in, which simply needs to be un-commented. These configs are customized for the specific builds, and should be what you use. *_Note: There are multiple config sections required to make the mini12864 fully operational: `[display]`, `[neopixel fysetc_mini12864]` and `[delayed_gcode setdisplayneopixel]`_* | ||
Most stock Voron configuration files already have appropriate configurations for this display built in, which simply needs to be un-commented. These configs are customized for the specific builds, and should be what you use. | ||
|
||
Some users find that they want to reverse the direction the menu wheel spins. You can easily reverse its operation by swapping the order of the two pins in the `[display]` `encoder_pins` line. For example, if your stock config contains the line | ||
``` | ||
Note that there are multiple config sections involved in getting the mini12864 display fully operational: | ||
|
||
* `[display]` | ||
* `[neopixel fysetc_mini12864]` | ||
* `[delayed_gcode setdisplayneopixel]` | ||
* `[output_pin beeper]` (optional) | ||
|
||
Some users find that they want to reverse the direction the menu wheel spins. You can easily reverse its operation by swapping the order of the two pins in the `[display]` `encoder_pins` line. | ||
|
||
For example, if your stock configuration contained | ||
|
||
```yml | ||
[display] | ||
encoder_pins: ^PC7,^PC6 | ||
``` | ||
you would change it to | ||
``` | ||
you would reverse these pin assignments to | ||
```yml | ||
[display] | ||
encoder_pins: ^PC6,^PC7 | ||
``` | ||
## Mini12864 Troubleshooting Checklist | ||
## Troubleshooting checklist | ||
The Mini12864 display can be a little tricky to get running correctly. Here is a short checklist to help double check some of the common issues. | ||
The Mini12864 display can be a little tricky to get running correctly. Here is a short checklist to help double check some of the common issues. | ||
* Have you Rotated the headers on the back of the display? See [Hardware](#hardware) above | ||
* Have you Rotated the headers on the back of the display? See [Hardware](#hardware) above | ||
* Is EXP1 connected to EXP1, and EXP2 to EXP2? | ||
* Have you enabled all the config sections? you must have `[display]`, `[output_pin beeper]`, `[neopixel fysetc_mini12864]`, AND `[delayed_gcode setdisplayneopixel]` to fully enable all features of your display. (many users may not feel the need to enable `[output_pin beeper]`) | ||
* Voron 2 dual MCU configurations: Is your firmware configuration in agreement with your physical wiring about which MCU board the display is connected to? ( As provided in the stock printer.cfg, the display should be connected to MCU-Z ) | ||
* Have you enabled all the config sections? Config options `[display]`, `[neopixel fysetc_mini12864]`, and `[delayed_gcode setdisplayneopixel]` are required to fully enable all features of your display. However, `[output_pin beeper]` is optional. | ||
* Voron 2 dual MCU configurations: Is your firmware configuration in agreement with your physical wiring about which MCU board the display is connected to? (As provided in the stock printer.cfg, the display should be connected to MCU-Z) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.