bedleveling increase speed
-
How can I increase the speed of bedleveling?
-
@axiom I think you would want to look at the M558 F and T parameters to increase the speed of mesh probing in your config.g file
-
Or probe a smaller area, or more widely spaced points.
Is the time spent bed levelling really a significant fraction of print time? If I halved the time bed-levelling it wouldn't take even 0.1% off many print jobs. Would you be better off tuning for a 1% increase in extrusion rate?
-
@wwak84 if that helps? i mainly find the z-axis movement extremely slow
-
@axiom For the bed mesh to be useful, it needs to be accurate. Increasing the feed rate (F parameter, AKA z axis movement) might decrease the accuracy.
Take a look at the parameters for M558 in https://docs.duet3d.com/User_manual/Reference/Gcodes
Maybe post your config.g and bed.g
-
@axiom
This is your M558 command line (I got it from another thread)...
M558 P1 C"!zprobe.in" H5 F120 T6000F120 is OK and it's a normal value, you can go higher, but then the repeatability often suffers.
Your error is probably in the maximum speed of the axes.
Your config.g says...
M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00Right ?
The value at Z is way too low. It is 180 mm/min, i.e. 3mm/s.
Change the value from Z180.00 to Z1200.00
Now bed leveling should proceed NORMALLY.
Google Translate
--- Original Text ---Dieses ist Deine M558 Befehlszeile (ich habe sie aus einem anderen Thread)...
M558 P1 C"! zprobe.in " H5 F120 T6000F120 ist schon OK und es ist ein normaler Wert, man kann höher gehen, aber dann leidet oft die Wiederholgenauigkeit.
Der Fehler bei Dir liegt vermutlich in der Maximalgeschwindigkeit der Achsen.
In Deiner config.g steht...
M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00Richtig ?
Der Wert bei Z ist viel zu niedrig. Es sind 180 mm/min, also 3mm/s.
Ändere den Wert von Z180.00 auf Z1200.00
Jetzt sollte das Bett-Leveling NORMAL ablaufen.
-
Addendum:
The 6000 for X and Y are also a bit small.
Your printer can therefore move at a maximum of 100 mm/s.
It is enough for the printing itself, but some go up to 400 mm/s when printing, which for me is rather unnecessary and a torture for the hardware.
But fast movements from A to B should be 250 mm/s.
I have entered X18000 and Y18000 in the M203 line on my printer, which is a maximum of 300 mm/s that my printer may / can move.My print bed is a bit heavier with 330x330 mm and an 8mm aluminum plate and to get to this speed I would have to increase the acceleration, but from 1000 mm/s^2 for the Y-axis in the M201 command line there is a danger for you Layer shift very big for me.
In the slicer, I specified traverse paths as 250 mm/s out of the possible 300 mm/s.
I don't know your printer now, but maybe higher speeds than these 100 mm/s are feasible?
I would check that out if I were you.
So if it is not a self-made product or you have not modified a standard printer too extensively, the settings of the other owners of the same printer could possibly help you.Or you feel your way to the limits, like I did.
But then with CAUTION... you should already know what you are doing to avoid damage.
I always checked the temperature of the stepper motors in the adjustment phase of my printer after longer prints.
They should be in the range of 50°C... at 60°C I would definitely change the settings.P.S.:
Because X6000 and Y6000 are written here (M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00) you cannot increase the T6000 here (M558 P1 C"!zprobe.in" H5 F120 T6000) either.
You can already do it, but the speed will not change.If you can go from X6000 to X12000 and from Y6000 to Y12000, which shouldn't be a problem 99% of the time, then you can also go from T6000 to T12000.
As mentioned, I have X18000 and Y18000 on my M203 command line, but a T10000 on the M558 command line.
Maybe this information will help you ?
Google Translate
-- Original Text --Nachtrag:
Die 6000 für X und Y sind auch etwas wenig.
Dein Drucker kann sich also maximal mit 100 mm/s bewegen.
Für das drucken selber ist es genug, manche gehen aber bis 400 mm/s beim drucken, was für mich eher unnötig und eine Qual für die Hardware ist.
Aber schnelle Bewegungen von A nach B dürften gerne mal 250 mm/s betragen.
Ich habe bei meinem Drucker X18000 und Y18000 in die M203 Zeile eingetragen, das sind maximal 300 mm/s die sich mein Drucker bewegen darf / kann.Mein Druckbett ist mit 330x330 mm und einer 8mm Alu-Platte schon etwas schwerer und um an diese Geschwindigkeit zu kommen müsste ich die Beschleunigung erhöhen, aber ab 1000 mm/s^2 für die Y-Achse in der M201 Befehlszeile ist die Gefahr für einen Layershift bei mir sehr groß.
Verfahrwege habe ich im Slicer mit 250 mm/s angegeben von den möglichen 300 mm/s.
Ich kenne jetzt Deinen Drucker nicht, aber eventuell sind höhere Geschwindigkeiten als diese 100 mm/s machbar ?
Ich würde das an Deiner Stelle einmal überprüfen.
Wenn es also kein Eigenbau ist oder Du einen handelsüblichen Drucker nicht zu extrem umgebaut hast, könnte die Einstellungen der anderen Besitzer des gleichen Druckers Dir eventuell weiter helfen.Oder Du tastest Dich selber an die Grenzen heran, so wie ich es getan habe.
Aber dann mit VORSICHT... man sollte dann schon wissen was man tut um Beschädigungen zu vermeiden.
Ich habe in der Einstellungsphase meines Druckers nach längeren Drucken immer die Temperatur der Stepper-Motoren geprüft.
Sie sollten im Bereich von 50°C liegen... bei 60°C würde ich auf jeden Fall etwas an den Einstellungen ändern.P.S.:
Weil hier X6000 und Y6000 steht (M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00) kannst Du hier (M558 P1 C"!zprobe.in" H5 F120 T6000) die T6000 auch nicht erhöhen.
Du kannst es schon, aber es wird sich nichts an der Geschwindigkeit ändern.Wenn Du von X6000 auf X12000 und von Y6000 auf Y12000 gehen kannst, was in 99% aller Fälle kein Problem sein sollte, dann kannst Du auch von T6000 auf T12000 gehen.
Ich habe wie bereits erwähnt X18000 und Y18000 in meiner M203 Befehlszeile, aber eine T10000 in der M558 Befehlszeile.
Vielleicht hilft Dir diese Info weiter ?
-
@norder Thanks a lot! The solution was the F120, which was only set to 5 for me.
Best regards, Don -
@axiom if the bed is reasonably flat then you can also reduce the H parameter in the M558 command, so that the probe has a shorter Z distance to travel.
-
-