-
-
Notifications
You must be signed in to change notification settings - Fork 365
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 flatpack hack #888
Open
radiden
wants to merge
15
commits into
mriscoc:Ender3V2S1-Released
Choose a base branch
from
radiden:Ender3V2S1-Released
base: Ender3V2S1-Released
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add flatpack hack #888
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fix mriscoc#742 - Increased the number of sorted files to 50 - Preview works in DWIN and DACAI screens (selected automatically, S1 F4 preview supports only DACAI screens in the precompiled firmware) - Fix C125 issue: mriscoc#667 - Power outage recovery can be enabled/disabled in tune menu - Improved power outage recovery - Added Extrude 100 mm to Move menu for aid with extruder calibration - Optimize print percent and remain time to use Marlin's processing - Decrease HOTEND_IDLE_MIN_TRIGGER to 150 - Removed forcing automatic cool down and motor disable - Axes are not immediately disabled after abort print, now using timeout. - Allows enable/disable file list sorting if MEDIASORT_MENU_ITEM is defined - Enable/Disable tune menu items: RUNOUT_TUNE_ITEM, PLR_TUNE_ITEM, JD_TUNE_ITEM, ADVK_TUNE_ITEM - Use LCD_BED_TRAMMING settings for bed tramming - Some fixes in source code for special configurations - Several minor fixes - Marlin'sFix UBL 'G29 J' mesh tilt (#25453) - Marlin's Enhanced IS and LA - Marlin's Fix FastPWM calculations (#25343) - Marlin's AVOID_OBSTACLES for UBL (#25256) - and many more fixes from latest Marlin's bugfix 2.1.x
mriscoc
force-pushed
the
Ender3V2S1-Released
branch
from
May 22, 2023 16:42
229ea2d
to
3d74ebc
Compare
I like this enhancement but I prefer not to merge and leave it available as a reference for advanced users. |
mriscoc
force-pushed
the
Ender3V2S1-Released
branch
from
August 5, 2023 12:13
5496c1d
to
6ce3545
Compare
mriscoc
added
user contribution
Contributions from users
and removed
enhancement
New feature or request
labels
Aug 10, 2023
mriscoc
force-pushed
the
Ender3V2S1-Released
branch
from
August 14, 2023 12:39
d62a328
to
437e7d6
Compare
mriscoc
force-pushed
the
Ender3V2S1-Released
branch
from
December 2, 2023 05:41
b4d84f7
to
c720172
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
A hack that allows people using PrusaSlicer in flatpak generate previews using the python binary on their host system.
Also requires an edit of this part of the wiki: https://github.com/mriscoc/Ender3V2S1/wiki/How-to-generate-a-gcode-preview#for-prusasuper-slicer
Requirements
Benefits
Allows people using PrusaSlicer in flatpak on Linux to generate previews.
Configurations
Related Issues