Andy
Andy
Meanwhile, I set up a test environment on a Win7 system, with almost identical results: First connection attempt after pluggin the reader in: ``` C:\prg\nfc\env-win\Scripts\python.exe -m nfc -vvv DEBUG:nfc.clf.transport:using libusb-1.0.22...
Thank you for the link to #105. I'll check if increasing the timeout works.
Yes, got my rev 216 work like a charm using pcscd and pyscard
I started out with https://github.com/BrianHVB/intro-to-smartcard-development#heading--python-example-1 and it really worked out-of-the-box
I can confirm this - when multiple extruders are defined, colours of filaments assigned to each extruder are shown correctly in the thumbnail (i.e. it works correctly when a tool-change...
From what I can see from the sources, thumbnails are rendered by ``GLCanvas3D::_render_thumbnail_internal()`` in ``slic3r/GUI/GLCanvas3D.cpp``, where each volume is assigned with a "uniform_color" according to the configuration options. However, I'm...
Basic pdf tools would be great, indeed (no pressure on the eta!) :+1: - imho, a much appreciated feature in that regard would be splitting up documents: More often than...
I also have the problem that my SSL certificate is not wildcard and with my dyndns provider not offering the required control I won't be able to change this any...
@eikek thanks for your feedback! I've already managed to change `RestServer,scala`, `AttachementRoutes.scala`, `ShareAttachementRoutes.scala`, `Flags.scala` and `TemplateRoutes.scala` to prepend `cfg.baseUrl.path.asString` to each location. The restserver compiles and starts ok, but of...
Neither would I have expected it to be easy, especially given my lack of experience with elm and scala. However, it's probably not that may places, after all - some...