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: 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
*
extruder: Consistently use "extruder" for the primary extruder
Kevin O'Connor
2019-11-07
1
-1
/
+4
*
gcode: Allow M105 to produce output if called from a macro
Kevin O'Connor
2019-09-18
1
-1
/
+5
*
gcode: Add support for stacked transforms
Arksine
2019-06-26
1
-2
/
+6
*
gcode: Eliminate the process_batch() method
Kevin O'Connor
2019-06-09
1
-6
/
+2
*
gcode: Convert input handling to use a reactor mutex
Kevin O'Connor
2019-06-09
1
-28
/
+8
*
gcode: No need to re-raise an EndstopError
Kevin O'Connor
2019-06-06
1
-20
/
+5
*
gcode: Use the same underlying error object for homing and gcode errors
Kevin O'Connor
2019-06-06
1
-23
/
+22
*
gcode: "gcode_position" and toolhead "position" as get_status() named tuple
Kevin O'Connor
2019-06-04
1
-0
/
+1
*
gcode: Add action_x() callables to get_status()
Kevin O'Connor
2019-06-04
1
-1
/
+13
*
gcode: Add support for SAVE_GCODE_STATE and RESTORE_GCODE_STATE commands
Kevin O'Connor
2019-05-31
1
-2
/
+40
*
gcode: Rename absolutecoord/extrude to absolute_coord/_extrude
Kevin O'Connor
2019-05-26
1
-10
/
+10
*
gcode: Fix SET_GCODE_OFFSET MOVE_SPEED parameter
Kevin O'Connor
2019-05-26
1
-2
/
+1
*
gcode: Minor code change to M206 to make the math similar to SET_GCODE_OFFSET
Kevin O'Connor
2019-05-26
1
-4
/
+5
*
gcode: Don't apply the SET_GCODE_OFFSET to the next g-code command
Kevin O'Connor
2019-05-26
1
-1
/
+12
*
gcode: Store internal speed in mm/s
Kevin O'Connor
2019-05-24
1
-12
/
+16
*
gcode: Add '_' prefix to internal methods
Kevin O'Connor
2019-05-24
1
-39
/
+39
*
menu: Show current positions based on gcode positions (#1389)
Robert Konklewski
2019-03-21
1
-2
/
+10
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-6
/
+7
*
gcode: Improve handling of end of input when reading from a debug file
Kevin O'Connor
2019-03-01
1
-0
/
+2
*
gcode: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+10
*
gcode: Use an event to handle restart request actions
Kevin O'Connor
2019-02-25
1
-6
/
+1
*
gcode: The set_temp() takes an extruder number not a heater id
Kevin O'Connor
2019-02-25
1
-7
/
+13
*
heater: Return heaters with a gcode_id from new get_gcode_sensors()
Kevin O'Connor
2019-02-25
1
-3
/
+3
*
gcode: A set temperature request should use the heater name, not the gcode id
Kevin O'Connor
2019-02-25
1
-10
/
+6
*
gcode: Rename self.heater to self.heaters
Kevin O'Connor
2019-02-25
1
-14
/
+12
*
gcode: Raise a config error on invalid register_command()
Kevin O'Connor
2019-02-18
1
-9
/
+12
*
gcode: add 'abs_extrude' to get_status() dictionary
Arksine
2019-02-08
1
-0
/
+1
*
gcode: Return to a default gcode speed of 25mm/s
Kevin O'Connor
2019-02-04
1
-1
/
+1
*
gcode: add 'speed' parameter to dictionary returned by get_status()
Arksine
2019-01-28
1
-0
/
+1
*
klippy: Convert printer_state("ready") to an event handler
Kevin O'Connor
2019-01-08
1
-3
/
+2
*
klippy: Convert printer_state("disconnect") to an event handler
Kevin O'Connor
2019-01-08
1
-2
/
+4
[next]