-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
FEATURE REQUEST: Add a "Slice now" button #3071
Comments
Why not just take a look under Files/Preferences:.... |
Disable background slicing in Files->Preferences. Then it will slice when "Nothing unreal exists." - Kiri-kin-tha's First Law of Metaphysics. On Sun, Sep 27, 2015 at 3:29 PM, justmyopinion [email protected]
|
It is what I am doing already, but having a Slice Now button (which triggers the background process manually for example) would make things much better and consistent. No need to waste time exporting gcode when not necessary. Thanks. |
This is a duplicate of issue #2979. Agreed this is an important feature to include. |
+1 |
1 similar comment
+1 |
+1. I also have issues with large, complex parts (>50MB STLs) taking a long time to slice, and the background processing not working very smoothly. Before Slic3r had a nice 3D preview, it didn't matter as much that you had to export the code every time you wanted to see the results...but now that you can preview the G-code right in the UI, it's a pain to be exporting over and over again. My ideal workflow is to load all of the parts that I want to slice, arrange them properly on the bed, set all of the printing parameters, and only then initiate the slicing. After inspecting the preview and confirming that it looks good, I'd export the code separately. |
Could we not "+1" duplicate issues?
|
A +1 button here would be very cool. @a4jp-com it's under the Reactions menu in Github now; it's the thumbs-up. |
Working on it now; I think I can factor out the common sections between it and saving gcode. Worst case is that it dumps the gcode to a temp file and then discards it. |
Keyboard combo to trigger it is ALT-P-N |
There, pull request submitted. It's in my debian branch as well. |
Wouldn't it be more useful to have slic3r NOT crash when changing setting while slicing and to make it a little more background then it already is. The GUI sometimes hangs for a while when it starts the slicer in the background. But it's mainly the crashes that are annoying. |
What about triggering reslice when user activates one of the preview tabs? |
Well, if you have the code broken out to reslice you could just slave it My modification calls the export gcode with a temp filename because I I'm a little leery of trigging reslice on preview tabs myself; I prefer to "Nothing unreal exists." - Kiri-kin-tha's First Law of Metaphysics. On Wed, Nov 4, 2015 at 12:15 PM, Alessandro Ranellucci <
|
I don't really like the idea of reslicing when activating the preview. That's making one action completely dependent on something else, which isn't necessarily what the user wants. Couldn't this just be placed in a menu (File -> Reslice, or whatever) and also give it a keyboard shortcut? This won't clutter the gui, and the functionality is always available. |
+1 for the slice now |
Enable/Disable automatic (background) slicing is in Preferences. Has been EDIT: Updated to reference correct keyboard shortcut. |
Please see https://bintray.com/lordofhyphens/Slic3r/Slic3r_Branches in about an hour or so, there should be a new download for 'slice-now-background'. I'm still working on some of the UI-related things (making sure it is disabled if background processing is on, etc). |
Hi. How wxacty I access the palter menu? Cant find it, ALT P N just opens the menu PLAter but nothing else happens. I have just issued a GIT PULL just to be sure and it says it is uptodate |
@Tinchus2009 Branch was replaced with the one referenced in 3501; the command is CTRL+S now. The plater menu is accessed via Alt-P (which opens the menu), following it up with N was for that command exactly. It's been moved though, so use CTRL+S instead :) or File->Slice Now |
I read #3501, but still, ctrl + S does nothing.... something is wrong El 20/09/2016 a las 02:37 p.m., Joseph Lenox escribió:
|
@Tinchus2009 did you pull that branch specifically?
If you just did https://bintray.com/lordofhyphens/Slic3r/download_file?file_path=slic3r-background-slice-now--a020cd1.zip for a Win32 build of that branch. There should be a new entry in the File menu for Slice Now (with the keyboard shortcut listed). If that isn't there you have the wrong branch. To get back to master:
|
Ok, that is my problem. I though that getting updates from the main El 20/09/2016 a las 06:28 p.m., Joseph Lenox escribió:
|
master is the main development branch. It's the branch for all accepted features/code. If it's in master on alexrj/Slic3r it is in Slic3r and will eventually make it to a release build. Other feature branches are for developing and experimenting a single feature/fix of Slic3r. They are proposed changes/additions/fixes. They won't be in Slic3r until @alexrj accepts them (that's the reason for pull requests), so treat feature branches as extra-experimental ;) If you want the same effect, you can indeed merge into your master branch, but I can't guarantee things won't get weird for you. All of my feature branches start as copies of the master branch. |
Sounds great to me. That way i can help testing those new features too. El 21 de septiembre de 2016 3:19:22 AM GMT-03:00, Joseph Lenox [email protected] escribió:
Sent from my Android device with K-9 Mail. Please excuse my brevity. |
Switching between master and a branch will generally require a rebuild.
Here is a primer on using git:
https://danielmiessler.com/study/git/
For updating a feature branch with new things from master or another
branch, there is merge and rebase. Read up on what they do and decide which
fits your use case better.
|
Using Slic3r on a daily basis, I often have to change many settings for specific print jobs, which trigger the background slicing every time. On larger pieces, it crashes the engine when changing the options and the background slicing has not completed it's run.
My request would be to have a "Slice Now" action button so you can disable background slicing and manually trigger the slicing, see the preview and make adjustments. I know you can export the GCode to trigger the slicing but exporting the GCode is unnecessary for me since I send it the the OctoPrint server (which is a very nice feature btw).
Thanks for the consideration.
The text was updated successfully, but these errors were encountered: