Wilhelm Schuster

Results 18 comments of Wilhelm Schuster

OK, I can confirm that changing the boot order generally works. I've opted for a different method of installing the `bootorder` file: instead of using the Kconfig option `SEABIOS_BOOTORDER_FILE`, I...

I'd like to pile on and say that I've also stumbled upon this issue or a similar one: ``` $ python ../wikidump/wikiteam/dumpgenerator.py "https://minecraft-de.gamepedia.com/" --xml --images [...] Downloaded 5600 images Downloaded...

Moonraker recently received support for persistent database storage, which is a major step towards implementing filament usage tracking. https://github.com/Arksine/moonraker/commit/54b1bd8b0404f842828f3a0df6d7662c4c9a9648

I have added a bed texture. I've also updated the PSD file. I've used GIMP for this, so let's hope it still works in Photoshop. ![Screenshot-2022-08-10-105302](https://user-images.githubusercontent.com/1928113/183859509-bd7239b0-8557-4d0a-a0e3-e7f180aa5112.png)

@timmit99 \*poke\*

~~Quest 40 (You Shall Proceed) does not detect used/damaged Wooden Form.~~ ![Screenshot 2022-10-19 224024](https://user-images.githubusercontent.com/1928113/196799583-b00c1776-2c50-4181-9085-9833b084148f.png) just tested, works fine: ![image](https://user-images.githubusercontent.com/40274384/197406263-89f88e46-12fd-4c90-8570-ed65b4bbdf5b.png)

I'm trying out a dockable probe (gantry-docking [Klicky](https://github.com/jlas1/Klicky-Probe/)) for the first time on a newly built V2. Here is my inital configuration: ```ini [dockable_probe] pin: PG9 dock_position: 47.5, 309 approach_position:...

This module seems to be incompatible with Python 3 (3.9.9 in my case). The log contains the following: ``` Traceback (most recent call last): File "/usr/lib/klipper/klippy/extras/dockable_probe.py", line 191, in parseCoord...

Running `ACCELEROMETER_CALIBRATE` fails with: ``` Traceback (most recent call last): File "/opt/klipper/klippy/webhooks.py", line 245, in _process_request func(web_request) File "/opt/klipper/klippy/webhooks.py", line 415, in _handle_script self.gcode.run_script(web_request.get_str('script')) File "/opt/klipper/klippy/gcode.py", line 217, in run_script...