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-07-28Little fix: back() isn't front()patch-8Merill
2022-07-26Fix of #8446: Non-planar Voronoi diagram.master_250Lukáš Hejl
This is the follow-up to 63c66f4f189b6f3d3a3b95ddd158c66ee5166420. Detection of non-planar (degenerated) Voronoi diagrams was rewritten to check if all neighboring edges of the Voronoi vertex are CCW ordered.
2022-07-22Manually merged PR #8544 - Add 2.5.0 translate for zh_CN languageYuSanka
2022-07-22Fix of #8457 and #8461: Made pressure equalizer to modify only GCode lines ↵Lukáš Hejl
that are inside the block tags _EXTRUDE_SET_SPEED and _EXTRUDE_END. The previous approach could modify all GCode lines, even custom GCode or tool change GCode, which was unintentional.
2022-07-22Test case for issue when Arachne produce closed ExtrusionLine that have ↵Lukáš Hejl
different the first and the last point.
2022-07-22Fixed an issue when an open perimeter containing part of an overhang ↵Lukáš Hejl
perimeter was split into two parts and wasn't extruded as continuous extrusion.
2022-07-22Prevented gap fill and Arachne from creating tiny gaps in extrusions in ↵Lukáš Hejl
specific cases.
2022-07-21Gallery: Update for recycling symbolsYuSanka
2022-07-21Fix of #8474 and #8514: Voronoi generator sometimes produced a non-planar ↵Lukáš Hejl
Voronoi diagram. We introduced detecting for those degeneration cases. When degenerated Voronoi diagram is detected, then the input polygons are rotated, and the Voronoi diagram is recomputed. Usually, rotation of input data solves issues like this.
2022-07-19Fixed GLGizmoBase::render_input_window() to properly require for an extra ↵enricoturri1966
frame the first time an imgui window is shown
2022-07-19Removed extra member qualification in declaration (does not build with ↵Lukas Matena
/permissive-)
2022-07-18SPE-1252 - Fixed update of contours in Cut Gizmo when modifying the ↵enricoturri1966
orientation or the scale of a part of a multipart object
2022-07-15Bumped up version to 2.5.0-alpha3Lukas Matena
2022-07-15Mentioned CuraEngine in the CopyrightsDialogLukas Matena
2022-07-14Merge branch 'pm_seam_curling_fix_250' into master_250Lukas Matena
2022-07-14Use resampling only with smooth surfaces generated by ArachnePavel Mikus
2022-07-14curling improvementsPavel Mikus
2022-07-14Bugfix: seam enforcers and blockers not respected on different nozzle widths -Pavel Mikus
now flow width is used instead of fixed distance param
2022-07-14remove global angle computation, wrong resultsPavel Mikus
2022-07-14oversample smooth surfaces, which reduces curling on those surfaces, because ↵Pavel Mikus
the shortest path down is better defined
2022-07-14increase snapping anglePavel Mikus
2022-07-14reduce curlingPavelMikus
2022-07-14refactored find_seam_string funcPavelMikus
2022-07-14Count seam string weight and try mutiple strings; choose highest weightPavelMikus
2022-07-14increase weight of central seam enforcersPavel Mikus
2022-07-14choose seam string with lower variance weighted by visibilityPavel Mikus
2022-07-14bug fixes in the linear regressionPavel Mikus
2022-07-14cubic spline segment size based on the length of stringPavelMikus
2022-07-14search points based on updated linear regression model (line), make search ↵PavelMikus
raidus dynamic based on layer thickenss
2022-07-14Fix of #8471 - Pressure equalizer caused unintentional deceleration before ↵Lukáš Hejl
ironing and acceleration after ironing.
2022-07-14Fix of #8455 - Incorrect scale in ExtrusionLine::simplify() prevented ↵Lukáš Hejl
removing vertices between collinear and nearly collinear lines.
2022-07-14Fix of #8455 - Fixed the incorrect computation of the threshold for grouping ↵Lukáš Hejl
ExtrusionPaths with the same extrusion width in thick_polyline_to_extrusion_paths() that was affecting Arachne and gap fill. The previous behavior didn't merge two ExtrusionPaths with the same extrusion width, and it also could merge two ExtrusionPaths with different widths, which was unintentional, and it could also possibly create visible artifacts in some cases. Because simplification of ExtrusionLoop in GCode::extrude_loop is working on ExtrusionPath and not on whole ExtrusionLoop, so previous incorrect behavior was preventing simplification and removing small extrusions like in #8455.
2022-07-13Added notification about "Lightning infill" + localization for this lineYuSanka
2022-07-13Search: Fix of the wrong search, when print technology was changed, but ↵YuSanka
search line wasn't inputted. Partially reverted a248490507f7d0c2fe8f245b14318fbe2100d243 -> UnsavedChangesDialog:A sort of Sercher's options have to be reverted back an the and of update_tree() May be related to #8376 - SEARCH {CTRL-F}
2022-07-12Fix of #8488 - Infinite loop in the lightning infill.Lukáš Hejl
2022-07-12Fix for #8450 - Tip Of The Day - configuration snapshots shortcut not work ↵YuSanka
in the language Portuguese Brazil Note: This bug was related not just for the language Portuguese Brazil but for all another dictionaries, where for "&MenuItem" and "MenuItem" are used "&LocalMenuItem1" and "LocalMenuItem2" instead of "&LocalMenuItem" and "LocalMenuItem"
2022-07-12Fix for #8459 - Tooltip on "Retract amount before wipe" setting for retractionsYuSanka
2022-07-12Follow-up to e86463a369183134df95d5bc7d7c8a6387117edf: Forgot to remove ↵Lukáš Hejl
useless asserts.
2022-07-12Fix of #8463 - Crash in SkeletalTrapezoidation::computePointCellRange() when ↵Lukáš Hejl
a cell point didn't fit into Vec2i64 because it was too far away.
2022-07-12Fixed empty 'G1' lines generated by the wipe tower:Lukas Matena
They are not nice and trigger assertions in CoolingBuffer
2022-07-11Fix of #8447 - Zero spacing when Clipper Z-coordinate (line width) equaled ↵Lukáš Hejl
zero because the resulting path after clipping had vertices from a clipping polygon (which has Z-coordinate equal to zero).
2022-07-11Fix of #8437 - Very tiny unprintable polygons caused InfillFailedException ↵Lukáš Hejl
in the lightning infill.
2022-07-08Update year in the copyright noticeLukas Matena
2022-07-07Merge branch 'lm_portuguese' into master_250Lukas Matena
2022-07-07localization: Updated pt_BR/PrusaSlicer.moYuSanka
2022-07-07Fixed typos in pt_BR translationLukas Matena
2022-07-07Updated pt_BR translation (#8449)Valter F.C
2022-07-01Added link to helper for "Pressure equalizer" parametersYuSanka
2022-06-30Manually merged PR #8438 - Russian localization update for the version ↵YuSanka
PrusaSlicer 2.5.0-alpha2
2022-06-30Fix of #8436 - Crash in the lightning infill when some region has zero ↵Lukáš Hejl
infill density.