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
2022-11-02add 'enforce overhang speed'devremi durand
2022-09-16Fix thinwall-merge to keep a real loopsupermerill
2022-09-16Merge remote-tracking branch 'remotes/prusa/master_250' into devsupermerill
2022-09-13Fix of #8724, #8747, and #8753: Crash when Voronoi vertexes of a finite edge ↵Lukáš Hejl
have some coordinate NaN or infinite.
2022-09-13Fixed an issue that the wipe was shorter when it was located where extrusion ↵Lukáš Hejl
width was changing. (Heavily modified by supermerill for superslicer)
2022-09-13Fixed incorrectly computed starting position in Concentric infill when ↵Lukáš Hejl
Arachne is used.
2022-09-13Follow-up to 0161a59a93e326d5e573cffe61b9549a4d925189: Too big epsilon ↵Lukáš Hejl
created tiny unconnected extrusions, so epsilon was changed to the smallest value that allows resolving rounding issues after division by two.
2022-09-13Reconnected endpoints of closed polyline when PolylineStitcher produced an ↵Lukáš Hejl
open polyline mark as closed.
2022-09-13Fix of #8597 - Assert on Windows about decrementing of std::vector::begin() ↵Lukáš Hejl
in a specific case.
2022-09-13Added a lot of debugging outputs (SVG) into SkeletalTrapezoidation.Lukáš Hejl
2022-09-13Modified text drawing methods in debugging visualization (SVG) to support ↵Lukáš Hejl
changing font size.
2022-09-13Added information that the concentric infill is also affected by the ↵Lukáš Hejl
selected perimeter generator.
2022-09-13Fix of #8793: Visible vertical "seam" on fuzzy skin on the place where ↵Lukáš Hejl
extrusion begins.
2022-09-13Reverse overhang direction on odd: now also works for holes.supermerill
2022-09-13Correct computation for empty layers.supermerill
(maybe still some quirks for raft with many extruders).
2022-09-13Vase mode: no arachnesupermerill
supermerill/SuperSlicer#3204
2022-09-13Fix gui not refreshing for 'single extruder mmu' tabsupermerill
supermerill/SuperSlicer#3176
2022-09-13Allow "brim per object" also for not-sequential printing.supermerill
3191
2022-09-13Fix milling post-processsupermerill
supermerill/SuperSlicer#2739 supermerill/SuperSlicer#2786
2022-09-13Fix mmu paintsupermerill
supermerill/SuperSlicer#2639
2022-09-13fix missing retraction when the lift is merged in start_gcode_manual & no ↵supermerill
layer_gcode supermerill/SuperSlicer#2916
2022-09-13Fix double brim interiorsupermerill
supermerill/SuperSlicer#3185
2022-09-13wipetower with klipper: don't pass the extruder to SET_PRESSURE_ADVANCE if ↵supermerill
the extruder name is blank supermerill/SuperSlicer#3073
2022-09-13undo 7e3fc96, not needed anymoresupermerill
supermerill/SuperSlicer#3153
2022-09-13Fix possible too low width for thin walls / gapfill when the spacing ratio ↵supermerill
is low supermerill/SuperSlicer#3184
2022-09-13scripted widget: now executed at conf load, to apply changessupermerill
fix refresh for float/&percent fixed ask_for_refresh() for non-bool supermerill/SuperSlicer#3175
2022-09-13Updates to post-process script: try to run even if it can't find the ↵supermerill
file/exe. python3 instead of python for macos/linux supermerill/SuperSlicer#3062
2022-09-06Fix icon splashscreensupermerill
supermerill/SuperSlicer#3135
2022-09-06Fix default reset of scripted widgetssupermerill
supermerill/SuperSlicer#3144
2022-09-06Fix loop type of arachne extrusions (useful for wiping direction)supermerill
supermerill/SuperSlicer#3056
2022-09-06Bumped up version to 2.5.0Lukas Matena
2022-09-05Localization: Next phrases improvementsYuSanka
2022-09-05Localization: Added STEP for the "Import..." phrasesYuSanka
2022-09-02Fix of #8793: Visible vertical "seam" on fuzzy skin on the place where ↵Lukáš Hejl
extrusion begins.
2022-09-01Manually merge for #8787 - Updated Catalan language to 2.5.0 RC2YuSanka
2022-09-01don't unretract when wiping if using firmware retraction.supermerill
supermerill/SuperSlicer#3163
2022-09-01Fix search / unsaved changes for setting arrayssupermerill
supermerill/SuperSlicer#1052
2022-08-31Profile: fix creality brace in filename.supermerill
supermerill/SuperSlicer#3157
2022-08-31Fix first layer z position i the gcode viewer.supermerill
supermerill/SuperSlicer/issues/3125
2022-08-31Fix autospeed: max print speed %supermerill
supermerill/SuperSlicer#3110
2022-08-31Flow spacing overlap: more robust functions.supermerill
Fix arachne: consider arachne like a gapfill, not like a thinwall. supermerill/SuperSlicer#3043 supermerill/SuperSlicer#3105
2022-08-31Replaced parameters wall_add_middle_threshold and ↵Lukáš Hejl
wall_split_middle_threshold with automatic computation based on extrusion width. That allows computed better values in cases when the extrusion width of the first layer or for the infill differs from the extrusion width for perimeters. Parameters min_feature_size and wall_transition_length now can be set in percentages, and then they will be calculated based on nozzle size. Old profiles with default values are forced to replace old default values with new default values in percentages.
2022-08-31Fix of #8472: The middle perimeter was missing for some specific ↵Lukáš Hejl
configurations due to numeric rounding errors.
2022-08-31Updated the comment about the missing twin edge in the post-processed ↵Lukáš Hejl
Voronoi diagram.
2022-08-31Fixed an issue that when wall_transition_filter_deviation contained a ↵Lukáš Hejl
non-percent value, then it contained the wrong value.
2022-08-31merge a bit more arachne and classicsupermerill
2022-08-30Bumped up version to 2.5.0-rc2Lukas Matena
2022-08-30Fix of #8778 and #8760: Artifacts on models when Arachne was used.Lukáš Hejl
This was caused by mistakenly swapping the key and the value in a vertex map.
2022-08-30Follow-up to 9e88954 (avoid unnecessary copy)Lukas Matena
2022-08-30Fix of #8766: PP scripts not working on UNIX when $SHELL is undefined:Lukas Matena
thanks @jfbauer432 for pointing the problem out.