From e5d13bd4013cf820929f462f1e2032b908eab783 Mon Sep 17 00:00:00 2001 From: OrcaSlicerBot Date: Sun, 4 Jan 2026 12:38:58 +0000 Subject: [PATCH] Updated Wiki content --- developer-reference/How-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-reference/How-to-build.md b/developer-reference/How-to-build.md index aef5ee8..4e4cdcd 100644 --- a/developer-reference/How-to-build.md +++ b/developer-reference/How-to-build.md @@ -118,7 +118,7 @@ How to building with Visual Studio on Windows 64-bit. 3. If successful, you will find the Visual Studio solution file in: ```shell - build\OrcaSlicer.sln + build\OrcaSlicer.slnx ``` 4. Open the solution in Visual Studio, set the build configuration to `Release` and run the `Local Windows Debugger`. ![compile_vs_local_debugger](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/develop/compile_vs_local_debugger.png?raw=true)