How to estimate printing time from an STL file?Outputting an STL file that contains multiple objects for import into Blender.stl file is “not ready for printing”How do I create a STL file from a 2 dimensional grid of dataHow can I create PNG image files from STL files?Subtract of two STL files in Slic3r softwareRoute to transform 2d image (depth map) into a curved bracelet (and STL file)?How do I keep the .stl files from being resized while exporting?Is it possible to use Three.js to determine the wall thickness of an STL file?How can I decrease the thickness of a wall in an STL file?Boolean operation on two objects in Blender
This message is flooding my syslog, how to find where it comes from?
Area of parallelogram = Area of square. Shear transform
What causes long-running disputes over sovereignty?
Terence Tao–type books in other fields?
Why are so many countries still in the Commonwealth?
How did C64 games handle music during gameplay?
Why did Saturn V not head straight to the moon?
What was the rationale behind 36 bit computer architectures?
How do campaign rallies gain candidates votes?
What do I do when a student working in my lab "ghosts" me?
How do I run a game when my PCs have different approaches to combat?
What is the lowest-speed bogey a jet fighter can intercept/escort?
Is it legal to use cash pulled from a credit card to pay the monthly payment on that credit card?
Send a single HTML email from Thunderbird, overriding the default "plain text" setting
How important is a good quality camera for good photography?
powerhouse of ideas
What does "see" in "the Holy See" mean?
Why can't my huge trees be chopped down?
Explanation for a joke about a three-legged dog that walks into a bar
Creating Darkness
How to copy a file transactionally?
What to do when you reach a conclusion and find out later on that someone else already did?
Grid/table with lots of buttons
Can I go to the UK from the Schengen on train?
How to estimate printing time from an STL file?
Outputting an STL file that contains multiple objects for import into Blender.stl file is “not ready for printing”How do I create a STL file from a 2 dimensional grid of dataHow can I create PNG image files from STL files?Subtract of two STL files in Slic3r softwareRoute to transform 2d image (depth map) into a curved bracelet (and STL file)?How do I keep the .stl files from being resized while exporting?Is it possible to use Three.js to determine the wall thickness of an STL file?How can I decrease the thickness of a wall in an STL file?Boolean operation on two objects in Blender
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
My local library has a 3D printer (Lulzbot Mini) for patrons to use. The prints are limited to 4 hours and if I go after work I really only have two hours before the Library closes. The software at the Library will give an estimated time, but I would like to be able to estimate the time before I get there.
Currently I have been creating my designs in TinkerCad and then I export the STL file. From the STL file I can find online estimators that will tell me how much material but nothing that says how long it will take to print.
Is there a way of calculating the estimated printing time from a STL file for a given printer?
stl lulzbot
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
My local library has a 3D printer (Lulzbot Mini) for patrons to use. The prints are limited to 4 hours and if I go after work I really only have two hours before the Library closes. The software at the Library will give an estimated time, but I would like to be able to estimate the time before I get there.
Currently I have been creating my designs in TinkerCad and then I export the STL file. From the STL file I can find online estimators that will tell me how much material but nothing that says how long it will take to print.
Is there a way of calculating the estimated printing time from a STL file for a given printer?
stl lulzbot
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
My local library has a 3D printer (Lulzbot Mini) for patrons to use. The prints are limited to 4 hours and if I go after work I really only have two hours before the Library closes. The software at the Library will give an estimated time, but I would like to be able to estimate the time before I get there.
Currently I have been creating my designs in TinkerCad and then I export the STL file. From the STL file I can find online estimators that will tell me how much material but nothing that says how long it will take to print.
Is there a way of calculating the estimated printing time from a STL file for a given printer?
stl lulzbot
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
My local library has a 3D printer (Lulzbot Mini) for patrons to use. The prints are limited to 4 hours and if I go after work I really only have two hours before the Library closes. The software at the Library will give an estimated time, but I would like to be able to estimate the time before I get there.
Currently I have been creating my designs in TinkerCad and then I export the STL file. From the STL file I can find online estimators that will tell me how much material but nothing that says how long it will take to print.
Is there a way of calculating the estimated printing time from a STL file for a given printer?
stl lulzbot
stl lulzbot
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 9 hours ago
0scar♦
16.7k3 gold badges24 silver badges64 bronze badges
16.7k3 gold badges24 silver badges64 bronze badges
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 9 hours ago
Charlie BrumbaughCharlie Brumbaugh
1113 bronze badges
1113 bronze badges
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Charlie Brumbaugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
There is no way to estimate the print time of an STL file directly.
The print time is based on the number of instructions in the g-code file plus the time it takes to move the effector (the hot end) around the build area. The only way to compute that is to know what settings their slicer is using and then slice your stl the way they will; and this is assuming that you have the same slicer software. If you manage to do that, then the slicer software will give you an estimate.
Here is what you would need to do:
Get access to the same slicing software, and obtain a copy of
the profile that they use to slice with. The nozzle diameter, feed
rate, layer height, and infill settings will affect the print time.Import your stl into the sofware and "slice it" There will usually be a large button that is used to generate the g-code. There are quite a few slicers that will output the print time into the text of the g-code. They may also show the print time on the UI during slicing.
alternatively: Email the stl to the staff at the library, and them to generate an estimate for you. They might just do it.
However, that estimate could be incorrect. It will depend on the printer itself. As an example: the time it takes to heat the bed and the hot end is never included in the time estimate the slicer gives.
$endgroup$
$begingroup$
Please expand on how you could do it, because it can be done from an STL, e.g. using specific slicer profiles for the printer and the material. Indeed an estimate will always be an estimate. But, Ultimaker has tuned it down perfectly for their own printers in Ultimaker Cura.
$endgroup$
– 0scar♦
9 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "640"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Charlie Brumbaugh is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f10701%2fhow-to-estimate-printing-time-from-an-stl-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There is no way to estimate the print time of an STL file directly.
The print time is based on the number of instructions in the g-code file plus the time it takes to move the effector (the hot end) around the build area. The only way to compute that is to know what settings their slicer is using and then slice your stl the way they will; and this is assuming that you have the same slicer software. If you manage to do that, then the slicer software will give you an estimate.
Here is what you would need to do:
Get access to the same slicing software, and obtain a copy of
the profile that they use to slice with. The nozzle diameter, feed
rate, layer height, and infill settings will affect the print time.Import your stl into the sofware and "slice it" There will usually be a large button that is used to generate the g-code. There are quite a few slicers that will output the print time into the text of the g-code. They may also show the print time on the UI during slicing.
alternatively: Email the stl to the staff at the library, and them to generate an estimate for you. They might just do it.
However, that estimate could be incorrect. It will depend on the printer itself. As an example: the time it takes to heat the bed and the hot end is never included in the time estimate the slicer gives.
$endgroup$
$begingroup$
Please expand on how you could do it, because it can be done from an STL, e.g. using specific slicer profiles for the printer and the material. Indeed an estimate will always be an estimate. But, Ultimaker has tuned it down perfectly for their own printers in Ultimaker Cura.
$endgroup$
– 0scar♦
9 hours ago
add a comment |
$begingroup$
There is no way to estimate the print time of an STL file directly.
The print time is based on the number of instructions in the g-code file plus the time it takes to move the effector (the hot end) around the build area. The only way to compute that is to know what settings their slicer is using and then slice your stl the way they will; and this is assuming that you have the same slicer software. If you manage to do that, then the slicer software will give you an estimate.
Here is what you would need to do:
Get access to the same slicing software, and obtain a copy of
the profile that they use to slice with. The nozzle diameter, feed
rate, layer height, and infill settings will affect the print time.Import your stl into the sofware and "slice it" There will usually be a large button that is used to generate the g-code. There are quite a few slicers that will output the print time into the text of the g-code. They may also show the print time on the UI during slicing.
alternatively: Email the stl to the staff at the library, and them to generate an estimate for you. They might just do it.
However, that estimate could be incorrect. It will depend on the printer itself. As an example: the time it takes to heat the bed and the hot end is never included in the time estimate the slicer gives.
$endgroup$
$begingroup$
Please expand on how you could do it, because it can be done from an STL, e.g. using specific slicer profiles for the printer and the material. Indeed an estimate will always be an estimate. But, Ultimaker has tuned it down perfectly for their own printers in Ultimaker Cura.
$endgroup$
– 0scar♦
9 hours ago
add a comment |
$begingroup$
There is no way to estimate the print time of an STL file directly.
The print time is based on the number of instructions in the g-code file plus the time it takes to move the effector (the hot end) around the build area. The only way to compute that is to know what settings their slicer is using and then slice your stl the way they will; and this is assuming that you have the same slicer software. If you manage to do that, then the slicer software will give you an estimate.
Here is what you would need to do:
Get access to the same slicing software, and obtain a copy of
the profile that they use to slice with. The nozzle diameter, feed
rate, layer height, and infill settings will affect the print time.Import your stl into the sofware and "slice it" There will usually be a large button that is used to generate the g-code. There are quite a few slicers that will output the print time into the text of the g-code. They may also show the print time on the UI during slicing.
alternatively: Email the stl to the staff at the library, and them to generate an estimate for you. They might just do it.
However, that estimate could be incorrect. It will depend on the printer itself. As an example: the time it takes to heat the bed and the hot end is never included in the time estimate the slicer gives.
$endgroup$
There is no way to estimate the print time of an STL file directly.
The print time is based on the number of instructions in the g-code file plus the time it takes to move the effector (the hot end) around the build area. The only way to compute that is to know what settings their slicer is using and then slice your stl the way they will; and this is assuming that you have the same slicer software. If you manage to do that, then the slicer software will give you an estimate.
Here is what you would need to do:
Get access to the same slicing software, and obtain a copy of
the profile that they use to slice with. The nozzle diameter, feed
rate, layer height, and infill settings will affect the print time.Import your stl into the sofware and "slice it" There will usually be a large button that is used to generate the g-code. There are quite a few slicers that will output the print time into the text of the g-code. They may also show the print time on the UI during slicing.
alternatively: Email the stl to the staff at the library, and them to generate an estimate for you. They might just do it.
However, that estimate could be incorrect. It will depend on the printer itself. As an example: the time it takes to heat the bed and the hot end is never included in the time estimate the slicer gives.
edited 8 hours ago
0scar♦
16.7k3 gold badges24 silver badges64 bronze badges
16.7k3 gold badges24 silver badges64 bronze badges
answered 9 hours ago
user77232user77232
9251 silver badge9 bronze badges
9251 silver badge9 bronze badges
$begingroup$
Please expand on how you could do it, because it can be done from an STL, e.g. using specific slicer profiles for the printer and the material. Indeed an estimate will always be an estimate. But, Ultimaker has tuned it down perfectly for their own printers in Ultimaker Cura.
$endgroup$
– 0scar♦
9 hours ago
add a comment |
$begingroup$
Please expand on how you could do it, because it can be done from an STL, e.g. using specific slicer profiles for the printer and the material. Indeed an estimate will always be an estimate. But, Ultimaker has tuned it down perfectly for their own printers in Ultimaker Cura.
$endgroup$
– 0scar♦
9 hours ago
$begingroup$
Please expand on how you could do it, because it can be done from an STL, e.g. using specific slicer profiles for the printer and the material. Indeed an estimate will always be an estimate. But, Ultimaker has tuned it down perfectly for their own printers in Ultimaker Cura.
$endgroup$
– 0scar♦
9 hours ago
$begingroup$
Please expand on how you could do it, because it can be done from an STL, e.g. using specific slicer profiles for the printer and the material. Indeed an estimate will always be an estimate. But, Ultimaker has tuned it down perfectly for their own printers in Ultimaker Cura.
$endgroup$
– 0scar♦
9 hours ago
add a comment |
Charlie Brumbaugh is a new contributor. Be nice, and check out our Code of Conduct.
Charlie Brumbaugh is a new contributor. Be nice, and check out our Code of Conduct.
Charlie Brumbaugh is a new contributor. Be nice, and check out our Code of Conduct.
Charlie Brumbaugh is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to 3D Printing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f10701%2fhow-to-estimate-printing-time-from-an-stl-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown