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
/
extras
/
homing_override.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
homing: Make homing.py an "extras" module
Kevin O'Connor
2021-01-08
1
-1
/
+1
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-0
/
+1
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-2
/
+2
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
1
-3
/
+3
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
1
-1
/
+0
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
homing_override: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-6
/
+6
*
gcode: Create new wrapper class for gcode command parameters
Kevin O'Connor
2020-05-05
1
-1
/
+1
*
gcode: Return previous handler from register_command(cmd, None)
Kevin O'Connor
2020-02-12
1
-2
/
+2
*
homing_override: Pass params to template evaluation
Kevin O'Connor
2019-06-09
1
-1
/
+3
*
gcode_macro: Add a default parameter to load_template
Kevin O'Connor
2019-06-07
1
-1
/
+0
*
homing_override: Use gcode_macro style templates on gcode
Kevin O'Connor
2019-04-04
1
-2
/
+4
*
gcode: Rename run_script() to run_script_from_command()
Kevin O'Connor
2018-06-30
1
-1
/
+1
*
homing_override: Add axes config parameter
Hans Raaf
2018-06-11
1
-0
/
+22
*
gcode: Raise an error if a duplicate command is registered
Kevin O'Connor
2018-05-20
1
-0
/
+1
*
klippy: Introduce load_config_prefix() for modules that take parameters
Kevin O'Connor
2018-02-03
1
-2
/
+0
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
1
-2
/
+15
*
homing_override: Add basic support for running custom g-code on G28
Kevin O'Connor
2018-01-28
1
-0
/
+28