index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
gcode_arcs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcode_arcs: Allow either one of I, J, K to be default-zero on G2/G3 (#5939)
maze
2022-12-14
1
-1
/
+1
*
gcode_arcs: No need to import gcode module to access Coord()
Kevin O'Connor
2022-12-11
1
-6
/
+8
*
gcode_arcs: support XY, XZ and YZ planes
Andrew Mirsky
2022-12-11
1
-28
/
+73
*
gcode_arcs: detect CW / CCW move with renamed G2/G3 command (#5096)
Nick Douma
2022-01-22
1
-2
/
+7
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-1
/
+1
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-3
/
+4
*
gcode_arcs: increment absolute e coord for each arc segment (#3162)
Toby Harper
2020-08-07
1
-0
/
+2
*
gcode_arcs: Add back in support for E moves in absolute extrude mode
Kevin O'Connor
2020-06-04
1
-4
/
+7
*
gcode: Make it clear that gcode.get_status() can be called without eventtime
Kevin O'Connor
2020-05-26
1
-1
/
+1
*
gcode_arcs: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-13
/
+13
*
gcode: Create new wrapper class for gcode command parameters
Kevin O'Connor
2020-05-05
1
-1
/
+2
*
gcode_arcs: Disable E moves in absolute extrude mode
Kevin O'Connor
2020-04-23
1
-7
/
+4
*
gcode_arcs: Minor cleanup of planArc()
Kevin O'Connor
2020-04-22
1
-42
/
+27
*
gcode_arcs: Fix Z moves and E moves
Kevin O'Connor
2020-04-22
1
-10
/
+16
*
gcode_arcs: Simplify parameter parsing
Kevin O'Connor
2020-04-22
1
-84
/
+37
*
gcode_arcs: use correct current position from gcode
Daniel Kucera
2019-12-18
1
-1
/
+1
*
gcode_arcs: Use is operator for Null comparison (#1989)
Piotr Usewicz
2019-09-23
1
-1
/
+1
*
gcode_arcs: Remove unused variables (#1988)
Piotr Usewicz
2019-09-23
1
-4
/
+0
*
gcode_arcs: use z-height defined in f2/3 code, if present
achmed20
2019-09-18
1
-4
/
+3
*
gcode_arcs: Add support for G2/G3 commands
Aleksej Vasiljkovic
2019-09-13
1
-0
/
+186