New Feature Ideas #8
Thinkersbluff
started this conversation in
Ideas
Replies: 2 comments 8 replies
-
I want to say that you are doing a great job and thanks to it we are giving our lcd a second life and improving the way we use klipper. I have three ideas I'd like to share.
In the next few days I will test your last version well and give you new feedback. |
Beta Was this translation helpful? Give feedback.
8 replies
-
At v3.0.2, I added the Nozzle LED On/Off controls to the Miscellaneous Settings menu. (Home->Setup->Miscellaneous Settings) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope to put out small incremental improvements to this UI, rather than save things up for periodic major release cycles.
Think "Agile" product development life-cycle, incremental build, incremental release.
My challenge is to learn just enough to be able to implement each feature "wisely". (i.e in a manner that is consistent with the software architecture as it is and/or as it should be, for future robustness and maintenance.)
e.g. Adding a button that just calls a gcode macro (like M112) is easy for me now. I am thinking M600 might be handy, on the Change Filament or Printing Tune menu.
To add an extruder esteps calibration function, I would require a bit of help on the python side. I would also expect to be implementing a rotational-distance calibration tool, rather than esteps. Maybe the first release would require manual editing of the printer.cfg file, while upgrades could read/write the values?
Think "Agile" product development life-cycle, incremental build, incremental release.
Beta Was this translation helpful? Give feedback.
All reactions