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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
AgeCommit message (Expand)Author
2018-08-21Removed the Point::coincides_with_epsilon() methodbubnikv
2018-08-17Replaced coincides_with(const Line &line) with operator==bubnikv
2018-08-17Merged with masterbubnikv
2018-08-17Updated the Eigen library to 3.3.5bubnikv
2018-08-17Removed the Point::wkt() and Point::dump_perl() methods.bubnikv
2018-08-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-17Fixed a few tooltips, changed default value for minimal purge on wipe towerLukas Matena
2018-08-17Build: Option to force generation of PDB file on MSVC Release buildVojtech Kral
2018-08-17Build: Plumb perl include pathVojtech Kral
2018-08-17Removed Point::scale(),translate(),coincides_with(),distance_to(),bubnikv
2018-08-15Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-07Fixed inccorect (excessive) time estimates with the MMU 2.0bubnikv
2018-08-06Bumped up version number.version_1.41.0-betabubnikv
2018-08-06Merge branch 'master' of http://github.com/prusa3d/Slic3rLukas Matena
2018-08-06Changed checkbox labels for purge into infill/object featureLukas Matena
2018-08-06Minor tweaks of UI texts,bubnikv
2018-08-06Deleted empty line between "default value" and "variable name"YuSanka
2018-08-06Deregister the update callback on end of the application.bubnikv
2018-08-05Fix of a regression bug: Update the print bed texture when switchingbubnikv
2018-08-04T1 and M702 C are now evaluated by the time estimator to add the newbubnikv
2018-08-04Merge branch 'master' into time_estimatebubnikv
2018-08-03Merge remote-tracking branch 'origin/lm_minimal_purging_on_wt'bubnikv
2018-08-03Merge remote-tracking branch 'remotes/origin/feature_arrange_with_libnest2d'bubnikv
2018-08-03Merge remote-tracking branch 'origin/lm_wipe_tower_block_improvements_merged'bubnikv
2018-08-03Added support for the upstream Marlin interpretation of the M204 code.bubnikv
2018-08-03Changed color of preliminary wipe tower blockLukas Matena
2018-08-03Added a spatial index to speed up alignment score calculation.tamasmeszaros
2018-08-02reduce accuracy to acceptable performancetamasmeszaros
2018-08-02Nlopt build fixtamasmeszaros
2018-08-02Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-08-02New approach to big items with calculating the best alignment with other big ...tamasmeszaros
2018-08-02Added a threshold for purging on the wipe tower (before it goes into infill/s...Lukas Matena
2018-08-02Bugfix: priming lines for MM print were shown in preview even when disabledLukas Matena
2018-08-02Merge branch 'lm_wipe_tower_block_improvements' into lm_wipe_tower_block_impr...Lukas Matena
2018-08-02Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-08-02Fixing the "last item doesn't fit" problem.tamasmeszaros
2018-08-02New perl callback to force reloading of 3d scene after Purging volumes are ch...Lukas Matena
2018-08-02Wipe tower postprocessing, wipe tower block on 3D plate improved.Lukas Matena
2018-08-01Merge remote-tracking branch 'remotes/origin/wipe_tower_no_priming'bubnikv
2018-08-01Merge commit '4e901a9db778660d3471a49cd95d66f85b2dbc88'bubnikv
2018-08-01FirmwareDialog: Fix dialog resizingVojtech Kral
2018-08-01FirmwareDialog: UI improvements, bugfixesVojtech Kral
2018-07-31Add variable name to tooltipsYuSanka
2018-07-31Changed the filament_load_time / filament_unload_time defaults to zero.bubnikv
2018-07-31Added filament_load_time and filament_unload_time parametersbubnikv
2018-07-30Prepare integration for arbitrary shaped print beds.tamasmeszaros
2018-07-30linest2d ready for arbitrary shaped beds.tamasmeszaros
2018-07-30Fixed camera jump after object rotateEnrico Turri