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 (Collapse)Author
2021-11-06Don't engage "no solid area over X perimeters" before the Y first solid ↵supermerill
layers, depending on bottom solid layers/thickness As it's useless and can result in bad side-effect when there is thick perimeters on the first layer. supermerill/SuperSlicer#1766
2021-11-06Fix for clipper fix 37838besupermerill
It can create 0-length segments. These have to be pruned. supermerill/SuperSlicer#1641 supermerill/SuperSlicer#1781
2021-11-06fix: When removing too thin bridge, use it as solid instead of sparse.supermerill
supermerill/SuperSlicer#1766 supermerill/SuperSlicer#1781
2021-11-06Better bridge direction when only one anchor areasupermerill
2021-11-06fix brim/skirt issue with support raft:supermerill
* fix skirt distance, to take into account the support * fix brim ears: not printed between raft extrusions, but around the area. supermerill/SuperSlicer#1745
2021-11-06Multithreading dense_infillsupermerill
2021-11-06Fix missing 'ironing' from bottom feature selection boxsupermerill
supermerill/SuperSlicer#1754
2021-11-06Fix crash when using complete_objectsupermerill
2021-11-06updated profilessupermerill
2021-11-06When using fan_speedup, don't move fan from custom_gcodesupermerill
also don't enter the start_gcode if start_gcode_manual (only custom start gcode) Fix only for overhangs Update to tooltips supermerill/SuperSlicer#1742
2021-11-06Add max_literal to setting def, to set the threshold for popup warning for ↵supermerill
float% fields allow max, min and % of nozzle delete % check from ConfigManipulation supermerill/SuperSlicer#1774
2021-11-06max_layer_height & min_layer_height now can be percent.supermerill
Also some fixes on crash that may happens when using them.
2021-11-06Update to some default values, and various fixessupermerill
typos custom gcode panel size min first layer speed now a float.
2021-11-06Avoid bridge/infill mess when the bridge area is a bit thin.supermerill
2021-11-06Fix gap - infill voidssupermerill
2021-10-31Setting to put thumbnails at the end of the gcode filesupermerill
Note that no firmware/printer support that right now.
2021-10-31Fix crash when loading gocde into gui on ArchLinux in tabbed layoutsupermerill
Seems transparetn for windows. Maybe it fixes things for macos? supermerill/SuperSlicer#1056
2021-10-31Preference for hiding settings lock&dot iconssupermerill
supermerill/SuperSlicer#1729
2021-10-29Search: display tooltip in tooltip, search full sentence in tooltip (low score).supermerill
2021-10-28Better bridge angle computation, and ready for tweaking weightssupermerill
(currently 70% coverage, 15% median length, 15% max length, 5% bonus for following a perimeter) Fix: Now consider bridge as full fill whatever the bridge_overlap is supermerill/SuperSlicer#565 supermerill/SuperSlicer#234 supermerill/SuperSlicer#149
2021-10-28fix macro [bad_name]supermerill
supermerill/SuperSlicer#1728
2021-10-28Fix fan speed for first layer when full_fan_speed_layer > 0 and ↵supermerill
disable_fan_first_layers == 0 supermerill/SuperSlicer#1727
2021-10-28Don't allow holes in infill_densesupermerill
Ensure that infill_every_layers and infill_only_where_needed when infill_dense, because it can't tolerate voids yet (they create different regions) TODO: find a way to merge sparse & voids and "recover" from that merge. no sparse + dense infill >better_than> infill_only_where_needed + dense infill supermerill/SuperSlicer#1657
2021-10-28update build scriptssupermerill
2021-10-28Add an option to show "rich tooltip" instead of system tooltip for setting ↵supermerill
controls. supermerill/SuperSlicer#1720 supermerill/SuperSlicer#1291
2021-10-28gcode_precision_e parse without tryctach, disabled assert (toverify)supermerill
2021-10-27Add a menu option to import prusa config.supermerill
Add infill_anchor_max==0 => not connected if from prusa config supermerill/SuperSlicer#1705
2021-10-26set the ironing pattern first pass to use filled monotonic instead of filled ↵supermerill
rectilinear. also allow half overlap for the first pass. supermerill/SuperSlicer#1708
2021-10-26fix infinite loopsupermerill
supermerill/SuperSlicer#1711
2021-10-26Fix special speeds not runnign at max when low layer time reduce the ↵supermerill
printing speed. supermerill/SuperSlicer#1707
2021-10-26typosupermerill
2021-10-26Allow modification when importing prusa config.supermerill
currently only on .3mf projects
2021-10-25Add gtk3 buildssupermerill
supermerill/SuperSlicer#1677
2021-10-25assert triggeringsupermerill
todo: check if it's dangerous, seems not.
2021-10-25Allow to choose between M73 and M117 for remaining_timessupermerill
supermerill/SuperSlicer#1693
2021-10-25Fix cli slice without config loadsupermerill
supermerill/SuperSlicer#1691
2021-10-25supermerill/SuperSlicer#1634supermerill
2021-10-24Add Colour Change G-code, Pause Print G-code, Template Custom G-code into ↵supermerill
the gui supermerill/SuperSlicer#1681
2021-10-24Fix 'one perimeter on first layer'supermerill
supermerill/SuperSlicer#1687
2021-10-23add logs for issue supermerill/SuperSlicer#1631supermerill
2021-10-23Dense Infill: reduced unneeded usage of "full fill"supermerill
supermerill/SuperSlicer#1671
2021-10-23Fix layer_z for feature_gcodesupermerill
2021-10-22fan delay & kickstart fixessupermerill
now shouldn't be crazy like before. supermerill/SuperSlicer#1665 supermerill/SuperSlicer#1530 supermerill/SuperSlicer#939 supermerill/SuperSlicer#834 supermerill/SuperSlicer#714
2021-10-22Fix crash when layer_height is 0supermerill
supermerill/SuperSlicer#1664
2021-10-22Increase the offset from 37838be to fix some more problematic casessupermerill
supermerill/SuperSlicer#1641
2021-10-22update create_release script: clean dir after zip/untarsupermerill
2021-10-22dense_infill (automatic) reworksupermerill
* better coverage * now print in the right sequence * fixed overlap (20% of bridge width) with everything for a good grip supermerill/SuperSlicer#1657
2021-10-20fix default arrange distance when 0 and when opening the slicer.supermerill
supermerill/SuperSlicer#1648
2021-10-14Allow to set the top fill for spiral vase.supermerill
2021-10-11fix the Fix for no_perimeter_unsupported_algo (a4caa5)supermerill
assign instead of insert... supermerill/SuperSlicer#1621