Skip to content

Commit

Permalink
Make csg file obey --fullpath option
Browse files Browse the repository at this point in the history
  • Loading branch information
arnholm committed Oct 12, 2020
1 parent fce18f3 commit ffb8efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcsg/xcsg_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ bool xcsg_main::run()

if(file.GetExt() == ".csg") {

cout << "Converting from OpenSCAD " << xcsg_file << endl;
cout << "Converting from: " << DisplayName(xcsg_file,show_path) << endl;
std::ifstream csg(xcsg_file);
csg_parser parser(csg,m_cmd.secant_tolerance());
parser.to_xcsg(tree);
Expand Down

0 comments on commit ffb8efc

Please sign in to comment.