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

Add a speed knob to the wipe tower. #3569

Open
wants to merge 90 commits into
base: master
Choose a base branch
from

Commits on Jul 19, 2022

  1. add "in repo" badge

    LuckyTurtleDev authored and supermerill committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    635575a View commit details
    Browse the repository at this point in the history
  2. change release names

    supermerill committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    6b7551f View commit details
    Browse the repository at this point in the history
  3. Update badges

    supermerill committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f266b18 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    6c6ee47 View commit details
    Browse the repository at this point in the history
  2. fix buildlinux for 22.04

    fix createrelease as the mac arm can't be compiled on github anymore
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    e343bc7 View commit details
    Browse the repository at this point in the history
  3. Fix config loading for brim_offset

    Added a piece of code into handle_legacy to check for aliases.
    '.mf3 files won't open 2.4.58.3' supermerill#2939
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5c73d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2335b View commit details
    Browse the repository at this point in the history
  5. Add a "tag" menu next to the "mode", so the "mode" can be changed in …

    …one click instead of two (recovering the old behavior).
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7f20a19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5019d2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c713405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa04e29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    960db82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48b2cdf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac5d906 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c4c561 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa59f22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e7eee61 View commit details
    Browse the repository at this point in the history
  15. fix unwanted extra gapfill (boost::voronoi bug)

    Mitigation: remove shallow angles that seems to make it appear.
    As the previous remove_colinear was on a fixed dist (taht became too small on long segments)
    I created a new one that work from an angle.
    supermerill#2971
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3527f6e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    63e5344 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5dbc6d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4a55b34 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5ccbd7f View commit details
    Browse the repository at this point in the history
  20. Allow smooth start for spiral_vase also in extruder absolute mode

    And fix for the visualization of the spiral start.
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3d5eb91 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    061c018 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f65663e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cb13e75 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ce85ac8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4a0d00a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    13eed23 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a16466a View commit details
    Browse the repository at this point in the history
  28. Fix some warnings.

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5dc49e5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    76a9eda View commit details
    Browse the repository at this point in the history
  30. Protecting SlicingParameters behind a shared_ptr.

    Some code cleaning
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    10dd647 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4628c1e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b13ca1e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7b7af07 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    635a5ab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    84651e3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c613f18 View commit details
    Browse the repository at this point in the history
  37. SPE-1252 - Fixed update of contours in Cut Gizmo when modifying the o…

    …rientation or the scale of a part of a multipart object
    enricoturri1966 authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0b78718 View commit details
    Browse the repository at this point in the history
  38. Fixed GLGizmoBase::render_input_window() to properly require for an e…

    …xtra frame the first time an imgui window is shown
    enricoturri1966 authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    206d8e7 View commit details
    Browse the repository at this point in the history
  39. Gallery: Update for recycling symbols

    YuSanka authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f5f38a9 View commit details
    Browse the repository at this point in the history
  40. Fixes of cooling buffer logic:

    Fixed division by zero on zero length extrusions.
    Added bunch of asserts to check for divisions by zero.
    bubnikv authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    27b2b9d View commit details
    Browse the repository at this point in the history
  41. Update to Polyline::split_at()

    bubnikv authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4a31b51 View commit details
    Browse the repository at this point in the history
  42. Fix random seam

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0835581 View commit details
    Browse the repository at this point in the history
  43. fix brim crash

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2056c32 View commit details
    Browse the repository at this point in the history
  44. fix b1efd77 (freecad path)

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f2288a5 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    291697b View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f2041ca View commit details
    Browse the repository at this point in the history
  47. Fix aligned seam & add some others:

     - contiguous: even more aligned
     - scattered: old random: random per island per layer
     - random : new random: every loop has its own random seam.
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ae6165c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1cb0fbf View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    16db2fd View commit details
    Browse the repository at this point in the history
  50. Allow reset function for scripted widget

    updated doc in readme
    supermerill#2930
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ed22e60 View commit details
    Browse the repository at this point in the history
  51. Klipper & wipe tower: correct extruder name

    Also, can now use {tool_name} and other filaments & extruder settings in filament start/end
    supermerill#2934
    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    df7ea0a View commit details
    Browse the repository at this point in the history
  52. Updates to hungarian translation

    AntoszHUN authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0d1b7d5 View commit details
    Browse the repository at this point in the history
  53. Fix few auto-translated(?) words and phrases which already has

    established names.
    kmarty authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    b86a94b View commit details
    Browse the repository at this point in the history
  54. Update How to build - Linux et al.md

    Tips for updating on the RPI4.
    MrRKernelPanic authored and supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    24fd7a4 View commit details
    Browse the repository at this point in the history
  55. Update profiles

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8cf0811 View commit details
    Browse the repository at this point in the history
  56. Add elegoo profiles

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8d23973 View commit details
    Browse the repository at this point in the history
  57. version 2.4.58.4

    supermerill committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    eab5d80 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. fix empty vector access

    supermerill committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    da26410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6d37d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cffa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b1923f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1bce7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cfc7c8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    695e959 View commit details
    Browse the repository at this point in the history
  8. typos

    supermerill committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    baf8aeb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a9ee2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac65598 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b5e537 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71dde0c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb7fef4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d6cbc55 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2c379a2 View commit details
    Browse the repository at this point in the history
  16. scripted widget: now executed at conf load, to apply changes

    fix refresh for float/&percent
    fixed ask_for_refresh() for non-bool
    supermerill#3175
    supermerill committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4792683 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5efbb72 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c81fa4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0ff485c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fe6d2ba View commit details
    Browse the repository at this point in the history
  21. Fix mmu paint

    supermerill committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0981595 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3466946 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    884e0fd View commit details
    Browse the repository at this point in the history
  24. Correct computation for empty layers.

    (maybe still some quirks for raft with many extruders).
    supermerill committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    ceec9d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cc59dbd View commit details
    Browse the repository at this point in the history
  26. fix compile

    supermerill committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    079ffaa View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. version 2.4.58.5

    supermerill committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    76856c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. update arch badge (supermerill#3273)

    superslicer move from aur to community
    LuckyTurtleDev committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    45d0532 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. # Add a speed knob to the wipe tower.

    The default for wipe_tower_speed is 80mm/s which was hardcoded before.
    The perimeter and grid section of the wipe tower will also print at
    wipe_tower_speed. Though before it was hardcoded independently at
    60mm/s.
    
    wipe_tower_wipe_starting_speed is set to 26mm/s by default. And uses the
    same ramp up logic as before. Ramping up the speed of the wipe lines
    with an aggressive curve, before moving linearly 0.8mm/s at a time.
    
    wipe_tower_wipe_starting_speed can be turned of by setting to 0.
    
    The wipe_tower_speed is capped by the filament_max_volumetric_speed.
    If filament_max_volumetric_speed is not set (0 value), then there is no
    cap.
    
    I personally only set a filament_max_volumetric_speed on stuff like very
    flexible TPU and what not. For the rest, I depend on the global
    volumetric speed limit. This way, I can set the wipe tower speed to
    exceed my normal printing flow rate since quality of the wipe tower
    doesn't matter. But a low flow rate filament would still be capped by
    filament_max_volumetric_speed, preventing a mess.
    
    Using bombela@3fbe811
    GurgenCD committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d123bb0 View commit details
    Browse the repository at this point in the history
  2. Renamed UI name

    GurgenCD committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    61fb357 View commit details
    Browse the repository at this point in the history