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
/
gcode_macro.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-43
/
+80
*
gcode_macro: more descriptive "unable to parse as a literal" error - display ...
Matszwe02
2025-05-08
1
-2
/
+2
*
gcode_macro: Expand template syntax errors (#6839)
Timofey Titovets
2025-03-07
1
-0
/
+6
*
gcode_macro: Catch variable encoding errors
Justin Schuh
2023-04-19
1
-8
/
+11
*
gcode_macro: Add "rawparams" pseudo-variable
Pedro Lamas
2021-11-19
1
-0
/
+1
*
gcode_macro: fix reference issues to the variables attribute (#4925)
Eric Callahan
2021-11-19
1
-1
/
+3
*
gcode_macro: Remove support for deprecated features
Kevin O'Connor
2021-11-02
1
-13
/
+2
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
1
-2
/
+4
*
gcode_macro: add description property (#4317)
Alex Zellner
2021-05-26
1
-1
/
+1
*
gcode_macro: Disallow whitespace in macro name (#4312)
Florian Heilmann
2021-05-26
1
-0
/
+4
*
gcode_macro: Use deepcopy() on get_status() results
Kevin O'Connor
2021-01-20
1
-5
/
+4
*
gcode_macro: implement "action_call_remote_method" context action
Arksine
2020-11-04
1
-0
/
+8
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
1
-4
/
+19
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
gcode_macro: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-7
/
+5
*
gcode: Create new wrapper class for gcode command parameters
Kevin O'Connor
2020-05-05
1
-3
/
+3
*
gcode_macro: Support overriding of builtin g-code commands
Kevin O'Connor
2020-02-12
1
-2
/
+23
*
gcode_macro: add iterator to status wrapper
Janar Sööt
2019-07-01
1
-0
/
+4
*
gcode_macro: Parse variable_X parameters using ast.literal_eval()
Kevin O'Connor
2019-06-07
1
-4
/
+16
*
gcode_macro: Add a default parameter to load_template
Kevin O'Connor
2019-06-07
1
-3
/
+5
*
gcode_macro: Add support "x in printer" to templates
Kevin O'Connor
2019-06-04
1
-0
/
+6
*
gcode_macro: Add support for SET_GCODE_VARIABLE command
Kevin O'Connor
2019-06-04
1
-1
/
+22
*
gcode_macro: Rename "status" helper to "printer"
Kevin O'Connor
2019-06-04
1
-5
/
+5
*
gcode_macro: Evaluate macros using Jinja2 template engine
Kevin O'Connor
2019-04-04
1
-14
/
+79
*
gcode: Raise a config error on invalid register_command()
Kevin O'Connor
2019-02-18
1
-5
/
+1
*
gcode_macro: Provide more information on a formatting error
Kevin O'Connor
2018-09-30
1
-3
/
+4
*
gcode_macro: default parameter values
Janar Sööt
2018-09-30
1
-1
/
+7
*
gcode_macro: 2 lines wrapped at 80 chars
Janar Sööt
2018-09-26
1
-2
/
+4
*
gcode_macro: macro improvement with parameters
Janar Sööt
2018-09-26
1
-1
/
+9
*
gcode: Rename run_script() to run_script_from_command()
Kevin O'Connor
2018-06-30
1
-1
/
+1
*
gcode_macro: Add the ability to define custom g-code macros
Kevin O'Connor
2018-05-25
1
-0
/
+29