-
@Ghostkeeper @daid @fabianrodrigo
i'am also encountering the issue "No attribute SocketListener".
and
**commands:**
python3.5
import Arcus
print(Arcus.__file__)
**get:**
s…
-
Platform: win10
version: sip 4.19.8 for python 3.6.5
I have already installed sip via "python -m pip install sip". And I can find sip.pyd at "C:\Users\CZB\AppData\Local\Programs\Python\Python36\Lib\…
-
Hi ! I tried to build the library for CuraEngine, but I have the following error at compile time, after proceeded your instructions (no problem with cmake):
`[ 5%] Building CXX object CMakeFiles/…
-
From what i understand, the setting _machine_center_is_zero_ translates, if true, all points by half of the width and half of the height. As a result, point (0; 0) would now be (width / 2; height / 2…
-
Hi daid,
I installed MinGW,and i dont know what is wrong with it.
here is ,run in git bush,win7,x64
mingw32-make: Entering directory 'c:/Cura/CuraEngine'
mingw32-make: **\* No targets specified and no…
-
**Application Version**
CuraEngine4.0.0, libArcus4.1.0, protobuf3.8.0, vs2019x64, CMake3.14.3
**Platform**
Windows10 visual studio 2019 x64
**Additional Information**
The dependent libr…
-
Installing `libSavitor` fails on Arch based distro, because the environmental variable `DESTDIR` is used in `cmake_install.cmake`, which is not set.
-
Hi Guys,
I am using the tutorial "Installing Protobuf on Windows C++" to build Protobuf using MinGW. But in Step "$ ./configure", I find "stdint.h" and "inttypes.h" are not found. At the next step…
-
**Application Version**
3.3.0
**Platform**
Oracle Enterprise Linux 7.7
**Steps to Reproduce**
Follow the build instructions up to the point of CuraEngine's `make`
**Actual Results**
```
…
-
It would be nice to use cura from withkn existing python installation. To do it we need a `setup.py` and `setup.cfg`, providing the instructions to `setuptools` on how to build a wheel.