Added wiring diagram for Creality boards
This commit is contained in:
parent
3fae545d16
commit
834f0edd98
3 changed files with 7 additions and 0 deletions
|
|
@ -52,3 +52,6 @@ Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN`
|
|||
|
||||
- Uncomment `#define Z_SAFE_HOMING`
|
||||
- Default for this setting puts the nozzle in the center of the bed for G28Z, but you can define a corner offset if you wish. This will be performed before any bed levelling procedure
|
||||
|
||||
#### Using Auto Bed leveling
|
||||
Refer to [Marlin's excellent Wiki](http://marlinfw.org/docs/gcode/G029-abl.html) on the subject.
|
||||
|
|
|
|||
2
docs/tutorials/wiring/creality.md
Normal file
2
docs/tutorials/wiring/creality.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||

|
||||
<img src="../Creality-OEM-Connection-Diagram-Rev.1.x.x.svg">
|
||||
|
|
@ -46,6 +46,8 @@ nav:
|
|||
- 'Firmware Config':
|
||||
- 'Marlin': 'tutorials/config/printer-firmware/marlin/marlin-config.md'
|
||||
- 'Klipper': 'tutorials/config/printer-firmware/klipper/klipper-config.md'
|
||||
- 'Wiring Diagrams':
|
||||
- 'Creality': 'tutorials/wiring/creality.md'
|
||||
- 'Main Site': 'https://pyroballpcbs.com'
|
||||
|
||||
google_analytics: ['UA-135668867-1', 'pyroballpcbs.com']
|
||||
|
|
|
|||
Loading…
Reference in a new issue