You are able to see the maximum feedrate in the machinesettings M503 of your machine.
Would be nice if you share these so i could compare to 2.0
M203 [E<units/s>] [T] [X<units/s>] [Y<units/s>] [Z<units/s>] is your max feedrate.
About the inverse, i dont know, but you could simply test it by jogging the axis in octoprint after setting up.
To your second picture, i could imagine that the standard extrusion length is the extrudes length for priming the nozzle, i guess this setting is not really needed for octorpint.
Maximum feedrates (units/s): Recv: echo: M203 X350.00 Y350.00 Z10.00 E80.00 means mm/s.
Octoprint wants your units in mm/min so you have to multiplicate with 60.
X, Y and Z are your axis and E is your extruder.
Gibt es eine Möglichkeit der Fernwartung von OctoPrint, ohne diese zahlungspflichtigen Plugins?
Das müsste doch auch via Fritz!Box zu machen sein, oder?
Is there a way to remotely maintain OctoPrint without these paid plugins?
That should also be possible via Fritz!Box, right?
Ich würde es aus Sicherheitsgründen vermeiden, den Drucker oder den Raspi direkt ins Internet zu lassen.
Richte Dir einen VPN-Zugang in der Fritzbox (oder auf dem Octoprint-Raspi selbst, z.B. indem Du Wireguard da drauf installierst) ein und besorg Dir einen dynamischen DNS-Zugang, den Du in der Fritzbox verknüpfst - ich verwende hier https://ddnss.de dafür. Dann brauchst Du nur noch einen Wireguard-Client auf dem Gerät / den Geräten, mit denen Du von außen zugreifen willst und kannst darüber dann in Dein privates Netzwerk und auf den Drucker zugreifen. Alle anderen können da dann nicht rein, es kann Dir also nicht irgendein Ganove Ärger bereiten.
For security reasons, I would not let the printer or the Raspi directly access the Internet.
Set up a VPN access in your router (or on the Octoprint Raspi itself, e.g. by installing Wireguard on it) and get a dynamic DNS access that you link in the router - I use https://ddnss.de for this. Then you only need a Wireguard client on the device(s) you want to access from outside and can then use it to access your private network and the printer. All others can’t get in, so no hackers can cause you trouble.