PrusaSlicer-NonPlainar/utils
bubnikv 1385018724 Unicode handling:
Removed the Perl dependencies on Encode, Encode::Locale and Unicode::Normalize.
Added dependency on boost::locale.
Added encode_path, decode_path, normalize_utf8 functions to Slic3r.xs

Slic3r.xs has been made mostly utf8 safe by using the boost::nowide library,
thanks to @alexrj for the idea.

Simplified the encode_path / decode_path stuff:
wxWidgets are unicode already, so there is no need to decode_path() from it.
Perl / win32 interfacing is non-unicode, so decode_path() is executed
on ARGV just at the beginning of the perl scripts.
2017-08-03 17:31:31 +02:00
..
modifier_helpers Added simple JSCAD modifier helper 2016-06-02 19:18:29 -05:00
post-processing Post process script for fan kickstart 2016-06-02 11:43:34 -05:00
zsh Finalized the Prusa Control project file format import. 2017-04-05 14:45:43 +02:00
amf-to-stl.pl Unicode handling: 2017-08-03 17:31:31 +02:00
config-bundle-to-config.pl New utility script to convert config bundles into a single config file 2014-07-26 12:16:33 +02:00
dump-stl.pl Unicode handling: 2017-08-03 17:31:31 +02:00
gcode_sectioncut.pl Reduced the content of Geometry.pm, removed unused Perl subroutines. 2017-07-19 10:45:39 +02:00
pdf-slices.pl Fix of 2017-07-11 17:15:34 +02:00
send-gcode.pl Finished GCodeSender 2014-12-27 22:58:01 +01:00
split_stl.pl Unicode handling: 2017-08-03 17:31:31 +02:00
stl-to-amf.pl Unicode handling: 2017-08-03 17:31:31 +02:00
view-mesh.pl Fix of https://github.com/prusa3d/Slic3r/issues/285 2017-06-13 11:35:24 +02:00
view-toolpaths.pl Render brim and skirt in 3D toolpaths preview. #2649 2015-05-18 00:49:16 +02:00
wireframe.pl Fix of https://github.com/prusa3d/Slic3r/issues/285 2017-06-13 11:35:24 +02:00