3delta
3delta copied to clipboard
gcode help
Installing tk8.5 was not an option on my linux mint 1.20 system, I used tk8.6 instead. I found the gcode help was not displaying correctley. changing lines 1599, 1600 has helped: $win.codes columnconfigure 0 -maxwidth 4 -font {-size 8 -weight bold} $win.codes columnconfigure 1 -wrap 1 -maxwidth 15 -font {-size 8} the display more cloesly matches the example now. hth David.