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 (Expand)Author
2017-11-02Looks like the reworked C++ preferences start to work again.bubnikv
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-10-27Fixed configuration & validate C++ ports.bubnikv
2017-10-25Another step towards C++ presets.bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-09-18Ported PrintConfigBase::_handle_legacy from Perl to C++,bubnikv
2017-07-11Fix ofbubnikv
2017-06-14Improved error handling when importing configuration from a G-code.bubnikv
2017-06-14Ported config load / stored to C++, thanks @alexrjbubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-03-30Permit firmware retraction when firmware is Repetier (repetier-firmware suppo...Joseph Lenox
2016-12-08Maybe the Travis CI server has more than 16 cores?Alessandro Ranellucci
2016-12-08Try to fix compilation error about the new threads defaultAlessandro Ranellucci
2016-10-24Suppress the '- default -' selection of Print/Filament/Printer settingsbubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-09-13Documented perl modules.bubnikv
2015-12-16Refactored the Config XS bindingsAlessandro Ranellucci
2015-12-07Import config bundle automatically if found in application directoryAlessandro Ranellucci
2015-12-02Ported a couple more methods to XSAlessandro Ranellucci
2015-07-01Ported Config::setenv() to XSAlessandro Ranellucci
2015-02-07enabling firmware retraction for Machinekit in GUIAlexander Rössler
2015-02-01Throw an error for first_layer_height == 0. #2605Alessandro Ranellucci
2014-11-27Rename solid_fill_pattern to external_fill_pattern and clarify tooltipAlessandro Ranellucci
2014-11-22Fixes to UTF-8 handling in file pathsAlessandro Ranellucci
2014-11-09Ported some methods including add_model_object() and apply_config() to XSAlessandro Ranellucci
2014-11-06Make .ini parser more tolerant to whitespaceAlessandro Ranellucci
2014-10-21Removed --g0Alessandro Ranellucci
2014-10-18Refactoring: moved some low-level G-code generation methods to the new Slic3r...Alessandro Ranellucci
2014-08-03Only consider used extruders when limiting layer height. #2175Alessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-06-17Handle legacy configsAlessandro Ranellucci
2014-06-16Finished implementation of bed_shape in platerAlessandro Ranellucci
2014-06-16Initial work for custom bed shapeAlessandro Ranellucci
2014-05-27Automatically disable retract_layer_change when using spiral_vaseAlessandro Ranellucci
2014-05-25Typo seal -> seam :-)Alessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro Ranellucci
2014-04-19Workaround for upstream module bug causing command line option parsing for mu...Alessandro Ranellucci
2014-04-05Re-enable the threads config option. #1882Alessandro Ranellucci
2014-03-26Fix the extruder override logic. All role-based extruder options now default ...Alessandro Ranellucci
2014-03-25New commands for exporting/importing full config bundles. Useful for printer ...Alessandro Ranellucci
2014-03-24Prevent user from saving a preset with the "- default -" name. #1717Alessandro Ranellucci
2014-03-22ComboBox for fill density valuesAlessandro Ranellucci
2014-03-22Turn fill_density into percentageAlessandro Ranellucci
2014-03-17Better fix for non-global options not being replaced in filename placeholders...Alessandro Ranellucci
2014-02-13Fix regression about percent extrusion width not being validated. Includes re...Alessandro Ranellucci
2014-02-10Fix regression in Config->setenv affecting post-processing scripts. Includes ...Alessandro Ranellucci
2014-01-12Some fixes to config APIAlessandro Ranellucci
2014-01-12Add scale rotate duplicate_grid to @Ignore and fix @Ignore which was ignoredAlessandro Ranellucci
2014-01-11The ratio_over parameter was missing in the definition of first_layer_extrusi...Alessandro Ranellucci
2014-01-11Put a hard limit on manually configured extrusion widths (10 * the largest no...Alessandro Ranellucci