James Kao

Results 33 comments of James Kao

Hmm.. looking back at the original feature request, a lot of what seems to be needed is a modular way to customize machine controls, which tend to vary from machine...

We can help, but the forum is a better place for discussion outside of the software itself. https://forum.photonic3d.com

The problem with the unreliable update at startup has to do with a related problem that we found in area515#225. Depending on the network conditions, cwhservice can be run before...

A blocking check seems drastic, since you would be unable to start at all if your system if it were disconnected from the Internet, and render the software inoperable if...

Hmm.. given that curl has built-in exponential back off, retries, and max retry total time capability built in, what advantages do the custom retry function give?

The question is around what we're trying to achieve in the network check. A standalone ping direct to github checks something different than retrying the actual call to retrieve version...

I have been researching this more, in context of the work on AffineTransform and discussion with some DLP users with different projectors. There are several different types of "distortion" for...

Good reminder, my request is buried in the comments for #158, I'll open a separate issue for it and summarize the request.

The main core file changes are: - src/chroot_script - The official repo always installs OctoPrint, presuming that a variant will then modify the OctoPrint distro somehow. Since Photonic3D is completely...

We implemented a this in a fork, https://github.com/Kudo3D/SLAcer.js. Take a look at the uploadZip() and makeButton() functions in https://github.com/Kudo3D/SLAcer.js/blob/gh-pages/js/photonic3d.js A similar technique could be used for other embedded printer control...