mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-15 20:59:56 +01:00
extruder_stepper: Initial support for synchronized extruder steppers
Signed-off-by: Simo Apell <simo.apell@live.fi> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
Kevin O'Connor
parent
6972b6303d
commit
90bc1679a2
13
test/klippy/extruders.test
Normal file
13
test/klippy/extruders.test
Normal file
@@ -0,0 +1,13 @@
|
||||
# Extruder tests
|
||||
DICTIONARY atmega2560.dict
|
||||
CONFIG extruders.cfg
|
||||
|
||||
# Extrude only
|
||||
G1 E5
|
||||
G1 E-2
|
||||
G1 E7
|
||||
|
||||
# Home and extrusion moves
|
||||
G28
|
||||
G1 X20 Y20 Z1
|
||||
G1 X25 Y25 E7.5
|
||||
Reference in New Issue
Block a user