This commit removes references to unused curator dependencies and options in the `cura_wasm` and `cura_build` profiles. Additionally, it adds specific curator printer settings to `cura_wasm` and replaces options with corresponding `tools.build` configuration in `cura_build` for cleaner and updated profile management.
Contribute to NP-637
The powershell variable was set to output ps1 files
Need to check if that still works with all the
current changes. Or if I need another way of
determining the extension to use.
Contributes to CURA-9365
Apparently it was a problem referring to `os` and `os_build`
in the jinja template later on, since those values were determined
on the fly as well
Contributes to CURA-9365
This commit also adds a remote artifactory server which is
currently a private personal server and just for tryouts.
This needs to change in due time to an UM managed server.
Either in the cloud or on a VM.
There are three profiles added to the configuration. All
of them depend on the default autodetected profile.
This default profile can be created using the command
`conan profile new --detect default`
The configuration as whole can be installed with the command:
`conan config install https://github.com/ultimaker/conan-config.git`
Contributes to CURA-8785