Van Kichline

Results 8 comments of Van Kichline

Good suggestion, @benhul; it would be helpful to be able to set the menu selection. Recently we added a way to access the current menu from an event; this won't...

Hi, @rhannink! I would call the first way the "Royal" way, the way it was intended to be activated. The feature is controlled by a setting preference, and either of...

felmue - I tested and found auto-connect does not re-engage on wake up. (An issue, because auto-connect is a primary feature, and works fine w/o the change.) Also, I could...

After weeks of experimenting with this issue on my printer, I found that: M420 S1 ; Nothing happens, ABL does not adjust Z axis while printing M420 S1 F10 ;...

Esp32Forth on a variety of chips. Load is just: block 1024 evaluate, so if the loaded block contains a load, there is no way to continue at the next statement...

Here is a proposed repo case: Screen 1: .” Screen 1” cr 2 load .” Required: print this line.” Cr Screen 2: .” Screen 2” cr ——— Expected: Screen 1...

@ropg, I think you have left out a category of widgets; light weight output controls. In a small app, I just want to stuff values into objects to be displayed,...

That renders no button at all for me. What does work is: ``` void setup() { ez.begin(); test.spriteBuffer(); ez.Screen.add(test); ok.colors = { RED, BLACK, RED }; ez.Screen.add(ok); ez.Screen.focus(); test.colors.outline =...