João Pedro Curti

Results 10 issues of João Pedro Curti

The README with instructions is not being displayed in the tab "details" from your extension because vs code marketplace [apparently only accepts markdown as a description](https://code.visualstudio.com/api/references/extension-manifest#marketplace-presentation-tips). ![image](https://user-images.githubusercontent.com/12000447/208288498-deb6be04-56e9-4155-8552-e473eb37e73b.png) At the user...

The screen communication protocol can be extended for response messages from the display unit to the klipper host. Extend rotary button methods already available from klippy so that the screen...

enhancement

At the moment, the whole action menu is updated every cycle without necessity. This makes the screen flickers and consumes time that will be important when porting this to klipper....

bug
good first issue

As result from the display interface that this project was ported from, there are a lot of magic number and manual alignment of elements. This doesn't help future implementations that...

enhancement
help wanted
good first issue

Long texts are cut by the limited screen size and it would be nice if they are scrolled when hovered. Applicable on: Print file list (when hovered) , Printing menu...

enhancement

[A serial bridge was already proposed and implemented ](https://github.com/Klipper3d/klipper/commit/6469418d73be6743a7130b50fdb5a57d311435ca) by @ E4ST2W3ST, but it need to be adapted for the ender 3 v3 se with the following changes: - [Change...

enhancement