File SuperSlicer.changes of Package SuperSlicer
------------------------------------------------------------------- Sat Jan 11 03:09:13 UTC 2025 - mia@0x0.st - Update to version 2.5.60.0+6178.g51cb992b: * fix flow_speed calibration * debug win * fix arrange (wip, need to add warnings and a better test on Print * set superslicer website * fix gcode_min_length * change default for perimeter overlap (&co) from 100% to 80% * don't set last_pos to 0,0 at startup, let it undefined * safe handling of null pointer for adapt_fill_octree * Fix colorprint * Change suppress_links to "hide" (disable), confirm and allow. links from menu can't be disabled, they're using confirm in that case. * Always invalid prepare_infill while invalidating infill. * Fix color conversion * also for imgui icons * gizmo now use the same method as evrything else, more reliable. * keep prusa orange for "convert to/fromprusa" * fix link from overlapping gcode to 3d view * fix calibrations (position, dark mode, ...) and some other little things along it it was needed because amf files are now translated to center, contrary to previously. so everything (but bed level calibration) now auto-arrange. * some little fixes: don't reinit seam placer for each object in complete_object mode, it's already init for all objects. medial axis: fix simplification and limit it to debug, for more testing. * Fix fill smooth (ironing pattern) * fix dark mode text color now dark & clear mode color are separate, so they don't erase each other. * typos * revert (buggy) extra overhangs failsafe. * fix arc assert for bambu * Show log if dmg build fail * fix linux debug build * typos * Fix thin walls: creation if alone, simplification & ordering. * fix phony when loading a new preset/project * fix small_area setting convert * Fix unsafe (in threads) rand(), replaced by new thread-safe safe_rand() * Fix wxwidget warning: don't try to get the size of a widget before it's created. (windows only, a fix is already here for macos it seems. need to test for gtk) * Fix unsaved change / compare preset with disabled int field fix commit 1aae766f89 * Fix prusa wifi button (from 2.7 merge) * Fix slowdown_below_layer_time * graph settings: some typo fix, and replace small_area_infill_flow_compensation by small_area_infill_flow_compensation_model.is_enabled() * Improve graph widget: * show miniature in the button * allow to move in x & y (and not only on y) * can select a point * can modify a selected point via input boxes * fix spin * add some insets in the graph area * restrict the shown coordinates to the precision allowed. * Fix color of default Ok button (set m_color_default_btn_label color like the other ones) * ensure_vertical_shell_thickness: don't add it in all modifier with perimeters. also don't add it it it wasn't present before. * calibration: fix arrange, allow callback to be executed after new_project(), and before reslice() * extruder flow calibration * Fix preference 'auto_switch_preview', also simplify enum codepath.