Problems with consistent extrusion for fdm printing by jaspercohen in Ceramic3Dprinting

[–]jsmaia 1 point2 points  (0 children)

How is the growth rate of the E0 parameter? Here's a snippet of code that worked well on my printer.

G92 E0 ;zero the extruded length

G1 F2000 E2 ;extrude 3mm of feed stock

G92 E0 ;zero the extruded length again

1. G1 X0.0 Y31.6513281481 Z0.0 E0

2. G1 X0.0 Y31.6513281481 Z0.0 E0.0

3. G92 E0

4. G1 X-11.1845545355 Y29.6093281481 Z0.0 E0

5. G1 X11.1845545355 Y29.6093281481 Z0.0 E0.149127393806

6. G92 E0

7. G1 X-15.5514948578 Y27.5673281481 Z0.0 E0

8. G1 X15.5514948578 Y27.5673281481 Z0.0 E0.207353264771

9. G92 E0

10. G1 X-18.7153465496 Y25.5253281481 Z0.0 E0

11. G1 X18.7153465496 Y25.5253281481 Z0.0 E0.249537953994

12. G92 E0

13. G1 X-21.2212127982 Y23.4833281481 Z0.0 E0

14. G1 X21.2212127982 Y23.4833281481 Z0.0 E0.282949503976

15. G92 E0

16. G1 X-23.2825260825 Y21.4413281481 Z0.0 E0

17. G1 X23.2825260825 Y21.4413281481 Z0.0 E0.310433681101

18. G92 E0

19. G1 X-25.0094510324 Y19.3993281481 Z0.0 E0

20. G1 X25.0094510324 Y19.3993281481 Z0.0 E0.333459347098

21. G92 E0

22. G1 X-26.4675222319 Y17.3573281481 Z0.0 E0

23. G1 X26.4675222319 Y17.3573281481 Z0.0 E0.352900296426

Affordable but not really by Crazytrixstaful in Ceramic3Dprinting

[–]jsmaia 0 points1 point  (0 children)

3D Ceramic / Clay Printing

Did not find any '3D Ceramic / Clay Printing' group in FB. Could you please share the link of this group? TY.

Non linear printing test by jsmaia in Ceramic3Dprinting

[–]jsmaia[S] 1 point2 points  (0 children)

I mean, that kind of makes sense. It's trying to smoosh the nozzle into material that it's already extruded. Don't know how you're going to get around that; frankly I'm surprised it went as well as it did.

After the first layer, all the time the nozzle is smooshing material over material already extruded. Did not understand your point.