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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stale-issue-bot: Enable github actions to handle stale issues
Kevin O'Connor
2020-08-24
1
-0
/
+31
*
display: Allow redrawing the screen up to 10 times per second
Kevin O'Connor
2020-08-24
1
-3
/
+8
*
config: Tarantula Pro - Multiple tweaks and description change (#3230)
Oliver Fawcett-Griffiths
2020-08-24
1
-12
/
+15
*
gcode: Fix out-of-order cmd_M112 reference
Kevin O'Connor
2020-08-23
1
-1
/
+1
*
adc_temperature: Minor simplification of default sensor registration
Kevin O'Connor
2020-08-23
1
-16
/
+15
*
config: Add example printer-tevo-tarantula-pro-2020.cfg config (#3225)
Oliver Fawcett-Griffiths
2020-08-23
2
-0
/
+95
*
adc_temperature: Calculate "PT100 INA826" values from formula
Kevin O'Connor
2020-08-22
1
-13
/
+7
*
adc_temperature: Calculate PT1000 temperature/resistance pairs from formula
Kevin O'Connor
2020-08-22
1
-4
/
+6
*
lib: Add a .gitignore file for intermediate files in lib/ directory
Kevin O'Connor
2020-08-21
1
-0
/
+5
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
11
-284
/
+296
*
docs: Document printer.gcode_move variables in Command_Templates.md
Kevin O'Connor
2020-08-20
1
-7
/
+32
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
15
-194
/
+219
*
toolhead: Move G4 and M400 commands from gcode.py to toolhead.py
Kevin O'Connor
2020-08-20
2
-9
/
+11
*
gcode: Convert get_status() last_xpos to use a namedtuple
Kevin O'Connor
2020-08-20
2
-6
/
+3
*
gcode: Remove unneeded base_xpos variables from get_status()
Kevin O'Connor
2020-08-20
2
-8
/
+6
*
gcode: Convert get_status() homing_xpos to use a namedtuple
Kevin O'Connor
2020-08-20
2
-4
/
+2
*
gcode: Remove unused move_xpos get_status() variables
Kevin O'Connor
2020-08-20
1
-4
/
+0
*
docs: Add idle_timeout get_status() info to Command_Templates.md
Kevin O'Connor
2020-08-20
1
-0
/
+6
*
toolhead: Remove unused get_stats() data
Kevin O'Connor
2020-08-20
1
-10
/
+2
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
10
-61
/
+67
*
toolhead: Add a manual_move() helper function
Kevin O'Connor
2020-08-20
6
-55
/
+34
*
skew_correction: Make sure to call reset_last_position() on a skew update
Kevin O'Connor
2020-08-20
1
-7
/
+10
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
8
-9
/
+3
*
menu: reduce timeout timer period to 1s
Janar Sööt
2020-08-20
1
-7
/
+2
*
display: Support requesting a screen redraw on a menu key press
Kevin O'Connor
2020-08-20
2
-12
/
+23
*
hall_filament_width_sensor: Fix Flow update before next pending_position #318...
alocin73
2020-08-19
2
-26
/
+24
*
menu: remove surplus self.running=False
Janar Sööt
2020-08-18
1
-2
/
+0
*
menu: optimize container populate
Janar Sööt
2020-08-18
1
-13
/
+8
*
graph_temp_sensor: Add tool to graph ADC resolution of temperature sensors
Kevin O'Connor
2020-08-17
1
-0
/
+142
*
klippy: Report "shutdown" category from get_state_message()
Kevin O'Connor
2020-08-16
1
-0
/
+2
*
webhooks: Improve type checking of api requests
Kevin O'Connor
2020-08-16
1
-29
/
+31
*
webhooks: Convert to a json-rpc inspired message format
Kevin O'Connor
2020-08-16
1
-21
/
+26
*
webhooks: Remove call_remote_method()
Kevin O'Connor
2020-08-16
1
-13
/
+1
*
webhooks: Add klippy state to webhooks get_status() method
Kevin O'Connor
2020-08-16
1
-11
/
+4
*
webhooks: Rework get_status() subscriptions
Kevin O'Connor
2020-08-16
1
-116
/
+89
*
webhooks: Require a subscription to receive gcode output
Kevin O'Connor
2020-08-16
3
-32
/
+53
*
webhooks: Remove "method" parameter from webhook requests
Kevin O'Connor
2020-08-16
4
-67
/
+31
*
webhooks: Create StatusHandler class in add_early_printer_objects()
Kevin O'Connor
2020-08-16
1
-4
/
+4
*
webhooks: Remove register_static_path()
Kevin O'Connor
2020-08-16
2
-32
/
+10
*
webhooks: Specify server_address on klippy command-line
Kevin O'Connor
2020-08-16
2
-9
/
+11
*
whconsole: Add utility for testing the "webhooks" interface
Kevin O'Connor
2020-08-16
1
-0
/
+89
*
display: Remove reference to printer.gcode.busy from display.cfg
Kevin O'Connor
2020-08-15
1
-1
/
+1
*
menu: fix for overwriting existing menu item (#3189)
Janar Sööt
2020-08-14
1
-1
/
+3
*
hall_filament_width_sensor: fix error
Janar Sööt
2020-08-13
1
-0
/
+1
*
virtual_sdcard: register sd static path
Arksine
2020-08-11
1
-0
/
+3
*
webhooks: register gcode output handler and additional static paths
Arksine
2020-08-11
1
-0
/
+24
*
webhooks: Implement a send buffer for socket writes
Arksine
2020-08-11
1
-25
/
+29
*
webhooks: Implement unix domain socket server
Arksine
2020-08-11
1
-38
/
+77
*
config: Add homing order not to Ender 3 config (#3069)
Yannic Schröder
2020-08-09
1
-0
/
+12
*
lib: Fix whitespace in README
Kevin O'Connor
2020-08-09
1
-1
/
+1
[next]