mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-13 03:39:56 +01:00
winch: Add experimental support for cable winch kinematics
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
KevinOConnor
parent
ec9cb3a1b3
commit
5dc74f3152
@@ -26,6 +26,9 @@ G1 X0 Y1 Z1
|
||||
G1 E1
|
||||
G1 E0
|
||||
|
||||
; Verify GET_POSITION works
|
||||
GET_POSITION
|
||||
|
||||
; regular extrude move
|
||||
G1 X0 Y0 E.01
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ DICTIONARY atmega2560-16mhz.dict
|
||||
CONFIG ../../config/example.cfg
|
||||
CONFIG ../../config/example-corexy.cfg
|
||||
CONFIG ../../config/example-delta.cfg
|
||||
CONFIG ../../config/example-winch.cfg
|
||||
|
||||
# Printers using the atmega2560
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
|
||||
Reference in New Issue
Block a user