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: 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
*
gcode: mux command is already registered error print fixed
cruwaller
2018-06-01
1
-1
/
+1
*
gcode: Apply SET_GCODE_OFFSET to next move command
Kevin O'Connor
2018-05-29
1
-1
/
+3
*
gcode: Reset extrude_factor and extruder position on a tool change
Kevin O'Connor
2018-05-20
1
-0
/
+2
*
gcode: Raise an error if a duplicate command is registered
Kevin O'Connor
2018-05-20
1
-0
/
+2
*
gcode: Add ability to register a "mux" command
Kevin O'Connor
2018-05-20
1
-0
/
+23
*
gcode: Add minval/maxval/above/below options to get_X parsers
Kevin O'Connor
2018-04-20
1
-29
/
+40
*
gcode: Add a SET_GCODE_OFFSET command
Kevin O'Connor
2018-04-20
1
-1
/
+14
*
gcode: Rename homing_add to homing_offset
Kevin O'Connor
2018-04-20
1
-17
/
+17
*
pid_calibrate: Move PID calibration logic from heater.py to new file
Kevin O'Connor
2018-03-18
1
-13
/
+1
*
gcode: Position returned by M114 should be relative to last G92
Kevin O'Connor
2018-03-15
1
-13
/
+40
*
gcode: On a multi-line error message, report the first line twice
Kevin O'Connor
2018-03-12
1
-2
/
+2
*
display: Add initial support for LCD screens attached to an MCU
Kevin O'Connor
2018-03-06
1
-0
/
+3
*
virtual_sdcard: Initial support for virtual sdcard
Kevin O'Connor
2018-02-11
1
-1
/
+12
*
gcode: Introduce request_restart() method
Kevin O'Connor
2018-02-11
1
-20
/
+12
*
gcode: Extract special cases from process_data()
Kevin O'Connor
2018-02-11
1
-20
/
+28
*
klippy: Allow any stats producer to determine when stats are needed
Kevin O'Connor
2018-02-05
1
-1
/
+1
[next]