From 92612a68430e4713c7da3679b54b21bc2d6675fb Mon Sep 17 00:00:00 2001 From: Mikkel Schmidt Date: Sun, 18 Jul 2021 04:06:12 +0200 Subject: [PATCH] Update documentation frontpage --- docs/README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/README.md b/docs/README.md index ce7d46d7d..6ef0bf50b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,19 +3,10 @@ V-CoreOS is a preconfigured software package for the Rat Rig V-Core 3, that aims To run V-CoreOS on your V-Core 3 you need a supported control board and a Raspberry Pi. The initial configuration is made to work with the official [SKR Pro 1.2 Wiring Diagram](https://v-core.ratrig.com/electronics/#skr-pro-12). +# Contribute +Join the discussion on discord! - -# Troubleshooting -If klipper won't connect, try restarting your raspberry pi. Make sure the SKR Pro is connected to the Pi via USB, that both are powered, and that the firmware.bin has been properly flashed. You can verify the last part by checking if the firmware.bin file has been changed to firmware.CUR on the SD card. If you have trouble flashing the motherboard (a green light should flash while booting, indicating the firmware has been flashed succefully), try disconnecting your endstops, if these are wired incorrectly the board will not boot properly. - -If any of your axes are inverted, tripple check your wiring. It's important to note that this config is made specifically for the SKR Pro 1.2 and the 48mm LDO's that ship optionally with the V-Core 3. For other steppers, you'll have to check the stepper pinout and potentially move pins on your cable, or you can override the stepper dir_pins as needed in your printer.cfg after the steppers.cfg file has been included, like so: -``` -[stepper_x] -dir_pin: PF1 -``` - -For further support check out the v-coreos and klipper channels on the [Unnofficial RatRig Discord Community](https://v-core.ratrig.com/community/#unofficial-community-on-discord). - +Join the Unnofficial RatRig Discord Community # Software Credits V-CoreOS is based on [Klipper](https://www.klipper3d.org/), [Fluidd](https://docs.fluidd.xyz/), [MainsailOS](https://github.com/raymondh2/MainsailOS) and [FluiddPi](https://github.com/cadriel/FluiddPI), without these and the amazing people behind them, V-CoreOS would not have been possible.