Hello and Welcome - from MatterHackers
Hi, my name is Ernie Hatt.
Location. Rothwell, Queensland, Australia.
Printer. Prusa i3, built from a kit, not a very good one.
Time in 3D printing, just 1 year.
Background. Retired, worked in the construction industry all my life( Ceramic Tiler )..
Interest.High Speed Photography, Electronics.Ham Radio.
Into 3D printing , to keep the grey matter running smoothly.
Don't eat breakfast.
Estimated printing time.
Hi, I have been using Simplify3d, and the estimated time for this model is said to be 6hrs. and I have found it to be fairly close.
On loading the same model file into MatterControl the estimated time given is 15hrs over double that of simplify3d, can anyone tell me why this should be.
How to use MatterHackers Forum
Thanks, very helpful.
Estimated printing time.
The estimated printing time in MatterControl can vary based on settings and firmware specifications, especially acceleration. I'm not sure how Simplify3D calculates print time, so I cannot speculate.
With the same settings, I would think that the two estimates would be fairly close-- over half the time seems a little far. Are the layer heights the same? A layer height that is double in size would take half the time and that would make more sense.
Hello and Welcome - from MatterHackers
- Name: Ryan Lutz (pronounced with a long U)
- Location: Orange, California
- Printer(s): Rostock MAX V2, Ultimaker2, MAKEiT
- Years 3D printing: 1-2
- Background: Hospitality major and tech enthusiast turned professional maker/fixer.
- Reason for interest in 3D Printing: Subsidization of projects, custom parts for fixing stuff, learning CNC
- Favorite Cereal: n/a... I make a breakfast burrito every morning!
- Interests: Travel, satire, audiovisual arts, music
Estimated printing time.
thanks Ryan,
Yes I can see that the layer height makes a difference.
I notice that Matter Control wants the layer height to be equal or greater then the nozzle diameter Symplify3d does not seem to worry, I realize one should expect a paid for product to be better( not always so).
As far as I can see the setting are identical, but the discrepancy is the same .
One thing I did notice that reduced the time was to generate the gcode in symplify3d, and open it in Matter Control, time reduced by 3hrs, but still a lot higher.
Maybe this is the way to go, or just stick with Symplify3d.
Estimated printing time.
The layer height needs to be equal to or less than the nozzle diameter because the nozzle diameter is the limiting factor. A 0.4 mm nozzle is not capable of printing a 0.5 mm layer.
Ultimately it's up to you which printing software solution you want to use, but keep in mind that estimates will vary and the actual printing time will probably not.
Estimated printing time.
Thanks Ryan,
at the moment the printer is being upgraded, as soon as that is done, I will give them both a try, and see what eventuates, let you know.
Bed leveling.
What sort of hardware is required for bed leveling?
Pausing a print
Lower case did the trick. I only tried the @pause so far.
This is what I added to the code.
; LAYER:5 G0 X59.682 Y31.495 Z1.329Deleted a bunch
G1 F2178 X48.761 Y27.302 E32.42659
G0 F10500 X49.679 Y27.834
; Change color
G91 :Added line
G0Z5.0 :Added line
G0Y40.0 :Added line
@pause :Added line
G91 :Added line
G0Y-40.0 :Added line
G0Z-5.0 :Added line
G90 :Added line
; LAYER:6
G0 X49.846 Y25.859 Z1.529
G0 X49.88 Y25.461
And this is what I got back in the terminal.
->N599 G1 F2178 X48.761 Y27.302 E32.4265956 [513.945]
<-ok [513.952]
->N600 G0 F10500 X49.679 Y27.834115 [513.953]
<-ok [514.255]
->N601 G9122 [514.257]
<-ok [514.317]
->N602 G0Z5.092 [514.318]
<-ok [514.321]
->N603 G0Y40.0111 [514.322]
<-ok [514.329]
->Communication State: Paused
->M105
<-ok T:240.0 /240.0 B:110.5 /110.0 T0:240.0 /240.0 @:62 B@:0
->M105
<-ok T:240.0 /240.0 B:110.4 /110.0 T0:240.0 /240.0 @:62 B@:0
->M105
<-ok T:240.4 /240.0 B:110.2 /110.0 T0:240.4 /240.0 @:47 B@:8
->M105
<-ok T:240.1 /240.0 B:109.8 /110.0 T0:240.1 /240.0 @:59 B@:62
->M105
<-ok T:240.1 /240.0 B:109.5 /110.0 T0:240.1 /240.0 @:61 B@:127
->M105
<-ok T:240.8 /240.0 B:109.4 /110.0 T0:240.8 /240.0 @:36 B@:127
->M105
<-ok T:240.6 /240.0 B:109.6 /110.0 T0:240.6 /240.0 @:46 B@:127
->M105
<-ok T:240.8 /240.0 B:109.9 /110.0 T0:240.8 /240.0 @:40 B@:99
->Communication State: Printing
->N604 G0 X49.679 Y27.834 Z1.329 F1050042 [514.333]
<-ok [514.342]
->N605 G9118 [514.343]
<-ok [514.347]
->N606 G0Y-40.071 [514.348]
<-ok [514.354]
->N607 G0Z-5.0116 [514.355]
<-ok [514.358]
->N608 G9030 [514.359]
<-ok [514.366]
->N609 G0 X49.846 Y25.859 Z1.529120 [514.368]
<-ok [514.374]
->N610 G0 X49.88 Y25.46122 [514.375]
The only thing I am wondering about is the line after the restart, not sure where it is coming from.
->Communication State: Printing
->N604 G0 X49.679 Y27.834 Z1.329 F10500*42 [514.333]