enaix
enaix
This is not a bug, since these tweets are marked as sensitive (the blur feature was introduced in 1.6.0)
I see that it's unimportant, it just differs from the stock firmware and can be confusing during manual bed leveing. The user may accidentally push the axes without noticing and...
The problem is that the behavior differs from the default firmware: if the user tries to do the leveling the exact same way as on the old firmware, they may...
I mean the anycubic firmware. Of course the feature itself isn't the problem, I misunderstood what "manual leveling feature" means in the firmware. (I've meant that the short timeout not...
JIC here is the related PR #5
It seems that the repo is dead.. Idk, it might be reasonable to create a fork or contact the owner
I am currently trying to fix the issue with the qmlimportscanner: in demo/CMakeLists.txt ``` qt_add_qml_module(Demo URI Demo VERSION 1.0 IMPORTS QtQml QtQuick QtQuick.Controls.Basic org.wangwenx190.QtAcrylicMaterial QML_FILES MainWindow.qml IMPORT_PATH ${PROJECT_BINARY_DIR}/imports ENABLE_TYPE_COMPILER #
I guess that I have found the source of an error: `qt6-qtdeclarative-devel-6.3.1-2.fc36.x86_64` Fedora package provides `/usr/lib64/cmake/Qt6Qml/Qt6QmlMacros.cmake`, which has an error: it misses the ENABLE_TYPE_COMPILER option. In qtdeclarative source code [Qt6QmlMacros.cmake](https://github.com/qt/qtdeclarative/blob/dev/src/qml/Qt6QmlMacros.cmake)...
Now the only remaining issue is that custom components are not found by the compiler in `demo/MainWindow.qml`: `DesktopWallpaper was not found. Did you add all import paths?` Import statement does...
Please use the patch from the pull request #88. You may also add `#define BUILDING_ACPICA` to suppress the `#warning` directive