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-02-01Fix commit 4e6753: use ExPolygon instead of polygon (so don't holes as ↵supermerill
contour) for "too thin bridge" detection.
2022-02-01Fix gcodeviewer to symlink to real slicer namesupermerill
supermerill/SuperSlicer#1627
2022-02-01Fix bridge offset when multiple bridge polygon on a layersupermerill
supermerill/SuperSlicer#2249
2022-02-01Added test for sysctl pathJaggzh
2022-02-01Allow configuration directory next to app bundle on MacOsMartin Sturm
2022-02-01Update to use OneTBBStephen Hurd
Mostly converting tbb::mutex -> std::mutex and tbb::atomic to std::atomic Some changes also present around task manager. squash: * Include atomic/mutex/thread where required * Use TBB_VERSION_MAJOR to detect if the legacy API should be used
2022-02-01Fix crash on FreeBSDStephen Hurd
On FreeBSD builds, if you try to change a printer/filament/setting option while the dirty flag is set, it crashes. This patch seems to fix the crash, though I'm not sure what the id is actually used for. merill: added the #ifdef __WXGTK__ to not mess with other OSes
2022-02-01Check the return value of get_field() before useStephen Hurd
Other calls to toggle() check if the field exists first, this one should too. Fixes #2126 Signed-off-by: Stephen Hurd <shurd@sasktel.net>
2022-02-01Restore ability to use with wxWidgets 3.0Stephen Hurd
Needed for FreeBSD GTK2 usage
2022-02-01Fix several typos in Czech localisationkmarty
2022-02-01overhaul of the default to default_[double|int|bool|string]remi durand
as the previous syntax doesn't works Also doesn't return the exists() bool, as it difficult to delete it.
2022-02-01Add a macro command `{ignore_legacy(true)}` to disable the legacy format ↵remi durand
using the `[]` (can be reactivated with false argument) Now can escape the '[' by "\[", this will print '['. same for the '{'. change all tooltips (and default values) to use '{ }' instead of '[ ]' That will enable the use of these characters in the custom gcode without crashing supermerill/SuperSlicer/issues/2276
2022-02-01fix min skirt lengthremi durand
supermerill/SuperSlicer#2200
2022-02-01Wrong title on Retraction Calibration windowremi durand
supermerill/SuperSlicer#2218
2022-02-01Fix unreliable wipe_only_crossingremi durand
supermerill/SuperSlicer#2154
2022-01-30version 2.3.57.10supermerill
2022-01-30add "in repo" badgeLukas1818
2022-01-30Move all mac build to the BuildMacOs scriptremi durand
2022-01-30Fix wipetower using filament_max_speed but without the mm/s to mm/min conversionremi durand
supermerill/SuperSlicer#2271
2022-01-30Fix an "External Perimeter First" that extrude each perimeter in double if ↵remi durand
only one of the two selected. supermerill/SuperSlicer#2267
2022-01-30fix crash (in bridge detector)supermerill
supermerill/SuperSlicer#2261
2022-01-30fix crash (in bridge detector)supermerill
supermerill/SuperSlicer#2261
2022-01-05Merge branch 'stable'2.3.57.9supermerill
2022-01-05update release script for mac armsupermerill
2022-01-05update build files for macos_armsupermerill
2022-01-05french translation updatesupermerill
2022-01-05tooltip updatesupermerill
2022-01-05version 2.3.57.9supermerill
2022-01-05Don't consider top surface as safe for 'only_retract_when_crossing_perimeters'supermerill
supermerill/SuperSlicer#2128
2022-01-05Spiral vase: allow to choose the seam start position.supermerill
supermerill/SuperSlicer#2114
2022-01-04Fix to_string_nozero formatter when rounded without any '.'.supermerill
supermerill/SuperSlicer#2172
2022-01-04connect solid rectilinear linessupermerill
supermerill/SuperSlicer#2141
2022-01-04fix 'print external perimeter first' also print thinwall firstsupermerill
supermerill/SuperSlicer#2168
2022-01-04Fix crash when using concentric (filled) as support interfacesupermerill
supermerill/SuperSlicer#2124
2022-01-04remove trailing '.' after int values in gcodesupermerill
supermerill/SuperSlicer#2151
2021-12-29Fix vase mode: no seam gap.supermerill
supermerill/SuperSlicer#2114
2021-12-29fix broken travel (update of last pos on wipe)supermerill
supermerill/SuperSlicer#2112
2021-12-23fix quirky gapfill (u-turn at the tip of it)supermerill
supermerill/SuperSlicer#2102
2021-12-23fix filament override (fix commit 5263f9)supermerill
supermerill/SuperSlicer#2110
2021-12-22fix avoid crossing peri, fix gapfill, and some others2.3.57.8supermerill
2021-12-22Fix 'avoid crossing perimeters' when wipe enabled.supermerill
Also add a new setting to say if the wipe is really needed if 'avoid crossing perimeters' activated & no crossing. supermerill/SuperSlicer#1069
2021-12-22When 'wipe on retract' on an external perimeter, continue to wipe inside the ↵supermerill
object supermerill/SuperSlicer#2061
2021-12-22profile update: Fix extrusion_spacing for Anycubicsupermerill
supermerill/SuperSlicer#2084
2021-12-22Fix medial axis creating points on top of each other.supermerill
supermerill/SuperSlicer#2099 supermerill/SuperSlicer#2102
2021-12-22Custom macro variables: two new keywords: 'exists' and 'default'supermerill
* 'default(var_name,value)' check if the variable exist and affect it the value if not. The variable can be boolean 'true' 'false', int '0' '12', double '1.0' '42.24' or string '"a string"'. * 'exists(var_name)' return true if present. Note that it create a dummy boolean variable. Note that if you're using the variable in a formula, it may crash even if guarded by a {if} as everything is interpreted (no lazy check). So be careful to add a 'default' so it get the right type and can the formula be interpreted (unless you just print it). Using 'default' doesn't change the return value of 'exists'.
2021-12-22Some tooltip updates (thank you @blex-max for the help)supermerill
supermerill/SuperSlicer#2097
2021-12-20Merge branch 'stable'supermerill
2021-12-20version 2.3.57.8supermerill
2021-12-20typo: A platter is a tray (a plate). A plater is someone who plate metals.supermerill
I won't fix mainline/prusa typo in the source code, only the text.
2021-12-20Updated ConfigManipulation (disabled/enabled) for width & spacing.supermerill