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: 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
*
klippy: Convert printer_state("shutdown") to an event handler
Kevin O'Connor
2019-01-08
1
-10
/
+10
*
respond: An extra for sending messages to the printer host. (#1053)
Alec B. Plumb
2019-01-02
1
-2
/
+2
*
heater: take a gcode_id when setting up a heater (#1028)
john--
2019-01-02
1
-19
/
+16
*
gcode: Minor change to make M220 command take effect immediately (#1000)
bondus
2019-01-02
1
-2
/
+2
*
gcode: process_batch() should execute commands atomically
Kevin O'Connor
2018-10-28
1
-13
/
+16
*
homing: Pass printer instead of toolhead object to Homing class
Kevin O'Connor
2018-10-16
1
-1
/
+1
*
gcode: Report state message after any error in a STATUS response
Kevin O'Connor
2018-10-13
1
-1
/
+1
*
gcode: Remove "Preparing to restart" message
Kevin O'Connor
2018-10-13
1
-1
/
+0
*
gcode: modify get_status method to output more info (#651)
Janar Sööt
2018-09-17
1
-1
/
+16
*
gcode: Send proactive state messages
Kevin O'Connor
2018-09-12
1
-4
/
+11
*
gcode: Catch errors on fd read and write
Kevin O'Connor
2018-09-12
1
-6
/
+16
*
gcode: M117 fix
Arksine
2018-08-22
1
-0
/
+6
*
kinematics: Convert get_rails() method to get_steppers()
Kevin O'Connor
2018-07-16
1
-4
/
+1
*
query_endstops: Move QUERY_ENDSTOP command to it own extras/ module
Kevin O'Connor
2018-07-16
1
-8
/
+1
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
1
-3
/
+3
*
gcode: fix for GET_POSITION (#454)
Eric Callahan
2018-07-03
1
-1
/
+4
*
gcode: Add run_script() method that is valid from non-command contexts
Kevin O'Connor
2018-06-30
1
-0
/
+11
*
gcode: Rename run_script() to run_script_from_command()
Kevin O'Connor
2018-06-30
1
-3
/
+3
*
delta: Rename get_position() to calc_position()
Kevin O'Connor
2018-06-22
1
-1
/
+1
*
stepper: Don't peak into PrinterStepper members
Kevin O'Connor
2018-06-22
1
-3
/
+2
*
stepper: Add a get_name() method to PrinterStepper
Kevin O'Connor
2018-06-22
1
-2
/
+3
*
klippy: Return an error code if batch input results in an error
Kevin O'Connor
2018-06-16
1
-1
/
+3
[prev]
[next]