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

Fix compile script for Linux Mint (and debians with DE in general) #4493

Open
wants to merge 13 commits into
base: nightly_dev
Choose a base branch
from

Commits on Nov 25, 2024

  1. restore ensure_vertical_shell_thickness & external_infill_margin, bri…

    …dged_infill_margin:
    
     * get ps2.9 partial & disabled option.
     * restore 2.5 process_external_surfaces before discover_vertical_shells
     * 2.7 and 2.9 option are still with discover_vertical_shells before process_external_surfaces, but this break the anchor margins.
     * the solid_over_perimeters can affect the anchor where the perimeter are well above -> unwanted.
     * this is still wip, there is at least a week of investigation to understand & document how it work.
    supermerill committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    90e56df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1236986 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260b03a View commit details
    Browse the repository at this point in the history
  4. z_offset rework

     * now z_offset is added by the gcode writer (and the wieptowerwriter).
     * all computation is done on the un-offseted z
     * only the "position" placeholder contains the z offset.
     * moved some placeholder into the placeholder_parser_process, as they are used everywhere.
    supermerill committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5693ea3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d59729b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e25d440 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    003b16c View commit details
    Browse the repository at this point in the history
  8. Fix seam_notch

    supermerill committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4ff50da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe480b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1c0395 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf24df5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    1779a82 View commit details
    Browse the repository at this point in the history
  2. use fuse3

    outdated 'fuse' package break dependencies and uninstalls cinnamon and potentially other DEs
    EvilGremlin authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    8daf854 View commit details
    Browse the repository at this point in the history