mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
polar: Experimental support for polar kinematics
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
7e3e02a17a
commit
ec9cb3a1b3
5 changed files with 298 additions and 2 deletions
32
test/klippy/polar.test
Normal file
32
test/klippy/polar.test
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Test case for basic movement on polar printers
|
||||
CONFIG ../../config/example-polar.cfg
|
||||
DICTIONARY atmega2560-16mhz.dict
|
||||
|
||||
; Start by homing the printer.
|
||||
G28
|
||||
G90
|
||||
G1 F6000
|
||||
|
||||
; Z / X / Y moves
|
||||
G1 Z1
|
||||
G1 X1
|
||||
G1 Y1
|
||||
|
||||
; Delayed moves
|
||||
G1 Y2
|
||||
G4 P100
|
||||
G1 Y1.5
|
||||
M400
|
||||
G1 Y1
|
||||
|
||||
; diagonal moves
|
||||
G1 X10 Y0
|
||||
G1 X1 Z2
|
||||
G1 X0 Y1 Z1
|
||||
|
||||
; extrude only moves
|
||||
G1 E1
|
||||
G1 E0
|
||||
|
||||
; regular extrude move
|
||||
G1 X10 Y0 E.01
|
Loading…
Add table
Add a link
Reference in a new issue