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-09-24version 2.4.58.5HEAD2.4.58.5rcmastersupermerill
2022-09-16fix compilesupermerill
2022-09-16Fix thinwall-merge to keep a real loopsupermerill
2022-09-16Correct computation for empty layers.supermerill
(maybe still some quirks for raft with many extruders).
2022-09-16Fix gui not refreshing for 'single extruder mmu' tabsupermerill
supermerill/SuperSlicer#3176
2022-09-16Fix milling post-processsupermerill
supermerill/SuperSlicer#2739 supermerill/SuperSlicer#2786
2022-09-16Fix mmu paintsupermerill
supermerill/SuperSlicer#2639
2022-09-16fix missing retraction when the lift is merged in start_gcode_manual & no ↵supermerill
layer_gcode supermerill/SuperSlicer#2916
2022-09-16Fix double brim interiorsupermerill
supermerill/SuperSlicer#3185
2022-09-16wipetower with klipper: don't pass the extruder to SET_PRESSURE_ADVANCE if ↵supermerill
the extruder name is blank supermerill/SuperSlicer#3073
2022-09-16undo 7e3fc96, not needed anymoresupermerill
supermerill/SuperSlicer#3153
2022-09-16scripted 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-16Fix icon splashscreensupermerill
supermerill/SuperSlicer#3135
2022-09-16Fix default reset of scripted widgetssupermerill
supermerill/SuperSlicer#3144
2022-09-16don't unretract when wiping if using firmware retraction.supermerill
supermerill/SuperSlicer#3163
2022-09-16Fix search / unsaved changes for setting arrayssupermerill
supermerill/SuperSlicer#1052
2022-09-16Profile: fix creality brace in filename.supermerill
supermerill/SuperSlicer#3157
2022-09-16Fix first layer z position i the gcode viewer.supermerill
supermerill/SuperSlicer/issues/3125
2022-09-16Fix autospeed: max print speed %supermerill
supermerill/SuperSlicer#3110
2022-09-16typossupermerill
supermerill/SuperSlicer#3149
2022-09-16contiguous: allow paint & Seam sphere for the base position.supermerill
supermerill/SuperSlicer#3058
2022-09-16fix string/empty custom variablesupermerill
supermerill/SuperSlicer#3126
2022-09-16fix crash when seam placement (fix fbaf8d5c)supermerill
supermerill/SuperSlicer/issues/3128 supermerill/SuperSlicer/issues/3115 supermerill/SuperSlicer/issues/3106 supermerill/SuperSlicer/issues/3090
2022-09-16change download page from hardcoded prusa to define from libslic3r_version.hsupermerill
supermerill/SuperSlicer#3069
2022-09-16Add some more logs for pattern save debug in 3mf.supermerill
2022-09-16Fix for when the seam gap is too big for a very small loop.supermerill
2022-09-16fix empty vector accesssupermerill
2022-08-11version 2.4.58.42.4.58.4supermerill
2022-08-11Add elegoo profilessupermerill
2022-08-11Update profilessupermerill
2022-08-11Update How to build - Linux et al.mdMark Routledge
Tips for updating on the RPI4.
2022-08-11Fix few auto-translated(?) words and phrases which already haskmarty
established names.
2022-08-11Updates to hungarian translationAntoszHUN
2022-08-11Klipper & wipe tower: correct extruder namesupermerill
Also, can now use {tool_name} and other filaments & extruder settings in filament start/end supermerill/SuperSlicer#2934
2022-08-11Allow reset function for scripted widgetsupermerill
updated doc in readme supermerill/SuperSlicer#2930
2022-08-11Fix solid_over_perimeterssupermerill
supermerill/SuperSlicer#2955 supermerill/SuperSlicer#3015
2022-08-11Fix brim generation (offset & width in constructed holes)supermerill
supermerill/SuperSlicer#3050
2022-08-11Fix aligned seam & add some others:supermerill
- contiguous: even more aligned - scattered: old random: random per island per layer - random : new random: every loop has its own random seam.
2022-08-11Fix wipe_tower_brim_width % valuessupermerill
by @Pavulon87 supermerill/SuperSlicer#3031
2022-08-11Fix wipe_inside_end for holessupermerill
supermerill/SuperSlicer#2736
2022-08-11fix b1efd779 (freecad path)supermerill
2022-08-11fix brim crashsupermerill
supermerill/SuperSlicer#2996
2022-08-11Fix random seamsupermerill
2022-08-11Update to Polyline::split_at()Vojtech Bubnik
2022-08-11Fixes of cooling buffer logic:Vojtech Bubnik
Fixed division by zero on zero length extrusions. Added bunch of asserts to check for divisions by zero.
2022-08-11Gallery: Update for recycling symbolsYuSanka
2022-08-11Fixed GLGizmoBase::render_input_window() to properly require for an extra ↵enricoturri1966
frame the first time an imgui window is shown
2022-08-11SPE-1252 - Fixed update of contours in Cut Gizmo when modifying the ↵enricoturri1966
orientation or the scale of a part of a multipart object
2022-08-11Removed extra member qualification in declaration (does not build with ↵Lukas Matena
/permissive-)
2022-08-11Fixed a crash when using a selection rectangle in cut gizmoLukas Matena