v-core/Skrat/ebb42 overrides to get z1 &z2 working

RatRig advertises this config is possible so that’s what I bought and tried entering the stepper pins from the skrat manual (noting the 1 typo in the manual) into my override section but still only z0 moves, help please
9 Replies
blacksmithforlife
upload your printer.cfg
SteveBorough
SteveBorough15mo ago
The default SKRAT configs are strictly for the Minion with z1 & z2 pin data all "nulled" out, as is the wiring diagram which only shows XYZ and extruder. As advertised to, I am using the SKRAT with a toolboard and V-core 3, and need all 3 Z drivers, Extruder will be handled by the EBB42v1.2. I have entered the pin data from the manual in my overrides but it doesnt work.
blacksmithforlife
[stepper_z2] step_pin: PB10
doesn't look right according to https://github.com/bigtreetech/SKRat/blob/master/Hardware/BTT_SKRat_V1.0_PIN.pdf
[stepper_z2] step_pin: PB11
you also need a ! in front of the enable pins so enable_pin: PD9 should be enable_pin: !PD9 enable_pin: PA8 should be enable_pin: !PA8
SteveBorough
SteveBorough15mo ago
I think this is a known typo since PB11 is also the NSS pin in the manual. Others have noticed this. The ! on the enable pin now has z1 & z2 spinning but in the wrong direction, should i use homing_positive_dir?
blacksmithforlife
just invert the direction logic dir_pin: PC6 becomes dir_pin: !PC6
SteveBorough
SteveBorough15mo ago
perfect, thanks! will test now that worked, I homed Z but it still allows me to move the bed upward past the home, potentially allowing the bed to crash into the toolhead. How do I limit this, other than "by not doing that"?
blacksmithforlife
have you done your probe calibration stuff yet?
SteveBorough
SteveBorough15mo ago
I just did, guessing this sets the ceiling! great!
miklschmidt
miklschmidt15mo ago
[stepper_z]
position_min: 0
[stepper_z]
position_min: 0
will do it