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
/
gcode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcode: Move definition of CommandError and Coord from homing.py to gcode.py
Kevin O'Connor
2021-01-08
1
-4
/
+9
*
gcode: Don't log debugging output for unknown commands if command is blank
Kevin O'Connor
2020-09-17
1
-1
/
+3
*
gcode: Fix out-of-order cmd_M112 reference
Kevin O'Connor
2020-08-23
1
-1
/
+1
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-272
/
+0
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-151
/
+165
*
toolhead: Move G4 and M400 commands from gcode.py to toolhead.py
Kevin O'Connor
2020-08-20
1
-8
/
+1
*
gcode: Convert get_status() last_xpos to use a namedtuple
Kevin O'Connor
2020-08-20
1
-4
/
+1
*
gcode: Remove unneeded base_xpos variables from get_status()
Kevin O'Connor
2020-08-20
1
-4
/
+0
*
gcode: Convert get_status() homing_xpos to use a namedtuple
Kevin O'Connor
2020-08-20
1
-3
/
+1
*
gcode: Remove unused move_xpos get_status() variables
Kevin O'Connor
2020-08-20
1
-4
/
+0
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
1
-12
/
+0
*
toolhead: Add a manual_move() helper function
Kevin O'Connor
2020-08-20
1
-0
/
+2
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
1
-1
/
+2
*
webhooks: Require a subscription to receive gcode output
Kevin O'Connor
2020-08-16
1
-19
/
+2
*
webhooks: Remove "method" parameter from webhook requests
Kevin O'Connor
2020-08-16
1
-14
/
+5
*
gcode: Fix error causing _dump_debug() to fail
Kevin O'Connor
2020-08-08
1
-7
/
+8
*
gcode: Separate IO handling to its own class
Kevin O'Connor
2020-08-06
1
-111
/
+127
*
gcode: Introduce add_early_printer_objects()
Kevin O'Connor
2020-08-06
1
-0
/
+3
*
gcode: Pass the pseudo-tty fd via the start_args system
Kevin O'Connor
2020-08-06
1
-2
/
+2
*
gcode: Allow handlers to be registered for all gcode output
Kevin O'Connor
2020-08-06
1
-0
/
+5
*
gcode: Only write to the gcode pseudo-tty if it appears to be active
Kevin O'Connor
2020-08-06
1
-8
/
+11
*
gcode: Report the final print_time in debuginput mode
Kevin O'Connor
2020-07-30
1
-0
/
+2
*
klippy: return message category in get_state_message()
Arksine
2020-06-24
1
-2
/
+2
*
gcode: add webhooks support
Arksine
2020-06-24
1
-0
/
+27
*
gcode: Make it clear that gcode.get_status() can be called without eventtime
Kevin O'Connor
2020-05-26
1
-1
/
+1
*
gcode: Move "ok" tracking to GCodeCommand class
Kevin O'Connor
2020-05-05
1
-27
/
+17
*
gcode: Remove parsing helpers from main gcode class
Kevin O'Connor
2020-05-05
1
-16
/
+0
*
gcode: Use new GCodeCommand wrappers in command handlers
Kevin O'Connor
2020-05-05
1
-82
/
+80
*
gcode: Create new wrapper class for gcode command parameters
Kevin O'Connor
2020-05-05
1
-50
/
+89
*
gcode: Only call position_with_transform() when printer is ready
Kevin O'Connor
2020-05-02
1
-1
/
+2
*
heater: Move M105 command handling from gcode.py to heater.py
Kevin O'Connor
2020-04-25
1
-39
/
+15
*
gcode: Rename respond() to respond_raw()
Kevin O'Connor
2020-04-24
1
-6
/
+6
*
gcode: Don't export respond_error()
Kevin O'Connor
2020-04-24
1
-6
/
+6
*
gcode: Raise a gcode.error() from G20 command
Kevin O'Connor
2020-04-24
1
-1
/
+1
*
gcode_arcs: Fix Z moves and E moves
Kevin O'Connor
2020-04-22
1
-1
/
+2
*
gcode: Add a "command_error" event notifier
Kevin O'Connor
2020-02-15
1
-0
/
+1
*
gcode: Return previous handler from register_command(cmd, None)
Kevin O'Connor
2020-02-12
1
-1
/
+2
*
gcode: Fix detection of some "extended" g-code commands
Kevin O'Connor
2020-01-07
1
-4
/
+11
*
extruder: Move M104/M140 commands from gcode.py to extruder.py
Kevin O'Connor
2019-12-16
1
-32
/
+3
*
heater_bed: Move M140/M190 commands from gcode.py to heater_bed.py
Kevin O'Connor
2019-12-16
1
-11
/
+6
*
gcode: Rename bg_temp() to wait_for_temperature()
Kevin O'Connor
2019-12-16
1
-2
/
+3
*
heater: Use printer.command_error() instead of internal heater.error()
Kevin O'Connor
2019-12-16
1
-4
/
+1
*
gcode: Remove builtin T0/T1/T2/... command support
Kevin O'Connor
2019-12-10
1
-26
/
+1
*
extruder: Add an ACTIVATE_EXTRUDER command
Kevin O'Connor
2019-12-10
1
-0
/
+6
*
gcode: Remove support for the M206 command
Kevin O'Connor
2019-12-10
1
-9
/
+1
*
gcode: Remove support for "G4 S1" style commands
Kevin O'Connor
2019-12-02
1
-4
/
+1
*
stepper: Add get/set_tag_position() and convert calc_position()
Kevin O'Connor
2019-11-13
1
-15
/
+15
*
fan: Move M106/M107 commands from gcode.py to fan.py
Kevin O'Connor
2019-11-13
1
-17
/
+7
*
gcode: Remove explicit active extruder tracking
Kevin O'Connor
2019-11-13
1
-16
/
+19
*
stepper_enable: Add new extras module for stepper enable line tracking
Kevin O'Connor
2019-11-10
1
-5
/
+1
[next]