- Unknown
This file contains hidden or 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
| --- /usr/local/cuda-13.1/targets/x86_64-linux/include/crt/math_functions.h.org 2025-08-21 00:50:27.000000000 +0200 | |
| +++ /usr/local/cuda-13.1/targets/x86_64-linux/include/crt/math_functions.h 2025-11-30 14:27:58.286886587 +0100 | |
| @@ -629,7 +629,7 @@ | |
| * | |
| * \note_accuracy_double | |
| */ | |
| -extern __DEVICE_FUNCTIONS_DECL__ __device_builtin__ double rsqrt(double x); | |
| +extern __DEVICE_FUNCTIONS_DECL__ __device_builtin__ double rsqrt(double x) noexcept (true); | |
| /** |
This file contains hidden or 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
| # Cura Ender 3 V3 KE Thumbnail creator | |
| # daitj (github.com/daitj) | |
| # Modified from Ken Huffman (huffmancoding@gmail.com) CreateV2NeoThumbnail | |
| # This only works with Cura 5.0 or later | |
| # Based on: | |
| # https://github.com/Ultimaker/Cura/blob/master/plugins/PostProcessingPlugin/scripts/CreateThumbnail.py | |
| # | |
| # Usage: | |
| # Add this script twice in Cura for 300x300 and 96x96 | |
| # first one for 300x300 and |