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:
Diffstat (limited to 'ArcWelderTest/ArcWelderTest.cpp')
-rw-r--r--ArcWelderTest/ArcWelderTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArcWelderTest/ArcWelderTest.cpp b/ArcWelderTest/ArcWelderTest.cpp
index 538bb2a..4a6940b 100644
--- a/ArcWelderTest/ArcWelderTest.cpp
+++ b/ArcWelderTest/ArcWelderTest.cpp
@@ -305,10 +305,10 @@ static void TestAntiStutter(std::string filePath)
// BENCHY_L1_DIFFICULT
// SPIRAL_TEST
// SPIRAL_VASE_TEST_FUNNEL
- std::string source_path = SPIRAL_VASE_TEST_SINGLE_LAYER_CYLINDER;
+ std::string source_path = SUPER_HUGE_TEST;
std::string target_path = "C:\\Users\\Brad\\Documents\\3DPrinter\\AntiStutter\\test_output.gcode";
arc_welder_args args(source_path, target_path, p_logger);
- args.box_encoding = args.box_encoding = utilities::box_drawing::HTML;
+ args.box_encoding = args.box_encoding = utilities::box_drawing::ASCII;
args.callback = on_progress;
// override any arguments here;
args.allow_travel_arcs = true;