Yannic Schröder
Yannic Schröder
Many of my documents contain a birth date near the beginning of the document. This results in the wrong creation date (the birthday). Instead, Paperless should look for the most...
I don't know if you want PrusaControl be a full-blown controll center to directly communicate with the printer (the name suggests this). However, I'd like to send my G-code directly...
I'd like to configure the repository where the settings come from. Currently it is hard-coded to the software: https://github.com/prusa3d/PrusaControl/blob/master/parameters.py#L222 My use case is the following: We have a Prusa i3...
I believe it is rather cumbersome to maintain two code bases for Python 2 and Python 3. From glancing over the code with `meld` I think most of the differences...
Buttons are read out via interrupts. They are firing often if buttons are held down and the pwm loop runs not often enough. Therefore the tip heats up a lot....
There may be users who prefer to display the temperature in Fahrenheit. There should be a way to change the displayed temperature unit.
I was informed (and I should also know this from lectures...) that we have to be careful with the readings from the thermocouple regarding its cold junction temperature. Small excursion...
We should add some documentation: - Pinout of the different headers - Instructions for assembly - Information on connectors and power supply - Available options for housing, tip rest, cables,...
The wiki currently states that we build this on linux. I see no reason why this project can be built on Windows with WinAVR. It supplies `make` and `avrdude` for...
We should offer some .stl file that can be used to print a simple housing for the hardware. It should have the needed holes for switches, display and wires.