PrusaSlicer-NonPlainar/xs
bubnikv 2b0b8e6e68 Removed the hard-coded priming line when
both single_extruder_multi_material and wipe_tower are enabled,
and the print prints with a single extruder only.

Newly the same situation will be handled through a conditional G-code
in the following format:

{if not has_wipe_tower}
; Do the priming
{endif}
2017-12-04 11:57:54 +01:00
..
lib/Slic3r Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
src Removed the hard-coded priming line when 2017-12-04 11:57:54 +01:00
t Fixed configuration & validate C++ ports. 2017-10-27 16:11:06 +02:00
xsp Added Perl to C++ interfaces for creating the preset editor pages 2017-12-04 10:48:40 +01:00
CMakeLists.txt Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
main.xs.in Initial implementation of a CMake build system for the Slic3r XS module. 2017-08-16 19:05:08 +02:00