Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I have tested this with reprapfirmware and there it is working great. But it requires a stable connection between host and printer so best is to have an ethernet cable so it does not depend on wifi which can cause easily problems. Laso it is better …
-
The log ha sonly essential informations activated so hard to say what is going on. Timeout means a "ok" from firmware was not received so it waited and than assumed it was lost and sends next command. Nut ack/commands are disabled so it is not even …
-
Kommt auf die Ursache. Hört sich ja erst mal an als ob der server weiter läuft also gibt es vom Betriebssystem aus vermutlich keine Netzwerkverbindung mehr. Oder kannst du noch per ssh auf den rechner einloggen? Auf was läuft der server? Bei Fritzbo…
-
The ino file is located here: https://github.com/repetier/Repetier-Firmware/tree/master/src/bluetoothEcho read the comments for instructions. They already contain the required AT commands also this was for HC-06 i guess there is no difference in co…
-
d0/d1 are used by usb so hope that does not interfere. That is the default Serial port but you need to program the hc-05 with baud rate and to connect to your pc first. Too long ago I did that, but there is a helper software on github for your firmw…
-
You can move servo with M340 (see repetier.ino for gcode list). You can also define gcode scripts for deploy and undeploy servo which is where you would add the M340 commands to move the servo. Normally you should use the variant that disables servo…
-
https://marlinfw.org/ beschreibt wie man die Firmware Konfiguriert und auch die g-code Befehle bei Marlin. Kommt allerdings teilweise auch auf die Version an, hat sich mit der Zeit geändert.
-
@syncMotion sendet so viele dummy Befehle das server und firmware synchron sind. Also alle Bewegungen abgearbeitet sind bevor der nächste Befehl ausgeführt wird auch wenn es ein server Befehl ist. Problem ist das server Befehle ja nicht wissen wann …
-
Ok, dann war das Gerät nicht erreichbar für den pi weil die Fritzbox es falsch eingebunden hat also keine Route kannte.
-
Vermutlich nicht, aber wenn es gleichzeitig passiert sollte das gleiche mit allen passiert sein. Z.b. ein reconnect des usb ports. Insbesondere wenn dabei die Kommunikation durcheinander kommt, wobei sich das beim ersten resend auflösen würde. Aber …
-
Check in Slicer->Manager if you have set a different path for slicer configs. If empty slic3r uses C/Users/Ron/AppData/Roaming/Slic3r - host just reads from that folder. In host registry only the selected profile is stored. So just change the pro…
-
Bei stottern immer in Konsole nachsehen, Befehler/ack an. Oft sieht man was passiert. Es kommt aber auch auf den Drucker an. Beim PrusaMini kommt es zu vergleichbaren aussetzern gelegentlich wenn ping-pong deaktiviert ist. Wenn es aktiviert ist nich…
-
I never heard about that problem, but since we do not officially support sd card I did not test it. But I also haven't written anything to make it fail knowingly and I always expected it to be no problem since we only send non-intrusive commands. On…
-
ok da muss noch ein Motion1:: vor rotMin/Max - copy paste. Hatte noch keine Zeit das ganze selber zu testen daher auch nicht veröffentlicht.
-
Sehe du hast rausgefunden wo man iwconfig eingibt. 117 Mbit ist auch ok, auch wenn signalqualität mit 33/70 schon eingeschränkt ist. Aber es zeigt das alles korrekt Konfiguriert ist und er sich mit dem Netzwerk verbindet wenn er es sieht. wlan beim …
-
Great it works now. On windows only one component can connect at a time to serial ports, so maybe server was already using it when you tested on host. But not relevant any more now it works.
-
Theoretisch kann man das machen, aber dann müssten Repetier-Host, Repetier-Host Monitor und Repetier-Server dazu angepasst werden und mehrere verfahren unterstützen (backward compatibility). Denke nicht das dies den minimalen Unterschied rechtfer…
-
Klappt es wenn du im Editor auf testen gehst? Hab es untersucht und klappt auch mit get bei mir. Name sollte keine Leerzeichen haben wenn du es über ;@webAction aufrufst. Da wird nur der Teil vor dem Leerzeichen genommen oder du must ihn in doppelte…
-
Hab mir grad den code angesehen. Da stehen schon sudo drin, sollte also als use pi ausgeführt werden. wget https://get.pimoroni.com/hyperpixel4 bash ./hyperpixel4 Zeile 116 ist ein read um die Tastatur abzufragen. Möglich das es wegen der pipe so n…
-
Ja David macht sich echt Gedanken mit seinem Duet Ökosystem und entwickelt es konsequent weiter. Das spricht sehr für ihn. Ich hab das in meinen Todos wenn ich das duet teste werde ich das auch mal mit testen und sehen ob ich das Problem auch bekomm…
-
As soon as I get some time I will try with my mk3 and hope to get same problems, so I can analyse them locally. ping-Pong helps anaylsing where it fails since only one command is waiting so ok is aways for the previous one. So if you see anything wi…
-
Sobald du in /boot die wpa-supplicant.conf erstellt hast kümmert der server sich nicht mehr um das wifi. Es wird noch kopiert für linux und linux übernimmt die Einstellungen. Da kannst du theoretisch auch statische IPs eingeben. Das er da nicht mehr…
-
Did you test the new command I gave you run as pi: curl https://get.pimoroni.com/hyperpixel4 | sudo bash
-
In main.cpp you have a list of currently supported g-codes. Also I'm adding them to our dev documents especially the complex ones, but that is currently incomplete due to free time. The problem with G30 is that it depends if you already correct bed…
-
Touch screen is starting chromium in kiosk mode: chromium-browser --app-auto-launched --disable-pinch --incognito --noerrdialogs --disable-suggestions-service --disable-translate --disable-save-password-bubble --disable-session-crashed-bubble --di…
-
curl https://get.pimoroni.com/hyperpixel4 | sudo bash should run it as root while curl is run as pi. With sudo -i you become root. Guess curl does not like being run as root.
-
What exactly are you executing and which error do you get?
-
Neustart des boards heist du drückst reset? Wenn du nach dem verbinden in konsole gehst, ack, commands aktivierst dann drucker deaktivierst und neu aktivierst verbindet er dann? Wenn nicht siehst du in der Konsole Meldungen? Hab grad ein Duet 3 6HC…
-
M220 S30 ;Print speed at 30% M221 S120 ;set Flowrate at 120% G90 ;absolut ->> und hier eins meiner Probleme wie kann ich repetier-Server sagen, dass er nach z.B.: 2 Layern oder Zeit XY wieder bei M220 und M221 100%…
-
No, each printer has an own thread only listening to it's port. But I assume you have set port names /dev/serial/by-path or by-id if they differ.