yelti
December 26, 2019, 11:42am
1
I ran into issues with the primeblob.
Most of the time the primeblob sticks to the head.
In order to resolve this I added some gcode to start sequence.
The head goes up 10mm higher, and moves forward after that.
This way the head does not run into the blob.
from
G4 S3 ; Wait 3 seconds
G1 Z5 F2000
M117 Vertex Delta printing
to:
G4 S3 ; Wait 3 seconds
G1 Z15 F2000
G1 X0 Y85 F2000
M117 Vertex Delta printing
1 Like
VEL337
January 2, 2020, 7:44am
2
Hi
Thank you!
Yes the start up sequence somehow changed with an update of Cura.
We’ll try to fix it with the next Cura update.
Best Regards,
VEL337
yelti
January 2, 2020, 6:29pm
3
If you have the old sequence, I would be happy to try it.
With larger prints my solution isn’t perfect.
VEL337
January 3, 2020, 8:13am
4
It remains the same.
But it’s how cura handles stuff.
yelti
January 3, 2020, 9:40am
5
All right,
Keep us updated if this gets fixed.
To recap:
*Head moves to the edge,
*Primeblob is purged
*Head moves up
*Head moves down again in the blob
*Starts printing taking the primeblob with it
VEL337
January 3, 2020, 12:50pm
6
Yes
That’s the behaviour we’re seeing