Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-07Fix: GCodeSender: Line number resynchronisationVojtech Kral
2018-02-12Synchronized the GCodeSender with the upstream Slic3r, thanks @alexrj.bubnikv
Fixes https://github.com/prusa3d/Slic3r/issues/654
2017-08-18CMake build process - fixes of the previous check-ins to buildbubnikv
cleanly on Windows & Linux. There is still a work on OSX: The XS module has to be linked without perl.lib and with the following parameters to produce a bundle: -bundle -undefined dynamic_lookup
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
Removed dependency on Perl Math::PlanePath module. Fixed compilation with Visual Studio and SLIC3R_DEBUG: Visual Studio older than 2015 does not support the prinf type specifier %zu. Use %Iu instead. C++11 move semantics enabled.
2016-10-24by alexrj: Fixes in GCodeSender to reset the connection after it breaks.bubnikv
by alexrj: Fix in mouse handling of 2DBed. by alexrj: ClipperUtils for ExPolygon vs. ExPolygon
2016-03-13Make GCodeSender more robust (keep more than one sent line) and fix a memory ↵Alessandro Ranellucci
access problem in the asio write buffer
2016-01-03Implement serial port baudrate selection for OpenBSDGregor Best
Signed-off-by: Gregor Best <gbe@unobtanium.de>
2015-12-26Dump serial messages to file in order to debug communication issuesAlessandro Ranellucci
2015-12-18Some changes to DLP projectorAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-06Fix comment stripping in senderAlessandro Ranellucci
2015-11-19More small fixes for compilation on LinuxAlessandro Ranellucci
2015-11-19Several fixes to GCodeSender, including compilation on older OS X and DTR resetAlessandro Ranellucci
2015-11-08Smoother manual control movementsAlessandro Ranellucci
2015-11-06Remove Boost from distribution and fix some more things for Windows compilationAlessandro Ranellucci
2015-11-06Fix compilation on WindowsAlessandro Ranellucci
2015-11-04Fix G-code checksumAlessandro Ranellucci
2015-11-04Bugfix: wrong error handling in GCodeSenderAlessandro Ranellucci
2015-11-02Implemented connection timeout in C++Alessandro Ranellucci
2015-11-02Removed debugging statementAlessandro Ranellucci
2015-11-02Test button for serial connectionAlessandro Ranellucci
2015-11-02Several improvements to the print job queueAlessandro Ranellucci
2015-01-05Handle log, temperatures. Move controller to main tabpanel. More thingsAlessandro Ranellucci
2015-01-04Implemented priority queueAlessandro Ranellucci
2015-01-04More work on print controllerAlessandro Ranellucci
2014-12-31Initial work for a controller GUIAlessandro Ranellucci
2014-12-28Finished GCodeSenderAlessandro Ranellucci
2014-11-27Initial work for G-code sender and more intensive usage of BoostAlessandro Ranellucci