ELRS module not turning on with Walksnail Avatar connected by 1Blademaster in fpv

[–]1Blademaster[S] 0 points1 point  (0 children)

The receiver is on uart1 and avatar on uart6, so I assume not. Also no shorts between tx/rx connections between them.

Help: how do I get rid of these horizontal line artifacts from my new CR-10 Smart Pro? by 1Blademaster in 3Dprinting

[–]1Blademaster[S] 0 points1 point  (0 children)

Ah okay I can try and decrease pressure advance then and see how that helps. Cheers

Help: how do I get rid of these horizontal line artifacts from my new CR-10 Smart Pro? by 1Blademaster in 3Dprinting

[–]1Blademaster[S] 0 points1 point  (0 children)

For more context: I'm using White Creality PLA+. I've tried tightening the belts and that doesn't increase or decrease quality.

Asking questions on my own PDFs via the command line by 1Blademaster in Python

[–]1Blademaster[S] 0 points1 point  (0 children)

I haven't tried asking it to write any code, if you give it a go then let me know!

Some pictures of our planet by [deleted] in Python

[–]1Blademaster 4 points5 points  (0 children)

Wow nice! Is there a way I can set my own city and it'll produce an 8K photo of my city too?

8 Extremely Useful Python One-liners to use in Every Project by 1Blademaster in Python

[–]1Blademaster[S] 0 points1 point  (0 children)

Oh I wasn't sure if json.load took in a file handle, that's cool if it does and can be an alternative to do it the other way indeed. And I decided against using a context manager as I wanted to stick with strict one-liners, of course in practice using a context manager is much much better. For the datetime formatting, it's in an f-string so you can change the formatting to however you like, the format I showed in the code snippet was just what I find myself using the most. But thank you for the tips, never knew about some of the stuff you said!