Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
We do compute most of it. Some things like infill can not be determined and can also vary inside a gcode. For timings etc this only works in side the printer. Reason is that it depends on the printer and it's accelerations/jerk and some more. So sin…
-
Im config tool einfach Mirror motor signals to other stepper driver (FEATURE_TWO_YSTEPPER) aktivieren dann wird noch ein Treiber für zweite Y achse zur Auswahl angeboten. Einfach eine der Extruder die nicht genutzt werden benutzen.
-
Typical defects are that the cable starts to break due to all the movements or the sensor is under stress when you heat and starts to get problems. Both cases are resolved with a new cable + sensor. Does this also happen when motors are off and you…
-
Does the printer lcd still work? Doe sit have one? Com port is right but if firmware is not running you also get no communication so next would be to test if firmware is still working.
-
Mit etwas glück kann man den zurück biegen, aber der ist da sehr empfindlich. Hab mir den auch mal verbogen und musste dann den pin austauschen weil er nicht mehr zuverlässig ging.
-
Wenn du die Skripte manuell testest stelle immer ein sudo -u repetierserver voran. Dann werden sie als der User ausgeführt den auch der Server nutzt. Typische Fehler sind das geweisse Befehle nicht in der sudoer liste für repetierserver liegen. H…
-
Laut manual sollte /usr/local/Repetier-Server/bin/fulluninstall.shreichen.
-
Was ist wenn du in chrome im incognito modus den link sendest? Ich fürchte du hast irgendwie dich authentifiziert und er nutzt ein cookie. Hast du mal gegoogelt ob es dazu eine AP beschreibung gibt? Das mit dem eingebauten Pi ist am Drucker eher ni…
-
These can happen with defect sensors or cables. Shorts and disconnects cause temperature swing to the extremes like you see in the image.
-
The latest image can be found here: https://www.repetier-server.com/download-images/ So guess you have an old one and this should fix case 3 after a short while (maybe a minute to detect). 2. Normally load is not that high. Do you have a webcam wi…
-
Is the outside color uniform? CuraEngine is very sensitive with face orientation. In host inside faces are purple and should not be seen. Wrong face orientation does not make a model non-manifold so that can also be a reason.
-
Da es ein Web Aufruf ist solltest du das unter den Webaktionen eintragen. Dann hast du schon mal einen Menüeintrag zum Testen ob die URL mit Daten korrekt war. Die URLs hängen von der Steckdose etc ab, da kann ich kein universelles Tutorial bieten. …
-
Are you using wired or wifi? Also with static ip you must take one that is outside the reserved ip range of your routers dhcp server, which normally starts low, so 192.168.1.20 might be inside this and could be assigned to a different device as well…
-
Which image are you using? We and others have encountered connection lost with fritzbox over wifi. I still do not know this happens form time to time (have no direct connection to starting prints detected so far). In the case I could reproduce I nee…
-
Schwer zu verstehen. Hab noch diesen hier gefunden: https://hackaday.com/2016/08/29/how-accurate-is-microstepping-really/ Da sieht man zumindest wie Last dazu führt das der Motor hinterher hinkt. Ich verstehe auch das man die Mikropositionen nicht …
-
Here is my config: https://www.dropbox.com/s/nfnmlwy6bmm7nya/PrusaMK3_MMU2.xml?dl=0 You should just need to change the port and webcam settings.
-
Does the com port disappear if you unplug the printer? Otherwise you might be missing the serial driver for the printer and it never appeared.
-
You are only connected to port but no communication. (is ack enabled to be shown?). You see we send commands but no firmware response. Typical reasons: - Protocol not automatic - Wrong baud rate - A few boards need special RTS/DRT value to communica…
-
Was Beschleunigung angeht ist nur VELOCITY_PROFILE 0 identisch mit V1. Hier wird beschleunigung konstant gehalten fängt daher aber ruckartig an. Mit 1 wird kubisch interpoliert, fährt also sonfter an aber in de rmitte ist die Beschleunigung Faktor 1…
-
Yes should be possible. In printer config ->gcodes you can parse firmware responses and execute extra gcodes - here mainly containing server commands. So add the @webaction or @pushmessage command in that gcode especially at the beginning. If mar…
-
So you use the pis as remote connection. Well that is exactly why you can run server on them as well:-) In theory the powered usb is a help if it has enough power. Regular usb 2 must allow 500mA so a 8 port active usb must deliver 4A. But then pi m…
-
VBOs is just the fastes method for drawing trinagles in 3D we support. So this just says you get maximum possible graphic acceleration.
-
As long as you only need to move steppers along a path xy for a lathe it should work. There are no special codes for cooling or rotation control so that needs to be set manually or you need to modify the firmware to do so.
-
Das touch interface ist ein pro feature. Du hattest davor vermutlich die 14 Tage pro Testversion aktiviert, da klappt dann das display auch ohne Lizenz, aber nur bis sie abgelaufen ist.
-
If you have more then one Server running we suggest using Repetier-Server Monitor as desktop app. It unifies all instances into one gui, so you can have 1 or more pis all connected through it. Running multiple printer on one machine is in general n…
-
Is the model manifold? Non manifold models get exactly such problems. Also there are are some correction methods that can also influence handling of holes especially for non manifold models. They define how these are "fixed" which is not always what…
-
You can put it in manual additions in config tool. Good chance that it is not in the options.
-
Ok, danke für die Info. Ping-Pong modus an ist ja genau dieser langsame Kommunikationsmodus. Ist ja nicht so als ob wir es nicht können:-) Aber der Geschwindigkeitsunterschied ist schon ordentlich und oft der Grund warum es bei uns nicht stottert wo…
-
First go to console, enable ack/commands. When server goes green it means it saw "start" or "ok" from printer. So hit reset button on printer and check what happens. If you see some understandable output your baud rate and port is already correct. …
-
Thanks for the hint. Will update for next release.