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 /GcodeProcessorLib
parentefb6c54e9f07edb25304a35e58431fdfe321c705 (diff)
Support relative extrusion, limit feedrate output, and add comments to the inverse processor. Solves #49.
Diffstat (limited to 'GcodeProcessorLib')
-rw-r--r--GcodeProcessorLib/GcodeProcessorLib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/GcodeProcessorLib/GcodeProcessorLib.vcxproj b/GcodeProcessorLib/GcodeProcessorLib.vcxproj
index 513f74c..956df18 100644
--- a/GcodeProcessorLib/GcodeProcessorLib.vcxproj
+++ b/GcodeProcessorLib/GcodeProcessorLib.vcxproj
@@ -169,6 +169,7 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>