Egil Kvaleberg

Results 7 issues of Egil Kvaleberg

Not sure if this is unique to my Ubuntu, but I also needed the following to get PyCAM started without complaints: sudo apt install python-svg.path

Running the latest Arduino IDE 1.8.9 on a 64bit Ubuntu system. Compiling to hex works fine, and I can program the Curiosity fine simply by copying the hex file to...

While LibreCAD ignores Z scale on input, generating DXF with entities that has a Z scale of zero creates problems for others. FreeCAD will for instance choke, see https://tracker.freecadweb.org/view.php?id=4791 An...

PR small
PR improvement
PR next release

While the original Uno is advertised to support Serial baudrates down to 300, it seems the m4809 can only support baudrates down to 2400. This is due to the design...

documentation

The idea is that if it is detected that the extruder cannot keep the temperature, but well before reaching the alarm limit, the cooling fan is throttled. If that does...

temperature

The current version fails with the recent KiCAD 6.0 release since GetModules() is depreceated, and no longer available.

### Expected behavior Correct DXF file generated with Z scale of non-zero. ### Observed behavior Having done "Save as" to a DXF file, a 3D tool like FreeCAD chokes on...

bug