Page 1 of 1
Build time still way out
Posted: Mon Aug 14, 2017 2:34 pm
by C_Birch81
The build time in the software if still way out, next to the real print time, eg if software says 6 hours, really it ends up being over 8 hours, for bigger builds this can make the time really far out.
Re: Build time still way out
Posted: Tue Aug 15, 2017 8:30 am
by gregspruce
If we could control accelerations and jerk settings in S3D, we might be able to get better print estimates. But until then, for time estimates, I use
http://www.gcodeanalyser.com/ and a lot of people use
http://gcode.ws/
Re: Build time still way out
Posted: Wed Aug 16, 2017 4:50 am
by C_Birch81
What i have personally started to do is load the model in flashprint (I have a flashforge dreamer) see what time that says (using same settings) and then load and print from S3D.
It's a shame that the printer profiles don't take them speeds into account and its something i was hopeful that version 4 would have fixed.
Re: Build time still way out
Posted: Wed Aug 16, 2017 10:05 am
by jfkansas
What if the end user changes "them" speeds?
There are hundreds of printers also, them speeds would need to be figured out for all.
I'd rather S3D spend time adding useful features that matter and fixing bugs.
Re: Build time still way out
Posted: Wed Aug 16, 2017 11:20 am
by arhi
I made a small c app that reads g-code and calculates the time it takes to print. with my smoothieware printers it's spot on (can't account for homing, waiting for temperature etc.. but the "print part" it is accurate inside a minute per my measurements so far). it's not finished (kinda "works for me stage" as it ignores acceleration and jerk settings for Z axis (treat it as XY) and completely ignores E axis (assumes printer will not slow down 'cause your extruder can't follow). Acceleration part is compatible with both marlin and smoothieware but jerk is only smoothieware compatible (no clue how marlin calculates corner speeds) .. if anyone interested I can share .. it was a "1hour project" some years ago that was stopped after 1hour ... can be tweaked a lot if one have time, code should probbly be reorganized and reusable parts grouped but .. it works as is
