3delta icon indicating copy to clipboard operation
3delta copied to clipboard

gcode help

Open DavidJRichards opened this issue 5 years ago • 0 comments

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.

DavidJRichards avatar Oct 26 '20 18:10 DavidJRichards