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
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-07-26New 3D Honeycomb infill pattern (credits: David Eccles (gringer)). #1646Alessandro Ranellucci
2014-07-23Change default layer height to 0.3mmAlessandro Ranellucci
2014-06-19Put the Default Extruder option in a less confusing positionAlessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-06-16Initial work for custom bed shapeAlessandro Ranellucci
2014-06-12Move external_perimeters_first to PrintRegionConfigAlessandro Ranellucci
2014-06-12Move bridge_flow_ratio to PrintRegionConfigAlessandro Ranellucci
2014-06-12Move PrintConfigDef::build_def() to .cppAlessandro Ranellucci
2014-06-10New XY Size Compensation option. #581 #56Alessandro Ranellucci
2014-06-09Distinct extrusion width for external perimetersAlessandro 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-05-21One line missing for support_material_interface_speed declarationAlessandro Ranellucci
2014-05-21Separate speed option for support material interface. #2009Alessandro Ranellucci
2014-05-15Move many speed settings to PrintRegionConfigAlessandro Ranellucci
2014-05-13Refactored the Slic3r::GCode logic for speedsAlessandro Ranellucci
2014-05-13Move Detect Bridging Perimeters to region configAlessandro Ranellucci
2014-04-30Rename EMC to LinuxCNCAlessandro Ranellucci
2014-04-26Don't put supports under bridges and potential bridgesAlessandro Ranellucci
2014-04-25Explain that infill_every_layers can be set to arbitrarily large values in th...Alessandro Ranellucci
2014-04-25Fix regression causing default extrusion width to be ignored. #1958Alessandro Ranellucci
2014-04-19Set min temperature to 0Alessandro Ranellucci
2014-04-19Default extruder wasn't applied to perimeter extruder. Includes regression te...Alessandro Ranellucci
2014-03-27Set default support material pattern to pillarsAlessandro Ranellucci
2014-03-27Fix extruder assignment and testsAlessandro Ranellucci
2014-03-26Specify that extruder indices are 1-based in tooltipsAlessandro Ranellucci
2014-03-26Fix the extruder override logic. All role-based extruder options now default ...Alessandro Ranellucci
2014-03-25New option for forcing the generation of interface shells. #1847Alessandro Ranellucci
2014-03-25Rephrase the tooltip for start G-code to make its position more clear. #1822Alessandro Ranellucci
2014-03-24Better tooltip for top_solid_infill_speed. #1752Alessandro Ranellucci
2014-03-24Prevent GUI from crashing when invalid values were written in numeric fields....Alessandro Ranellucci
2014-03-23Add 0% to fill_density comboboxAlessandro Ranellucci
2014-03-23Make the override panel prettier and prevent the default extruder setting fro...Alessandro Ranellucci
2014-03-22Only expand shortcut options in StaticConfig objects. This way we can keep a ...Alessandro Ranellucci
2014-03-22ComboBox for fill density valuesAlessandro Ranellucci
2014-03-22Turn fill_density into percentageAlessandro Ranellucci
2014-02-15Some incomplete work for per-region configAlessandro Ranellucci
2014-01-11The ratio_over parameter was missing in the definition of first_layer_extrusi...Alessandro Ranellucci
2014-01-05New support material pattern: pillars!Alessandro Ranellucci
2014-01-05Make tests passAlessandro Ranellucci
2014-01-03More incomplete work for Flow/Extruder refactoringAlessandro Ranellucci
2014-01-03Moved first_layer_extrusion_width to PrintConfigAlessandro Ranellucci
2014-01-03Adapt plater to the new split configAlessandro Ranellucci
2014-01-02Remove scale, rotate, duplicate, duplicate_grid from config (but leave them i...Alessandro Ranellucci
2014-01-02Satisfy test suite and CLIAlessandro Ranellucci
2014-01-02More workAlessandro Ranellucci
2014-01-01More work here and thereAlessandro Ranellucci
2013-12-31Split PrintConfig into PrintObjectConfig and PrintRegionConfigAlessandro Ranellucci