tinkergnome 927
With respect to the additional information on the display: i don't think there is a way to get this back for files not sliced in Cura / UltiGCode. Eventually it'll start showing a rather inaccurate "time left" bar if i recall correctly. Since i'm printing over a RasPi these days, all I get to see is "USB Printing" anyway.
First: remove this "M907" line at the beginning. That's not needed, better let the motor current at it's default.
You can bring back the estimated printing time with a short post processing script, but there are no placeholders available, it's a completely manual step for every single gcode file.
Just put a line like this in the small box at the bottom of the "scripts" tab:
{PREPEND ";TIME:600\n"}
(replace the value "600" with the estimated printing time in seconds)
It's only an example, but can probably done at the same way for the used material length.
Edit: read this on the Simplify3D user forum, if you want to learn more about this topic.
Edited by Guest- 1
Recommended Posts
StephanK 30
I've been using default printer profile and it was working straight out of the box. Not all that well, but it was working. What exactly is happening? Is it homing the axis? Is the bed and nozzle heating up?
I guess you could try to add your printer through Help > Configuration Assistant again.
Then check the Start Code (Add Process > Show Advanced Settings > Scripts > Starting Script). When i try to setup a UM2 it defaults to:
And below it, in Post processing "Standard gCode" should be selected.
With respect to the additional information on the display: i don't think there is a way to get this back for files not sliced in Cura / UltiGCode. Eventually it'll start showing a rather inaccurate "time left" bar if i recall correctly. Since i'm printing over a RasPi these days, all I get to see is "USB Printing" anyway.
Maybe TinkerGnome Firmware will give you more/better statistics for files sliced in S3D as well. Haven't tried that yet.
Link to post
Share on other sites