From 440f51008e9ba7b97606fe135b925594fe139ea9 Mon Sep 17 00:00:00 2001 From: pedro Date: Sat, 5 Jun 2021 21:37:00 +0000 Subject: [PATCH] Update readme with intro section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6fc55..d437d0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Vcore3 500^3 +## Purpose +Configure and document a [Vcore3 from RatRig](https://www.ratrig.com/3d-printing-cnc/3d-printer-kits/all-3d-printer-kits/v-core3configurable.html) with a Duet 3 6HC. +The purpose of this repo is not to have a 1 fit all solution but the solution that works for my use case, I've tryed to provide all the hardware components and their setup, this may not suit your case. If you have a suggestion please consider opening a pull request. +In the other hand it may help you setup your printer in a fast way, use at your own risk. +Parts of the g code are not mine and were extracted from the ratrig config, duet github repos, etc (references on the links and external sources bellow. ## HW Config ##### @@ -110,7 +115,7 @@ Thermal probes in use: - - PID tuning Bed && HotEnd -## Useful links +## Links and external sources * [GCode library](https://duet3d.dozuki.com/Wiki/Gcode) * [RatRig vcore3 docs](https://ratrig.dozuki.com/c/Rat_Rig_V-Core_3) * [Duet Macros repo](https://github.com/Duet3D/GcodeMacros)