-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prusa3d:master' into feature-configurable-solid-infill
- Loading branch information
Showing
1,265 changed files
with
420,763 additions
and
270,846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"version": 3, | ||
"configurePresets": [ | ||
{ | ||
"name": "default", | ||
"displayName": "Default Config", | ||
"description": "Building with statically linked dependencies", | ||
"binaryDir": "${sourceDir}/build-default", | ||
"cacheVariables": { | ||
"CMAKE_BUILD_TYPE": "Release", | ||
"SLIC3R_STATIC": true, | ||
"SLIC3R_GTK": "3", | ||
"SLIC3R_ENC_CHECK": false, | ||
"SLIC3R_PCH": true, | ||
"CMAKE_INSTALL_PREFIX": "${sourceDir}/build-default/dist", | ||
"PrusaSlicer_DEPS_PRESET": "default", | ||
"PrusaSlicer_DEPS_OUTPUT_QUIET": false | ||
} | ||
}, | ||
{ | ||
"name": "no-occt", | ||
"displayName": "Without STEP", | ||
"description": "Building with statically linked dependencies without STEP file support", | ||
"inherits": "default", | ||
"binaryDir": "${sourceDir}/build-no-occt", | ||
"cacheVariables": { | ||
"SLIC3R_ENABLE_FORMAT_STEP": false, | ||
"PrusaSlicer_DEPS_PRESET": "no-occt" | ||
} | ||
}, | ||
{ | ||
"name": "shareddeps", | ||
"displayName": "Shared dependencies", | ||
"description": "Building with dynamically linked dependencies from the system", | ||
"binaryDir": "${sourceDir}/shareddeps", | ||
"cacheVariables": { | ||
"CMAKE_BUILD_TYPE": "Release", | ||
"SLIC3R_STATIC": false, | ||
"SLIC3R_GTK": "3", | ||
"SLIC3R_ENC_CHECK": false, | ||
"SLIC3R_PCH": true, | ||
"PrusaSlicer_BUILD_DEPS": false | ||
} | ||
} | ||
] | ||
} |
Binary file not shown.
Oops, something went wrong.