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
*
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
*
display: Do not show time remaining in default 16x4 display
Kevin O'Connor
2020-06-04
1
-13
/
+4
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
2
-4
/
+4
*
menu: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-3
/
+3
*
display: Remove unused self.lcd_type variable
Kevin O'Connor
2020-03-21
1
-3
/
+1
*
display: Use the active extruder in the default 16x4 screen layout
Kevin O'Connor
2020-03-13
1
-1
/
+3
*
display: Use a separate display group for 16x4 multiple extruders
Kevin O'Connor
2020-03-13
1
-57
/
+73
*
display: Fix percent progress rendering on 16x4 multi-extruder layout
Kevin O'Connor
2020-03-08
1
-1
/
+1
*
display: add support for multiple displays
Arksine
2020-03-08
2
-4
/
+21
*
menu: Remove the "test" menu from the default menu
Kevin O'Connor
2020-03-08
1
-20
/
+0
*
menu: Disable support for "deck" and "card" menu items
Kevin O'Connor
2020-03-08
2
-383
/
+2
*
display: Replace hard-coded display with new config based display
Kevin O'Connor
2020-03-08
4
-169
/
+334
*
display_status: Separate out M73 and M117 handling to new module
Kevin O'Connor
2020-03-08
1
-75
/
+19
*
menu: Set speed for move actions (#2520)
Christian S
2020-02-17
1
-9
/
+9
*
hd44780: Increase timeout to 40us
Kevin O'Connor
2020-01-24
1
-1
/
+1
*
display: Revert "display: Add ST7567 display support (#1540)"
Kevin O'Connor
2019-12-18
2
-36
/
+1
*
uc1701: Add a delay after reset toggle (for displays using ResetHelper)
Kevin O'Connor
2019-12-03
1
-0
/
+4
*
uc1701: Add support for rst_pin
Kevin O'Connor
2019-12-02
1
-15
/
+25
*
hd44780: Use two separate text framebuffers
Kevin O'Connor
2019-12-01
1
-9
/
+10
*
uc1701: add config option for sh1106 type with up to 132 columns.
Matt Baker
2019-11-26
2
-7
/
+13
*
buttons: Remove MCU_ADC_buttons debug capability
Kevin O'Connor
2019-11-07
1
-6
/
+5
*
extruder: Consistently use "extruder" for the primary extruder
Kevin O'Connor
2019-11-07
2
-23
/
+23
*
uc1701: Add support for a reset line on SSD1306 displays
Kevin O'Connor
2019-08-17
1
-0
/
+15
*
bus: Add MCU_bus_digital_out helper class
Kevin O'Connor
2019-08-17
1
-24
/
+6
*
menu: use MOVE=1 for offset_z menu
fess
2019-07-31
1
-1
/
+1
*
menu: Remove customized get_status overrides
Kevin O'Connor
2019-06-04
1
-17
/
+0
*
display: add get_status method
Janar Sööt
2019-06-04
1
-0
/
+5
*
menu: Changed Menu item "Feed Filament" name (#1609)
alfsoft
2019-05-09
1
-1
/
+1
*
display: Add ST7567 display support (#1540)
Dmitry
2019-04-15
2
-1
/
+36
*
menu: initial support for analog buttons (#977)
Janar Sööt
2019-04-14
1
-10
/
+80
*
uc1701: make contrast configurable
Arksine
2019-04-02
1
-1
/
+2
*
menu: Show current positions based on gcode positions (#1389)
Robert Konklewski
2019-03-21
1
-23
/
+49
*
menu: Set input_max for moving toolhead in menu to same value for all move in...
amblidex
2019-03-08
1
-10
/
+10
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-3
/
+2
*
hd44780: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
st7920: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
font8x14: Store font as strings instead of as bytearray
Kevin O'Connor
2019-02-27
3
-258
/
+259
*
gcode: Raise a config error on invalid register_command()
Kevin O'Connor
2019-02-18
1
-4
/
+5
*
menu: Don't peek into printer.objects member variable
Kevin O'Connor
2019-01-08
1
-7
/
+5
*
klippy: Convert printer_state("ready") to an event handler
Kevin O'Connor
2019-01-08
2
-34
/
+34
*
menu: allow empty command gcode if action is present
Janar Sööt
2019-01-07
1
-1
/
+3
[next]