jackopoz

Results 2 comments of jackopoz

After some lengthy investigation we have determined the cause of the SIGSEGV crash in Cura code The problem in applying styles in `Repeater` [here](https://github.com/Ultimaker/Cura/blob/c654718d8f7d3ac215c7f09bb513323955ac000e/resources/qml/PrinterOutput/ManualPrinterControl.qml#L268) rewriting without `Repeater` have fixed that...

Hello, you can try to compile it on macos install OpenCV and CMake via Homebrew `brew install opencv cmake` and then in project dir ``` cmake . -DOpenCV_DIR=/usr/local/Cellar/opencv/4.5.5_2/lib/cmake/opencv4/ make ```