mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-01 12:36:13 +01:00
Flip 3d printer extruder direction ufter switching to direct drive
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
269a809843
commit
4226badadc
|
@ -188,7 +188,7 @@ in {
|
||||||
|
|
||||||
extruder = {
|
extruder = {
|
||||||
step_pin = "P2.13";
|
step_pin = "P2.13";
|
||||||
dir_pin = "!P0.11";
|
dir_pin = "P0.11";
|
||||||
enable_pin = "!P2.12";
|
enable_pin = "!P2.12";
|
||||||
rotation_distance = "23.291";
|
rotation_distance = "23.291";
|
||||||
gear_ratio = "3:1";
|
gear_ratio = "3:1";
|
||||||
|
|
Loading…
Reference in a new issue