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
*
bed_tilt: Add support for automatic bed tilt move transformation
Kevin O'Connor
2018-01-28
1
-3
/
+14
*
klippy: Support generic printer_state() and stats() callbacks
Kevin O'Connor
2018-01-28
1
-9
/
+12
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-5
/
+5
*
gcode: Add a run_script() helper method to run g-code scripts
Kevin O'Connor
2018-01-28
1
-4
/
+4
*
gcode: Extend register_command() so that it can also unregister a command
Kevin O'Connor
2018-01-28
1
-0
/
+6
*
gcode: Use reset_last_position() from cmd_G28()
Kevin O'Connor
2018-01-16
1
-2
/
+1
*
gcode: Add support for M221 (set extrude factor) g-code command
Kevin O'Connor
2018-01-03
1
-12
/
+32
*
gcode: Add support for M220 (set speed factor) g-code command
Kevin O'Connor
2018-01-03
1
-4
/
+11
*
gcode: Don't wait for temperature if the temperature is disabled
Kevin O'Connor
2018-01-03
1
-1
/
+1
*
gcode: Dump internal g-code state in dump_debug()
Kevin O'Connor
2017-12-21
1
-0
/
+7
*
gcode: Group similar G-Code commands together
Kevin O'Connor
2017-12-21
1
-44
/
+49
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
1
-7
/
+2
*
homing: Directly interact with the kinematic class when homing
Kevin O'Connor
2017-12-06
1
-2
/
+2
*
gcode: Move SET_SERVO command from gcode.py to chipmisc.py
Kevin O'Connor
2017-12-06
1
-14
/
+6
*
gcode: Rework gcode handler setup to allow dynamic command registration
Kevin O'Connor
2017-12-06
1
-17
/
+21
*
gcode: Add a get_str() method
Kevin O'Connor
2017-12-06
1
-17
/
+10
*
gcode: Simplify exception handling
Kevin O'Connor
2017-12-06
1
-19
/
+16
*
gcode: Always allow M112 command
Kevin O'Connor
2017-12-06
1
-0
/
+1
*
klippy: Rework shutdown handling
Kevin O'Connor
2017-10-12
1
-21
/
+21
*
adccmds: Continue to query analog inputs after a shutdown
Kevin O'Connor
2017-10-12
1
-6
/
+6
*
gcode: Don't warn on fan not present if input is from a file
Kevin O'Connor
2017-10-11
1
-1
/
+1
*
gcode: Report the raw MCU position from the M114 command
Kevin O'Connor
2017-10-03
1
-3
/
+3
*
gcode: Carry over #original and #command in get_extended_params()
Kevin O'Connor
2017-10-02
1
-1
/
+3
*
gcode: Make dump_debug() output atomic
Kevin O'Connor
2017-09-27
1
-2
/
+4
*
gcode: Exit if a shutdown occurs while running in batch mode
Kevin O'Connor
2017-09-27
1
-0
/
+2
*
chipmisc: Add initial support for servos
Kevin O'Connor
2017-09-20
1
-8
/
+38
*
gcode: Fix error that could cause commands to be processed out of order
Kevin O'Connor
2017-09-02
1
-7
/
+5
*
gcode: Add an ECHO command for debugging purposes
Kevin O'Connor
2017-09-02
1
-1
/
+4
*
klippy: Move restart logic into Printer() class
Kevin O'Connor
2017-08-26
1
-2
/
+2
*
toolhead: Avoid directly accessing the printer.mcu field
Kevin O'Connor
2017-08-26
1
-1
/
+1
*
klippy: Store printer startup parameters in new "start_args" dictionary
Kevin O'Connor
2017-08-25
1
-7
/
+6
*
gcode: Don't wait for moves to finish if both debug input and output
Kevin O'Connor
2017-07-23
1
-1
/
+2
*
gcode: Improve end-of-file handling when input is a debug file
Kevin O'Connor
2017-07-21
1
-7
/
+10
*
gcode: Log g-code error responses
Kevin O'Connor
2017-07-17
1
-2
/
+3
*
gcode: Fix regression causing lost asynchronous commands
Kevin O'Connor
2017-06-11
1
-1
/
+2
*
klippy: Remove some obscure python2 dependencies
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-7
/
+7
*
gcode: Support running arbitrary gcode on extruder change
Kevin O'Connor
2017-06-09
1
-9
/
+14
*
gcode: Support for querying and setting multiple extruder heaters
Kevin O'Connor
2017-06-09
1
-24
/
+33
*
extruder: Add initial support for multi-extruders
Kevin O'Connor
2017-06-09
1
-4
/
+28
*
klippy: Prefer python dictionary comprehension to dict() call
Kevin O'Connor
2017-06-06
1
-4
/
+4
*
gcode: Check for invalid speeds
Kevin O'Connor
2017-05-02
1
-1
/
+4
*
gcode: Don't report an error if turning off an unknown fan or heater
Kevin O'Connor
2017-05-01
1
-3
/
+5
*
gcode: Sort the order of commands in HELP
Kevin O'Connor
2017-04-26
1
-1
/
+1
*
gcode: Limit build_handlers() method to just building available commands
Kevin O'Connor
2017-04-26
1
-34
/
+40
*
gcode: Ignore M21 command
Kevin O'Connor
2017-04-20
1
-10
/
+8
*
klippy: Remove CLEAR_SHUTDOWN command
Kevin O'Connor
2017-04-13
1
-9
/
+1
*
gcode: Catch common gcode parameter errors
Kevin O'Connor
2017-03-16
1
-28
/
+58
*
gcode: Eliminate build_config() method
Kevin O'Connor
2017-03-13
1
-3
/
+4
*
klippy: Support FIRMWARE_RESTART command
Kevin O'Connor
2017-03-08
1
-9
/
+16
[next]