Pelle
Pelle
Not sure this helps, but I got the same kind of error message when I was trying to connect to an agent using SVMPv3, and specified a passphrase that was...
Just want to add that I see the exact same error message as @eyebrowkang. Let me know if there is anything I should check. Neovim: ``` NVIM v0.9.2 Build type:...
I have just switched to Moonraker/Klipper/MainsailOS from OctoPrint and really liking it so far. I'm having issues getting this to work though. I tried the setting by @uocnb above, but...
Thanks for the ideas, I will try it some more. Every time it fails it's a bit of a hassle for some reason to get it working again. I have...
I tried adding a 3 second delay using `G40 P3000` at the start, just in case the PSU would need some time to start up. But even using that I...
I created a super simple test-file with the following contents: ``` START_PRINT G4 P3000 M80 G4 P3000 M81 G4 P3000 ``` It "printed" without any errors. The klippy.log showed the...
I found it while looking an `moonraker.log`. I disabled changing the power for my printer during printing with `locked_while_printing: True` in `moonraker.conf`. I changed it to `False` and it appears...
@Arksine That sounds great, I will try that! I like the idea of disabling it in the GUI just to avoid accidentally turning it off during a print. I'm still...
> It is possible, but not necessary as it can be accomplished by overriding `SDCARD_PRINT_FILE`. The majority of printer builds don't separate logic from peripherals, in such cases it is...
Perhaps the app can start with a single text field for SSID, and then let the user add more text fields dynamically with a button, in case more SSID's are...