Thomas Kriechbaumer

Results 48 comments of Thomas Kriechbaumer

Please share a g-code file that was generated with a Marlin printer selected in Cura, and also one file with a Duet RRF printer selected. Please also upload your cura.log...

Please try installing from source using the next branch, which contains a new commit to address this issue. https://github.com/Kriechi/Cura-DuetRRFPlugin/tree/next

@mikalhart although Galileo took quite some time to become operational - it would be great to see support for it here!

Thanks @thomasjo and @ashthespy for engaging here! Really appreciate it! I also opened an issue with the atom-latextools package, which is (was?) also quite popular: https://github.com/msiniscalchi/atom-latextools/issues/178 @ashthespy if you talk...

hyperframe only provides the low-level framing for the HTTP/2 protocol. It sounds like you are looking for a higher-level API and library, in this case take a look at [h2](https://github.com/python-hyper/h2)...

Are you referring to https://github.com/awslabs/aws-iot-expresslink-library-arduino ? Please add a mention to either the code or a README file on where to find this dependency.

I ended up doing something like this at the moment: ``` puppet define ufw::allow() { exec { "ufw-allow-${name}": command => "ufw allow '${name}'", path => '/usr/sbin:/bin:/usr/bin', unless => "ufw status...