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
AgeCommit message (Expand)Author
2018-12-03remove warnings (int -> size_t & cast)alexrj_cleaningsupermerill
2018-12-03Remove support test compilationJoseph Lenox
2018-12-03Merge branch 'alexrj_flagssurfacetype'Joseph Lenox
2018-12-02Ensure switched to perlbrewJoseph Lenox
2018-12-01Allow for override of PERL_BIN and PP_BINJoseph Lenox
2018-12-01set WXDIRJoseph Lenox
2018-12-01cpanm then.Joseph Lenox
2018-12-01install local::lib in slic3r-perlJoseph Lenox
2018-12-01Comment out use of libstdc++ to "fix" #4627 at the cost of breaking old distros.Joseph Lenox
2018-12-01don't source, just switch.Joseph Lenox
2018-11-29fix an other not-the-same-meaning replacementalexrj_flagssurfacetypesupermerill
2018-11-29stupid bugfixsupermerill
2018-11-29fix a not-the-same-meaning replacementsupermerill
2018-11-29a bugfix and other protectionssupermerill
2018-11-29bugfixsupermerill
2018-11-29replace some other dubious algo for comparing surface_type (Surface collectio...supermerill
2018-11-29remove bad algo from keep_typessupermerill
2018-11-29forgot a .plsupermerill
2018-11-29refactor perl to also use the flag system (only one line really use it in sup...supermerill
2018-11-29Merge remote-tracking branch 'remotes/origin/master' into alexrj_flagssurface...supermerill
2018-11-29Fix compilation on older gccAlessandro Ranellucci
2018-11-28resolve warningssupermerill
2018-11-28ensure perlbrew perl is used for travis deploy (no idea why it isn't).Joseph Lenox
2018-11-28Make travis count builds as failed when if statements are used.Joseph Lenox
2018-11-27remove useless operator functionssupermerill
2018-11-27Merge branch 'master' into alexrj_flagssurfacetypeMerill
2018-11-27Change SurfaceType to flagssupermerill
2018-11-27Ported Print::make_skirt() to C++Alessandro Ranellucci
2018-11-27For consistency, move prerequisites after the state guardAlessandro Ranellucci
2018-11-27Ported PrintObject::prepare_infill() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::infill() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::detect_surfaces_type() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::make_perimeters() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::slice() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::combine_infill() to C++Alessandro Ranellucci
2018-11-26Fixed warning in t/support.tAlessandro Ranellucci
2018-11-26Ported PrintObject::discover_horizontal_shells() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::_simplify_slices() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::_support_material_flow() to C++Alessandro Ranellucci
2018-11-26Ported PrintObject::clip_fill_surfaces() to C++Alessandro Ranellucci
2018-11-25Build coverity-scan (this branch should be rebased or merged as scans are des...Joseph Lenox
2018-11-25Merge pull request #4595 from slic3r/commandline-update-docsAlessandro Ranellucci
2018-11-25Avoid locking in 0,0 for minimum x/yJoseph Lenox
2018-11-25Bugfix: --dont-arrange was reported as not implementedAlessandro Ranellucci
2018-11-25Bugfix: Model::add_default_instances() was always return trueAlessandro Ranellucci
2018-11-25Fix test according to the wanted behavior for --export-sla-svgAlessandro Ranellucci
2018-11-25Fix --center, --dont-arrange, --export-* and other thingsAlessandro Ranellucci
2018-11-25Add missing export_amf option to CLIActionsConfigDefAlessandro Ranellucci
2018-11-25Math is hard.Joseph Lenox
2018-11-25Test --dont-arrange and --center.Joseph Lenox