Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
So update worked. Is now everything fine or still problems? You might want to deinstall modemmanager as it interferes with serial devices like printers.
-
Ok, klar ist Recv:11:23:21.636: Error:Printer halted. kill() called! Marlin geht in eine Endlosschleife bis der Drucker resettet wird. Wenn dtr toggeln kein reset erzeugt must du den Drucker reset Knopf drücken, damit er sich wieder verbinden ka…
-
Yes vref is one of the 4 reasons I mentioned that can cause it. Or you are using a higher speed then usual and on higher speeds motors loose torque.
-
If it still does work, please post the ssh content where you tried the update, so we can see the error message/the problem.
-
Unter Drucker->Resiegeschwindigkeit meine ich.
-
Software reasons are max. speed, acceleration and motor current. But there are also physical reasons possible like increased friction at that position so you need higher forces.
-
Im host hast du die Geschwindigkeit vorgegeben. Vielleicht mm/s mit mm/min verwechselt - wäre Faktor 60 immerhin!
-
With regular prints you will not block the cpu, we are way too fast for that. Limiting factor is more - sd speed - usb bandwidth used - electric noise and power consumption disturbing pi - webcams (increase usb/network traffic a lot) If you compare…
-
With the update the repetier.xml does not need to be edited. You can copy files into server directories. Server needs to know that files are added as it runs extra computations on them. Repetier-Server Monitor is our solution to that problem. Monit…
-
It works until first communication error. That will stop a print due to handling them all as error from starting with "error:". Next version has exceptions for the communication errors since they get fixed automatically by the resend request.
-
Was gesendet wird steht in Druckereinstellung->G-Codes->Ereignisabhängig->Sende wenn ein Auftrag abgebrochen wurde. Pfeiltasten gehen von der Position aus, die im Server angezeigt werden. Stimmen diese nicht weil z.b. homing koordinaten fa…
-
You are running printer with repetier-firmware? We already detected the problem and will publish today an update that fixes the issue. Alternative edit the server file in INSTALL_DIR/firmwares/repetier.xml and remove this line: error:
-
Schon merkwürdig. Wenn 2 klappen sollten die gleichen einstellungen ja auch klappen. Du solltest dich per Kabel vebinden damit du trotzdem zugriff hast und dann mal die syslog runterladen. Da steht drin was er mit wlan versucht und eventuell bekomms…
-
> Hi, I shared my screen images which are taken from a 7inch FHD monitor. Haven't seen it. You need to store it somewhere externally like imgur.com I only know the 2-3 solutions I posted above. Problem is that you have high DPI screen and linux/…
-
Ja USB und Telnet sind absolut identisch im Funktionsumfang. Das mit dem Zoom verstehe ich nicht. Unser image zeigt chromium als maximiertes Fenster ohne rahmen und damit maximal. Die touchoberfläche ist so geschrieben das du den ganzen inhalt sieh…
-
M114 S1 would return steps counter, but such responses are always with delay due to move buffering and command locking. Only when no moves are being send or command queue is empty it will be quite timely.
-
Actually you always should copy VID and PID. VID is vendor ID and PID is product id of that vendor, so only combination of them make sense. What I have entered is the VID/PID I have working with rumba32. But I have now ordered the skr 2 to see myse…
-
TCP/IP ist das Protokoll für Verbindung, aber standardmäßig hat duet nur port 80 für den webserver aktiv, aber mit dem können wir nicht reden. Telnet ist im Grunde das gleiche wie Seriell nur über TCP/IP. M586 P2 S1 T0aktiviert es unter Port 23.
-
Z-Probe is fixed. Was just deleting line 278. Not sure if the sd card upload is something that comes from the chip or not. The STM32 on rumba have a DFU mode that I use for uploading. But that is one mode used by some chips so it can be and as long…
-
Sure. Go to manual control tab and there is a temperature icon that you click. Then you see selected curves so you can see all heaters (bed/extruder/chamber) the same time and much bigger.
-
Hast du Land auf Deutschland gesetzt für den Fall das der router Kanal 12 oder 13 nutzt, die sonst deaktiviert sind?
-
Prinzipiell geht das aber du must den duet konfigurieren den Telnet-Port zu öffnen und diesen für die Verbindung nutzen. In den Konfigs die ich getestet hatte war das nicht der Fall aber die docs zeigen ja mit welchem Befehl das geht.
-
Last weekend I found out that V2 firmware has nearly perfect motor position in steps if that helps. They are updated a few hundred times per second. But include also rotation correction and bump correction and there is no reverse calculation to make…
-
Most plugin versions of TMC2208 require the config to set at least good current and microsteps. Can't say what default values would be. The step/dir/enable interface will work without but you will most likely hav eno chance to set motor current. Mic…
-
V1 is not compatible with TMC2208 drivers. It only supports TMC2130 as programmable drivers. V2 supports TMC2208 as well, but does currently have no Megatronics V3.3 support at the moment. Mainly because the board description is not adjusted at the …
-
Just to be sure uploading is working and only after compilation it is not working? I ask because windows has problems seeing board in dfu mode at least without some drivers if I remember right (no real windows user).
-
Ping Pong modus an und keine automatische Pufferprüfung, Server version 1.1.0 dann sollte es klappen. Die Firmware hat ein Problem wenn zu viel Buffer genutzt wird, dann passt es nicht mehr und er kommuniziert nicht mehr korrekt bis zum reset des Dr…
-
Ok, I have include dit all and it compiled a test config well. Set MOTHERBOARD to MOTHERBOARD_SKR_2 and in platformio.ini default_env to SKR2 The board uses 3 different hardware SPI so hope spi devices work correctly. See skr.h for definitions and…
-
Schon mal mit #define EXT0_TEMPSENSOR_PIN TEMP_2_PIN versucht? Also den bisher ungenutzten sensor pin. Entweder der eine ist kaputt oder eine andere funktion hat ihn als output definiert so dass er nicht klappt. Irgendwas stimmt da jedenfalls nicht.
-
No you can not do that. With our public sources you can change the color, but not dependent on the printer. For that you would need to dive deeply into the provided sources and create 4 css files and switch it dependeing on the active printers slug …