logoalt Hacker News

progbitstoday at 7:50 PM2 repliesview on HN

I'm guessing bambu implementation returns the server socket's listen address, and they bind to 0.0.0.0. (Typography pet peeve, how do I disambiguate that dot?)

What's surprising is how this got shipped. Do the devs use some other client that has the WinSCP setting on by default, or is that feature only used by their slicer and their SDK does it by default?

One theory I have is they bound the server to the printer's address originally and it behaved properly, but then changed to 0.0.0.0 later.


Replies

fragmedetoday at 10:07 PM

Plus there's also ::/0 to bind to which will break/fix things as well.

bombelatoday at 7:53 PM

> Typography pet peeve, how do I disambiguate that dot?

I have resorted to "0.0.0.0".

show 1 reply