-
Notifications
You must be signed in to change notification settings - Fork 150
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
Sequential prints shown as parrallel #15
Comments
Hi, sorry, I did not quite understand you. As for sequntial prints.. it's pretty much impossible to 3d print several parts sequentially on the same same platform, so if you slice several parts on one platform using slic3r - it will generate a gcode that would print one layer for each part and after that move on to the next layer. That's ok. |
Thanks for the very speedy response and explanations, but.. " it's pretty much impossible to 3d print several parts sequentially on the I'm linking to two a dropbox folder with a gcode-file with two parts and Cura Seq a shows curas own gcode preview half way into the first object. The gcode is attached too. The files are here: https://www.dropbox.com/sh/gpedfnl6ey0ckfh/eQeJfXNtNf Cheers /rené On Thu, Sep 26, 2013 at 5:05 AM, austjancev-sugarcrm <
|
I have the same issue... and switching off "sort by z" doesn't seem to do anything... now... I made this sequential file using a little creative python coding, so I know it isn't neat (the slice numbers aren't quite sequential, neither is the percentage count).... But... it prints out perfectly on my machine. The gcode was based on a makerware 2.2.2.89 slice of two models that I merged into one file (it says ; Switch where I pasted on the second model): http://misc.macouno.com/index.php?file=Dorus-and-Manus-7cm.gcode |
Uh, never considered that someone would actually print several models independently in one print. Current implementation depends on Z height a lot to merge layers, since most slicers use z-lift or something similar and without merging layers - it would be almost impossible to read the result. I'm not sure I want to implement that due to limited use case (and current implementation still shows models properly, just at the same time and not sequentially). |
I'd just like to say I accept that this is closed. I was just wondering if I didn't know how to use the site. Keep up the good work :) |
Same here... though I wouldn't think it'd be very far fetched to have an option to show the slice in the order that it is in in the gcode file, rather than sorted by Z. Especially for more advanced use cases that could be interesting. Great work btw... incredibly useful visualisation tool to have! |
Just wanted to say hello and that I started to use sequentially pinting because it has some advantages... If I print 20 objects at once and in the middle of the print one layer has a fault, I lose all 20 half-way-printed parts. With sequential printing, I have 9 objects perfectly finished, 1 object is lost and 10 objects are not yet started to print, so no waste. |
I'm not sure if I am missing an option somewhere, but I seriously thought slic3r didn't want to make sequential prints as gcode.ws shows all my parts in the same height and being printed in parrallel.. I didn't even test printing anything, as I thought gcode was right and slic3r was wrong.
Is there a setting I am issing? I tried disabling a few things here and there, but couldn't make the site show me the prints as I thought it would happen.
Otherwise great job. It really has saved precious time by analyzing my code before printing it :)
The text was updated successfully, but these errors were encountered: