PrusaSlicer-NonPlainar/lib
bubnikv f5160b7a72 Fixed "Slic3r crashes when sending STLs with special characters to the printer"
https://github.com/prusa3d/Slic3r/issues/597
The "Send to OctoPrint" function will now send the file name encoded
in UTF-8, so the file name will not get mangled.

The C++ Slic3r::encode_path() function was returning a string to Perl,
which was marked as UTF-8. This has been fixed, now encode_path() returns
a plain Perl string.

Added path_to_filename, path_to_stem, path_to_extension, path_to_parent_path
Perl wrappers to boost::filesystem::path splitting functionality
to be able to split UTF-8 encoded files on Windows correctly.
2017-12-21 16:56:33 +01:00
..
Slic3r Fixed "Slic3r crashes when sending STLs with special characters to the printer" 2017-12-21 16:56:33 +01:00
Slic3r.pm Fixed a regression error: The "current_extruder" identifier was not set 2017-12-18 12:14:09 +01:00