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
/
display
Commit message (
Expand
)
Author
Age
Files
Lines
*
configfile: Support config.getchoice() with integer keys
Kevin O'Connor
2021-08-25
2
-12
/
+12
*
menu_keys: Use config.getfloatlist() for analog_range_ config options
Kevin O'Connor
2021-08-21
1
-6
/
+2
*
menu: fix crash when opening SDCard menu while printing
Kamil Trzcinski
2021-07-26
1
-1
/
+1
*
virtual_sdcard: add `file_path` and `file_size` to `status`
Kamil Trzcinski
2021-06-22
1
-1
/
+1
*
menu: Fixed typo when reading `print_stats.state` (#4261)
Dany Yanev
2021-05-06
1
-2
/
+2
*
hd44780_spi: added lcd support to the mightyboard (#4121)
le-Bark
2021-04-07
2
-1
/
+127
*
menu: changes in tune menu according to #4023 (#4086)
Janar Sööt
2021-03-23
1
-3
/
+3
*
st7920: Better support for emulated ST7920 displays (#3979)
teeminus
2021-03-01
2
-44
/
+126
*
menu: Default menu should check extruders have heaters (#3969)
Janar Sööt
2021-02-20
1
-2
/
+2
*
menu: redesigned name scroller & menu rendering (#3837)
Janar Sööt
2021-02-20
2
-93
/
+95
*
hd44780: Add hd44780 protocol init config
Thomas Kroll
2021-01-31
1
-1
/
+6
*
menu: Update menu.cfg sd_card menu enable condition (#3826)
Chip
2021-01-24
1
-5
/
+35
*
menu: Update menu.cfg (#3778)
Alex Zellner
2021-01-17
1
-21
/
+21
*
hd44780: Make the 4-bit init sequence more robust
Kevin O'Connor
2020-12-12
1
-1
/
+1
*
docs: Add links to default display.cfg and menu.cfg in Config_Reference.md
Kevin O'Connor
2020-12-03
2
-2
/
+10
*
menu: modifications (#3262)
Janar Sööt
2020-12-03
1
-209
/
+161
*
hd44780: allow to configure line length (#3543)
Martin Hierholzer
2020-11-20
1
-8
/
+15
*
display: Remove circular references from intermediate context object
Kevin O'Connor
2020-09-16
1
-0
/
+1
*
uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 display...
rjpatawaran
2020-09-09
1
-4
/
+9
*
uc1701: Improve Python3 compatibility
Kevin O'Connor
2020-09-04
1
-2
/
+2
*
hd44780: Improve Python3 compatibility
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
menu: only render visible list items
Janar Sööt
2020-08-26
1
-35
/
+34
*
menu: fixing input gcode run issue on edit start
Janar Sööt
2020-08-26
1
-0
/
+4
*
display: Allow redrawing the screen up to 10 times per second
Kevin O'Connor
2020-08-24
1
-3
/
+8
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
2
-15
/
+15
*
gcode: Convert get_status() homing_xpos to use a namedtuple
Kevin O'Connor
2020-08-20
1
-1
/
+1
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
3
-16
/
+13
*
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
*
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
*
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
*
menu: Replace menu with new Jinja2 template system (#2344)
Janar Sööt
2020-08-09
3
-1425
/
+1143
*
display: Add configuration options for OLED displays (#3084)
Iakabos
2020-07-19
1
-3
/
+6
*
menu_keys: Add a register_button() helper method
Kevin O'Connor
2020-06-15
1
-128
/
+62
*
menu_keys: Reschedule long-click timer on each click
Kevin O'Connor
2020-06-15
1
-20
/
+15
*
menu_keys: Move button handling from menu.py to new file menu_keys.py
Kevin O'Connor
2020-06-15
2
-155
/
+196
*
uc1701: Update bus import to "from .. import bus"
Kevin O'Connor
2020-06-15
1
-9
/
+8
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
4
-4
/
+5
*
uc1701: Optimize swizzle_bits() code
Kevin O'Connor
2020-06-12
1
-7
/
+9
*
display: Rework write_graphics() to take one character cell at a time
Kevin O'Connor
2020-06-11
4
-56
/
+46
*
display: Default DISPLAY=display in SET_DISPLAY_GROUP command
Kevin O'Connor
2020-06-09
1
-3
/
+7
*
display: add SET_DISPLAY_GROUP command (#2969)
Florian Heilmann
2020-06-09
1
-0
/
+11
*
uc1701: Fix for glyph rendering on uc1701 display (#2966)
Florian Heilmann
2020-06-09
1
-2
/
+2
*
display: Use animated heated bed icons on default hd44780 display
Kevin O'Connor
2020-06-09
1
-8
/
+8
*
display: Make hd44780 glyphs configurable
Kevin O'Connor
2020-06-09
5
-114
/
+170
*
display: Use '.' and '*' in display_glyph description
Kevin O'Connor
2020-06-08
2
-122
/
+122
*
docs: Note changes to glyph names
Kevin O'Connor
2020-06-08
2
-1
/
+11
*
display: Move glyph definition to printer config
Florian Heilmann
2020-06-08
6
-173
/
+185
[next]