Closed j0hax closed 6 days ago
wxGetApp().get_devices() We added this functionality ourselves, and the dependencies of prusa 2.7.2 do not include WebView and related functionality. Please use our source code to compile the dependencies and then build the software.
Hello,
I want to package QIDISlicer for NixOS, a source-based Linux distribution (https://github.com/NixOS/nixpkgs/issues/336869). I am following the PrusaSlicer build instructions and am re-using the existing expression for PrusaSlicer 2.7.2 but switching the source code to that of QIDISlicer.
My build makes quite some progress building (around 62% in CMake) but fails at
wxGetApp().get_devices();
. I noticed this function does not exist in the PrusaSlicer Plater.cpp file. Any help getting QIDISlicer packaged would be very appreciated! 😄