Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #2

Merged
merged 261 commits into from
Oct 11, 2024
Merged

update #2

merged 261 commits into from
Oct 11, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    17b1825 View commit details
    Browse the repository at this point in the history
  2. Fan cooling: move min_fan_speed to printer. fan_always_on changed to …

    …a real default_fan_speed
    
     - updated helper text.
     - now default will be used when a field is deactivated.
     - default_fan_speed =0 is a bit like the old fan_always_on to false.
     - min fan speed is a real min for fan speed (if not stopped)
    Should be easier to understand.
    #4009
    supermerill committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    4cfa978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6dc3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e9f00f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    766bb03 View commit details
    Browse the repository at this point in the history
  6. fix search in setting tabs

    supermerill committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c1d9013 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38f0d28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b672a1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    123f4a3 View commit details
    Browse the repository at this point in the history
  10. bugfixes

    supermerill committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    84f7810 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af95a40 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. version 2.5.59.4

    supermerill committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6e6e99b View commit details
    Browse the repository at this point in the history
  2. version 2.5.59.4

    supermerill committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c5c8cd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. revert de70415

    supermerill committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    221f9bc View commit details
    Browse the repository at this point in the history
  2. config: change getXxx() to get_xxx() in config

    remove setInt for not-enum config
    supermerill committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b03fb65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    814d965 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    651f499 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e91a333 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68cb741 View commit details
    Browse the repository at this point in the history
  7. * Simplify the field <-> config pipes

    allow all vector types in text field (';' separated, to avoid problem with ',' vs '.' locales)
    Change `post_process` to use the new way (no "serialized" needed anymore)
    Remove "one_string" gui type, as it's now a supported as vector with no id.
    Need to set all filament-setting id to 0, as the gui need them to update the first elt only (and always that one)
    
    for field <-> config pipe:
     - config now have get_any(id) and set_any(any, id). No need to special optiongroup or gui method.
     - any will carry a type that is in sync with the config type and the id.
        - if id is set or type is scalar, the any is scalara. else the any is a vector of scalar.
     - fields are responsible to cast the any correctly and to set it correctly. no more mess of wxstring & double
    supermerill committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e8672b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae513e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6c3262 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23c861f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0262730 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    4d2d23f View commit details
    Browse the repository at this point in the history
  2. Fix slider ticks

    supermerill committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    90c1058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e51196 View commit details
    Browse the repository at this point in the history
  4. only_one_perimeter_top for arachne (& not over bridges from orca)

    from pr by vovodroid from orca from SuSi
    #4022
    supermerill committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3e8996a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fce5146 View commit details
    Browse the repository at this point in the history
  6. fix monotonic

    supermerill committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b207034 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    200c24a View commit details
    Browse the repository at this point in the history
  2. fix doubleslider nan

    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    81bbbd1 View commit details
    Browse the repository at this point in the history
  3. fix Pressure equalizer usage of cooling tag

    (after cooling rework from 67b62c2)
    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9c7cf30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ad8bf0 View commit details
    Browse the repository at this point in the history
  5. 2.5.59.5

    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    be5c460 View commit details
    Browse the repository at this point in the history
  6. version 2.5.59.5

    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8df7732 View commit details
    Browse the repository at this point in the history
  7. Fix travel acceleration

    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3608af2 View commit details
    Browse the repository at this point in the history
  8. max_gcode_per_second: also for travel

    (and min_length)
    #3534
    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a7e5886 View commit details
    Browse the repository at this point in the history
  9. little gcode fixes

    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    feb5782 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    131679c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ff918a View commit details
    Browse the repository at this point in the history
  12. fix connection length

    supermerill committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5baf04a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    62b76b2 View commit details
    Browse the repository at this point in the history
  2. fix 81bbbd1 typo

    supermerill committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    af9a6c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    999f3a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdba1f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c61d8c View commit details
    Browse the repository at this point in the history
  6. Hack to fix a bug in arachne generator:

    remove points that go outside of the object.
    #4032
    supermerill committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    db8cd1b View commit details
    Browse the repository at this point in the history
  7. version 2.5.59.6

    supermerill committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    70a1ffa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da69166 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. french typo

    supermerill committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e142d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a6c3d9 View commit details
    Browse the repository at this point in the history
  3. Avoid crossing perimeter:

     - use the better surface shrink from prusa 2.4
     - now can pass on top surfaces if needed (new setting)
    supermerill committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    61f2908 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34d90cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c42f697 View commit details
    Browse the repository at this point in the history
  6. Fix default object & region config apply for gcode creation

    also move brim_speed from region_config to object_config
    #4050
    supermerill committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    06df1f6 View commit details
    Browse the repository at this point in the history
  7. fixes

    supermerill committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    dcada9f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    480db09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2bf8c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    d065f52 View commit details
    Browse the repository at this point in the history
  2. fix crash on one-laye object (doubleslider)

    fix af9a6c2 that was fixing 81bbbd1
    supermerill committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    226e7ec View commit details
    Browse the repository at this point in the history
  3. typo in gui settings

    supermerill committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    fd948b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    12fbdcd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    28f51c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b839f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c18474 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b74f5d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ef70b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21c6e04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97f8859 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ee5531 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e08942f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f7d68b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f96533 View commit details
    Browse the repository at this point in the history
  12. fix NULL dereference on wxWidgets 3.2

    According to the document of wxWidgets, the initializer of wxLocale with
    no parameters do not do any initialization at all, thus do not register
    its wxTranslations.
    
    Explicitly call Init() with its default parameters to init it with the
    default setting, otherwise on Linux with wxWidgets 3.2, the
    wxTranslations singleton get is NULL and lead to NULL deference.
    
    The code here is from PrusaSlicer 2.5 [1].
    
    [1] prusa3d@e21921f
    
    Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
    Icenowy authored and supermerill committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c70bb56 View commit details
    Browse the repository at this point in the history
  13. Change text from "odd" to "even" as the layer numbering began by 1 an…

    …d not 0 in the gui.
    
    also some other cosmetic changes
    supermerill committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5a124ef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    917a5d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. put the layer preamble into the layer gcode pipeline, to be parsed by…

    … the cooling & other post-process
    supermerill committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3cd121d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59421d0 View commit details
    Browse the repository at this point in the history
  3. Check for fimware compatibility with M73 & M117 (warning)

    Don't print M117 for pause/color if firmware not compatible.
    supermerill committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e0f7489 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fb8127 View commit details
    Browse the repository at this point in the history
  5. Bed texture fixes:

     . if vendor has only texture or model, still show it.
     . png texture can turn black on compression on soe hardware. A new preference (compress_png_texture) is now available to disable the optimisation that can cause that.
    You have to relaunch the app to force the reload of the texture or: remove it, go to platter, then re-add it.
    supermerill committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f83cd4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2053c1b View commit details
    Browse the repository at this point in the history
  7. Scripted widget: now can have dependencies in other tabs & update all…

    … values of a vector instead of the first one.
    supermerill committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bf66c44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    502bd29 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. disable external_perimeters_vase if perimeter_loop

    #4027
    also better assert
    supermerill committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9e88ccc View commit details
    Browse the repository at this point in the history
  2. Better handling of too small extrusions for thin_walls_merge & no sea…

    …m on the thin walls (unless it's a thin wall perimeter loop).
    supermerill committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b2be98a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. clean unsued/harmful code for EEC::chained_path_from

    fix it_end bug in print.cpp.
    supermerill committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    47b2a3e View commit details
    Browse the repository at this point in the history
  2. Fix wrong compute of width from external periemter spacing.

    Also better rounding for scripted float.
    #4082
    supermerill committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0aa1d74 View commit details
    Browse the repository at this point in the history
  3. update profiles

    supermerill committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9e3b174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d51e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c62503c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    a2d2e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16868f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. avoid_crossing_perimeters improvements:

     . now can follow the external perimeter to avoid top surfaces
     . can go over top surface at the start & end if the distance is much less than the strait travel (rare case)
    supermerill committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8494972 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    8993fa0 View commit details
    Browse the repository at this point in the history
  2. Change app default: hide_slice_tooltip to 1 for windows, compress_png…

    …_texture to 0 for amd graphics
    supermerill committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fc7cdca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da109e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a78a5d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    845c7a8 View commit details
    Browse the repository at this point in the history
  6. fix basic profile

    supermerill committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    72bf003 View commit details
    Browse the repository at this point in the history
  7. fix full-fill assert

    supermerill committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3bdc368 View commit details
    Browse the repository at this point in the history
  8. bambu/orca 3mf import: include orca 3mf reader & adaptations to trans…

    …late to SuperSlicer settings.
    supermerill committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    70375e2 View commit details
    Browse the repository at this point in the history
  9. Fixes for localization

    supermerill committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d24762f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    075ded3 View commit details
    Browse the repository at this point in the history
  11. update CopyrightsDialog

    supermerill committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b7849a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f29395 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    4c3718a View commit details
    Browse the repository at this point in the history
  2. Fix fan_mover/gcodeprocessor with G2/G3

    via new test case
    #4061
    supermerill committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ff8d29f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56a1977 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    46bb95a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981b77e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96cad10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a935538 View commit details
    Browse the repository at this point in the history
  5. Double slider anti-miss-clicks adjustments:

     . Push the (+) color change button as far away as possible
     . Add a little dead zone between the bottom and the lock icon.
     . Also fix a crash that can happen when a color change is done and the computer is a bit slow.
    #4075
    supermerill committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    845c7da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bef160 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4b915e View commit details
    Browse the repository at this point in the history
  8. Fix artifact from mmu paint

    #4101
    (fix commit 9d2ccf1)
    supermerill committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    039fb8a View commit details
    Browse the repository at this point in the history
  9. Add spanish html translation for calibration

    Add files via upload
    #4102
    Lepes authored and supermerill committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8b4860d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d1d7b25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    843c421 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    853d2cd View commit details
    Browse the repository at this point in the history
  2. change exception to warning log for AppConfig::save() on badly named …

    …thread.
    
    On win11, the vent thread doesn't have the right name?
    #4046
    supermerill committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    53e4f4b View commit details
    Browse the repository at this point in the history
  3. Don't show outliers in volumetric

    Add a button below the legend to switch between the two.
    supermerill committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7cb18f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed48bd3 View commit details
    Browse the repository at this point in the history
  5. version 2.5.59.7

    supermerill committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c583085 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c0076e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update to legend : now with min & max

    Move log scale in the legend (and fix it)
    Move m_outliers_allowed into the Range, like min, max & log_scale
    #4111
    supermerill committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4e161ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5253dfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    236d312 View commit details
    Browse the repository at this point in the history
  4. Fix phony loading

    Fix commit 46bb95
    #4117
    supermerill committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b904198 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a165415 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73a8c1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    950a88a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d0bf07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e51e71b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fix handling of not-gcode commands (like klipper ones) by pressure eq…

    …ualizer
    
    also better handling of ACTIVATE_EXTRUDER by fan mover & pressure equalizer.
    #4112
    supermerill committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c43a934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75855cb View commit details
    Browse the repository at this point in the history
  3. Don't write 'G1 Z-0' but 'G1 Z0'

    note: will be rewritten into the GcodeFormatter in 2.7.
    #4124
    supermerill committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    853b4c0 View commit details
    Browse the repository at this point in the history
  4. Fix fan mover kickstart

    supermerill committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    52a1685 View commit details
    Browse the repository at this point in the history
  5. remove old buggy assert

    was checking that the dense_infill collection is unsorted and at the end.
    But it's badly coded.
    #4039
    supermerill committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bb31daf View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. rework of Ranges in legend (wip).

     . mainly to remove rounding issues, resolving bugs.
     . add discrete option
    supermerill committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4e632eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b74886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4846a39 View commit details
    Browse the repository at this point in the history
  4. revert to unsigned dmg for 2.5

    until I have some days to repair everything.
    supermerill committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b165c4b View commit details
    Browse the repository at this point in the history
  5. test mac compile

    supermerill committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    71e47f1 View commit details
    Browse the repository at this point in the history
  6. version 2.5.59.8

    supermerill committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0670fbf View commit details
    Browse the repository at this point in the history
  7. version 2.5.59.8

    supermerill committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fb26f35 View commit details
    Browse the repository at this point in the history
  8. version 2.5.59.9

    supermerill committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    891cf53 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix some arachne problem (seams and overhangs)

    reproducible with model from issue 4129
    supermerill committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    026a63a View commit details
    Browse the repository at this point in the history
  2. exemples of freq_params

    supermerill committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f2c12ff View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. log message for macos

    supermerill committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a3e0578 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    0645325 View commit details
    Browse the repository at this point in the history
  2. seam notch : allow almost convex/concave, so little imprecision doesn…

    …'t prevent from detection.
    
    set seam_notch_angle min value to 180, as it doesn't
    #4143
    supermerill committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1620d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5a406b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    002fa2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    477378a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d39f80e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9d761f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c9859f View commit details
    Browse the repository at this point in the history
  9. Fix start gcode for complete_objects (sequential printing) with wipe …

    …tower
    
    Fix commit 3cd121
    Note: now, with 3cd121, fan_mover post-process the start_gcode. It's needed to know the current fan speed, but it may be useful to add a kind of feature to "disable" the modification for this part.
    #4136
    supermerill committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    192f568 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c7bde7 View commit details
    Browse the repository at this point in the history
  11. Fix perimeter_bonding (was only working for 0% or 50%)

    updated disabled & tooltip
    supermerill committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6c9d0dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    273a9aa View commit details
    Browse the repository at this point in the history
  13. fix gap_fill_overlap

    supermerill committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e3bbd95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8cfaf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    caa4a01 View commit details
    Browse the repository at this point in the history
  2. update to gcode viewer legend:

    . switch min & max position for gcode viewer if vertical
    . fix outliers
    . add preference for max decimals (now 2 by default instead of 3)
    . allow outliers switch for all numeric fields
    . hide log scale if discrete mode
    supermerill committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3bdabd0 View commit details
    Browse the repository at this point in the history
  3. Updates to prusa config export

    Make sure each setting is ignored of marked as prusa-compatible.
    supermerill committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a5d257d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    326e889 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. apple silicon build fix

    glsorre authored and supermerill committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8d27516 View commit details
    Browse the repository at this point in the history
  2. move freq settings definition to their own (strip-down) tab.

    add vector get/set for script
    fix enum set_string for script
    allow \: in ui files
    better script debug
    supermerill committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fe198c2 View commit details
    Browse the repository at this point in the history
  3. try fix build

    supermerill committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d59bfb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix test_flow

    supermerill committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    806b27e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    e3bc904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b36f112 View commit details
    Browse the repository at this point in the history
  3. fix frequent param

     (fe198c)
    supermerill committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    cb6d423 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    5ff40d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf28d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e063e0 View commit details
    Browse the repository at this point in the history
  4. merge latest fixes

    supermerill committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c76b6fd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    dd5212a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d88931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de78372 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6e5ac06 View commit details
    Browse the repository at this point in the history
  2. Fix fan speed overflow

    supermerill committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d1c034a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cf71f7 View commit details
    Browse the repository at this point in the history
  4. Fix gcodeviewer

    by fixing frequent settings construction
    #4248
    supermerill committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4a50617 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4b97ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e848103 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab9f776 View commit details
    Browse the repository at this point in the history
  8. Fix fan mover: don't skip long lines

    Also put the fan in the right order (before & after where inverted when lines are skipped)
    #4249
    supermerill committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1f036e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bdc449 View commit details
    Browse the repository at this point in the history
  10. little wipe point fix

    At this place, I had the case where one has 1 unit of difference in one axis.
    supermerill committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5fb9de0 View commit details
    Browse the repository at this point in the history
  11. Seams: overhangs are now only strongly discouraged (instead of evicted)

    If there is only overhangs or if the overhangs is very small.
    #3727
    supermerill committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3e2d58a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b111cec View commit details
    Browse the repository at this point in the history
  13. Allow to load monotonicgapfill for solid_fill_pattern

    now that it's in the list.
    #3281
    supermerill committed May 20, 2024
    Configuration menu
    Copy the full SHA
    10e73e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93b132d View commit details
    Browse the repository at this point in the history
  15. Fix mmu filament stat

    supermerill committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7f8f119 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. version 2.6.59.10

    supermerill committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c849901 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fill_aligned_z: fix uninitialized atomic_int64_t (#4279)

    The behavior of atomic_int64_t's default constructor will leave it to an
    uninitialized state (accessing it will be undefined behavior).
    
    Use 0 to explicitly initialize it because it will be soon compared and
    exchanged.
    
    Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
    Icenowy authored May 27, 2024
    Configuration menu
    Copy the full SHA
    1d7a679 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    4406a78 View commit details
    Browse the repository at this point in the history
  2. Fix double slider with wipe tower.

    May still has some issues on special cases.
    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2d329d5 View commit details
    Browse the repository at this point in the history
  3. fix linux debug build

    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4c4157c View commit details
    Browse the repository at this point in the history
  4. fix missing retractions

    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ab3fb16 View commit details
    Browse the repository at this point in the history
  5. Fix dark mode text in manipulation (for not-windows)

    supermerill/sueprslicer#2740
    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    42c054b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f9c1e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9c8af4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e763db2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e85cca3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f439c00 View commit details
    Browse the repository at this point in the history
  11. linux build little fixes

    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1bdc446 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f9240e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d855a69 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7bcd687 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    12eb6fe View commit details
    Browse the repository at this point in the history
  16. Fix wipe distance

    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a5dfc81 View commit details
    Browse the repository at this point in the history
  17. Change label of autospeed settings to avoid confusions with real max …

    …speed & volumetric speed.
    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4b41f26 View commit details
    Browse the repository at this point in the history
  18. fix Linux installation creating broken superslicer-gcodeviewer symlink (

    #4208)
    
    Currently the symlink target is hardcoded as slic3r, which is not the
    binary name of SuperSlicer.
    
    Change it to use the variable for application command name instead.
    
    Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
    Icenowy authored and supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6353cc1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    194bcbb View commit details
    Browse the repository at this point in the history
  20. fix multipath can_reverse

    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e9417b1 View commit details
    Browse the repository at this point in the history
  21. typo wipe_only_crossing

    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5676fae View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4b3d137 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4b08ee2 View commit details
    Browse the repository at this point in the history
  24. version 2.5.59.11

    supermerill committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    169257b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9f87f80 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    441f35e View commit details
    Browse the repository at this point in the history
  2. version 2.5.59.12

    supermerill committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    862b752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52fe048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b104be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ba1a8 View commit details
    Browse the repository at this point in the history
  6. Fix Slider refresh data

    was sending gcode data when refreshing for a preview.
    supermerill committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9be1a77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2154eb2 View commit details
    Browse the repository at this point in the history
  8. Fix seam notch for outer perimeters.

    supermerill/SuperSlicer/#4305
    supermerill committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f582643 View commit details
    Browse the repository at this point in the history
  9. Replace some deprecated boost functions.

    Actually, all those deprecated functions were internally called those new functions. So there isn't any risk to use them directly.
    hejllukas authored and supermerill committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    75d4bee View commit details
    Browse the repository at this point in the history
  10. fix bad support grid

    (introduced by fill_aligned_z, caa4a0)
    #4306
    supermerill committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0f7411f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4521871 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eaf2953 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9c996b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    78e6fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec36029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05bc0d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d350873 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e623bd6 View commit details
    Browse the repository at this point in the history
  6. fix (snug) support too narrow

    Also allow the periemter around support to overlap itself like with prusaslicer (unless there is a 0 support xy distance).
    #4333
    supermerill committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bb9ab32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87b7c23 View commit details
    Browse the repository at this point in the history
  8. Change gapfill for bottom bridge to support type.

    allow gapfill to be bridge.
    supermerill committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5d7794c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    978571e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    7ec60f3 View commit details
    Browse the repository at this point in the history
  2. version 2.5.59.13

    supermerill committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e2eef1d View commit details
    Browse the repository at this point in the history