Difference between revisions of "NixalReprap4040"
From emboxit
(One intermediate revision by the same user not shown) | |||
Line 30: | Line 30: | ||
===EndStops=== | ===EndStops=== | ||
* From [https://wiki.mchobby.be/index.php?title=3D-OrdBot-Ramps 3D-OrdBot-Ramps]: [[File:RAMPS-END-SWITCHES-1.JPG|400px]] | * From [https://wiki.mchobby.be/index.php?title=3D-OrdBot-Ramps 3D-OrdBot-Ramps]: [[File:RAMPS-END-SWITCHES-1.JPG|400px]] | ||
+ | |||
+ | |||
+ | ==Dual Z drivers== | ||
+ | *[http://forums.reprap.org/read.php?146,585705 Dual Z drivers setup in firmware] | ||
+ | In Marlin source code in file Configuration.adv.h, search for | ||
+ | #define Z_DUAL_STEPPER_DRIVERS | ||
+ | |||
+ | |||
+ | |||
{{Cat1|3D}} | {{Cat1|3D}} |
Latest revision as of 13:59, 8 October 2017
Contents
Cabling the Print Head
RAMPS connection
For the RAMPS cabling I used below links
- Ramps 1.4 Firmware and Fan configuration
- Enable Auto Leveling for your 3D Printer with an inductive sensor (Marlin Firmware)
- SoliForum - 3D Printing Community → 3D Printer Discussion → Sintron Delta Build - Buyer Beware!
- GeetechWiki Ramps1.4
BLtouch
Ramps
PSU
- PSU 12V: at both 12V inputs of the plug-jack connector
Motor Drivers
- step size jumpers: Use all 3 for every stepStick [if forgotten, then motors (try to) run too fast]
EndStops
- From 3D-OrdBot-Ramps:
Dual Z drivers
In Marlin source code in file Configuration.adv.h, search for
#define Z_DUAL_STEPPER_DRIVERS