We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce18f3 commit ffb8efcCopy full SHA for ffb8efc
xcsg/xcsg_main.cpp
@@ -83,7 +83,7 @@ bool xcsg_main::run()
83
84
if(file.GetExt() == ".csg") {
85
86
- cout << "Converting from OpenSCAD " << xcsg_file << endl;
+ cout << "Converting from: " << DisplayName(xcsg_file,show_path) << endl;
87
std::ifstream csg(xcsg_file);
88
csg_parser parser(csg,m_cmd.secant_tolerance());
89
parser.to_xcsg(tree);
0 commit comments