What are the units of jerk?
-
That should be no problem: create a macro, a g-code file that sets the settings you want (aggressive.g, safe.g), and you can run it from a button on the printer page or use "M98 Paggressive.g" in the start g-code for a particular print. See http://reprap.org/wiki/G-code#M98:_Call_Macro.2FSubprogram.
-
Nice, i've to setup this to make some tries. I'm experiencing skipping step where there is no difficulties (circle path).
-
Just as a note on jerk values, I find that a much lower value than is typical gives great results if you're doing lots of tiny intricate details. I use 480 mm/min. With higher values, such as 900 or 1200, my machine didn't sound happy when I commanded lots of tiny direction changes.
-
What is the downside of using a really low value for jerk? With an acceleration of 3000 mm/s/s, changing a jerk of 300 mm/s to zero just adds a tenth of a second (per occurrence) to the print time.
-
The print time does drastically go up, depending on how many times the toolpath changes directions quickly. For me, it's an increase of about 30% of print time, minimum (going from 900 to 480 mm/min jerk). I'm doing quite complex prints, though.
Also, with low jerk values, you encounter problems with the varying speed of extrusion causing blobs on corners, something that M572 works to address. Be careful, though, because there appear to be some infrequent bugs in the M572 code when small values (below 0.05) are used.
-
Also, i noticed that increasing acc/jerk for extruder is really helpfull to get better print. I use a e3d titan and i setup it to the same value as xy motion.
About M572 bug i use s 0.05 and it works great for my printer. -
What settings (accel. and jerk) do you use for geared extruders? I'm using ~5.18:1 planetary gearbox with 12 mm OD spur gear, 450 steps per mm (1/16 microstepping).
@cubexupgrade:
About M572 bug i use s 0.05 and it works great for my printer.
I'm using ~600mm bowden tube and tried this M572 option with different parameters. I hear other sounds from my extruder when I using this option, but I didn't noticed any visible differences in print quality. Maybe I'm doing something wrong?
-
I set 5000 in acceleration and 2000 in jerk for pla but for ABS it's lower (filament is been grinding), i didn't try higher value for PLA.
M572 helps to avoid stringing for me and sharp corner, i' ve a small bowden tube like 30 cm. For 60cm you should use higher value and try to find your higher value for extruder.
-
@cubexupgrade:
Also, i noticed that increasing acc/jerk for extruder is really helpfull to get better print. I use a e3d titan and i setup it to the same value as xy motion.
About M572 bug i use s 0.05 and it works great for my printer.I don't think it's typical to get better print quality with higher accel/jerk values. It is almost always the other way around: better print quality is achieved with lower values.
There have been, in the past, some issues with running lower jerk values, but I think David worked out some bugs in respect to that. IMO, the LOWEST accel/jerk/feedrate settings should be used that still provide adequate print speed – this will allow the least ringing artifacts, least likelihood for motor stalling, and least unwanted vibrations.
-
I agree with this before, but i watched closely the dice project from Rene Jurack where he tested lot of setup to finish with high value. I made my tests in this way.
For the extruder high value i cannot explain clearly why they gave me better result…