mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Added PauseBackendPlugin, added to changelog. CURA-3361
This commit is contained in:
parent
c2bf88751e
commit
3d1e5a84fc
10 changed files with 888 additions and 1 deletions
13
plugins/PauseBackendPlugin/CMakeLists.txt
Normal file
13
plugins/PauseBackendPlugin/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
project(PauseBackendPlugin)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
install(FILES
|
||||
__init__.py
|
||||
PauseBackend.py
|
||||
PauseBackend.qml
|
||||
pause.svg
|
||||
play.svg
|
||||
LICENSE
|
||||
README.md
|
||||
DESTINATION lib/cura/plugins/PauseBackendPlugin
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue