Phil Hord

Results 16 issues of Phil Hord

I don't know if I can recreate this. I was in Ubuntu 20.04 and the colors in configtool are all messed up. I assumed it's because of my dark system...

Simulator's --report-temptable functionality is broken by the new reduced-workload ADC conversions. If we turn on continuous read mode we will get a result every time. This makes sense for this...

I noticed the Configtool produces temperature lookup tables which are significantly wrong around 300C where I print nylon and polycarbonate. I have a list of the correct ADC conversion values...

PWM pins that use timers besides Timer0 are not scaled down to use slow timers. A high (slow) prescaler is really needed to drive servos correctly. Therefore, currently, servos don't...

Following the wiki instructions, on a fresh checkout of the code I start up ConfigTool. I load a Printer, then I load a Board. Three weird things I noticed: 1....

It currently shows zeros for all the calculated values. The breakage bisects to this commit: commit 678184b037476149fc9520ee22a7c6a477c45bea (HEAD, refs/bisect/bad) Author: Robert Konklewski Date: Thu Apr 21 11:55:27 2016 Probably the...

Recently ConfigTool has been very slow for me on Ubuntu Linux. When I run the app there is a 15 second wait before the window is first displayed. I bisected...

From @Traumflug > One thing I'm a bit unsure about is, how should we deal with Configtool? It's pretty obvious that people like you and me and @phord happily hack...

I have some code like this where I have a single AdafruitIO_Group object that I use to interact with a feed group. AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS); AdafruitIO_Group *grp =...

make clangbuild fails on clang-6 and clang-10 because the -Wdocumentation flag produces numerous warnings in several header files. I bisected this to 9f8b180d5daebe54b33e0f6e02a5186dd578f838, but I'm not sure what is an...