OctoPrint with the Snapmaker J1 / settings and help

scroll for english
German:
Hallo zusammen,

ich bin gerade dabei, OctoPrint mit meinem alten CAT S41 OctoPrint zum Laufen zu bringen.

Da ich noch gar keine Erfahrungen mit OctoPrint habe, muss ich hier gleich mal ein Thema darüber aufmachen.

Und die ersten Fragen:

Wie auf den Bildern zu sehen, benötige ich diese Werte, um das Ganze am Laufen zu bekommen.
Kann jemand helfen?



Hello everyone,

I’m in the process of getting OctoPrint to work with my old CAT S41 OctoPrint.

Since I haven’t had any experience with OctoPrint yet, I have to open a topic about it right away.

And the first questions:

As you can see in the pictures, I need these values to get the whole thing up and running.
Can someone help?

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 :wink:

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.

German:
Danke, für den Tipp.
Ich bin mir nicht sicher, ob ich das Ergebnis richtig auswerten kann.

English:
Thanks for the tip.
I’m not sure if I can evaluate the result correctly.


Send: M503
Recv: echo: G21 ; Units in mm (mm)
Recv:
Recv: echo:; Filament settings: Disabled
Recv: echo: M200 T0 D1.75
Recv: echo: M200 T1 D1.75
Recv: echo: M200 S0
Recv: echo:; Steps per unit:
Recv: echo: M92 X80.00 Y80.00 Z1600.00 E138.58
Recv: echo:; Maximum feedrates (units/s):
Recv: echo: M203 X350.00 Y350.00 Z10.00 E80.00
Recv: echo:; Maximum Acceleration (units/s2):
Recv: echo: M201 X10000.00 Y10000.00 Z500.00 E6000.00
Recv: echo:; Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
Recv: echo: M204 P3000.00 R10000.00 T3000.00 D50.00
Recv: echo:; Advanced: B<min_segment_time_us> S<min_feedrate> T<min_travel_feedrate> J<junc_dev>
Recv: echo: M205 B20000.00 S0.00 T0.00 J0.00 V5.00
Recv: echo:; Home offset:
Recv: echo: M206 X0.00 Y0.00 Z-13.03
Recv: echo:; Hotend offsets:
Recv: echo: M218 T1 X338.46 Y0.02 Z0.000
Recv: echo:; PID settings:
Recv: echo: M301 P18.30 I1.09 D76.75
Recv: echo: M301 P18.30 I1.09 D76.75
Recv: echo: M304 P49.96 I4.59 D362.77
Recv: echo:; Stepper driver current:
Recv: echo: M906 X1000 Y1400 Z1000
Recv: echo: M906 I1 X1000
Recv: echo: M906 T0 E800
Recv: echo: M906 T1 E800
Recv:
Recv: echo:; Driver stepping mode:
Recv: echo: M569 S1 X Y Z
Recv: echo: M569 S1 I1 X
Recv: echo: M569 S1 T0 E
Recv: echo: M569 S1 T1 E
Recv: echo:; Linear Advance:
Recv: echo: M900 T0 K0.02
Recv: echo: M900 T1 K0.02
Recv: echo:; Tool-changing:
Recv: echo: Z2.00
Recv: Heat bed center offset: X0.93, Y-1.26
Recv: M593 X P1 F50.00 D0.10
Recv: M593 Y P1 F50.00 D0.10
Recv: ok


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.

1 Like

Vielen Dank …
Dann müsste das hier passen…?

Best Thanks
Then this should fit here…?

@xchrisd

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?

Yes.

Not sure what you mean. Never saw a paid plugin for octoprint.
I look at my octoprint via dynamic dns which is set in my router.

I use no-ip for free hosting my octoprint.

There are many forum threads about octoprint, have fun at reading :wink:

Use the search for more :+1:

1 Like

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.

1 Like