Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-02-19 01:48:42 +0300
committerFormerLurker <hochgebe@gmail.com>2021-02-19 01:48:42 +0300
commitfe18f18b4c005a2c4e4b69a5866d0d065bde82aa (patch)
treefba8715841a51b75befe0454318a959991d8e29f /ArcWelderConsole
parentefb6c54e9f07edb25304a35e58431fdfe321c705 (diff)
Support relative extrusion, limit feedrate output, and add comments to the inverse processor. Solves #49.
Diffstat (limited to 'ArcWelderConsole')
-rw-r--r--ArcWelderConsole/ArcWelderConsole.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArcWelderConsole/ArcWelderConsole.vcxproj b/ArcWelderConsole/ArcWelderConsole.vcxproj
index 1433a00..9bfc6c5 100644
--- a/ArcWelderConsole/ArcWelderConsole.vcxproj
+++ b/ArcWelderConsole/ArcWelderConsole.vcxproj
@@ -176,6 +176,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>