Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Prusa MK3S is working fine with server. Note that usb com is powered over usb while printer is not, so if prusa is off it appears still to be running. There is a special switch in printer settings that you should enable in this case - "Port is visib…
-
Normally this is no issue. Sounds like you have several printers, so question is how do you reference them port wise? Especially when you use direct /dev names the order of enabling is important so different configs might try to use the printer. In …
-
Are you using a old pc with ancient OpenGL version? When framerate goes below a treshold print would suffer from bad update frequency. Then we reduce visual quality to simple lines which might what you see. In that case you should maybe even disable…
-
Webcam difference is that for linux we have mjpg_streamer which can be configured from server with some setup and is free. For windows the only software I know handling multiple webcams as mjpg streams is https://blueirissoftware.com/ which is not f…
-
No it is no bug. There is just a difference between having a command send and a command being executed. Add @syncMotion before the @execute and server will add so many dummy wait for end of motion commands that all is executed before the command ge…
-
As long as you make comments start with ; as supposed to be for gcode:-) But guess that is a sample that you can now enter except the wrong comment syntax for gcodes.
-
> Shall i need to set it to hardware (off)? What does that mean? We only send M106 or M107 with speed to firmware. When you see the cooling fan starting/stopping it works. Maybe the value is just not shown on lcd.
-
I'm wondering that it does not work. Normally prusa blocks communication until problem is fixed, e.g. when I have problems with mmu. Once fixed it continues to parse the send gcode. In advanced configuration you can define actions on send strings f…
-
Wenn er danach läuft ist das ok. Was er sonst noch macht ist nur Berechtigung für /var/lib/Repetier-Server anpassen aber als root kannst du ja eh alles.
-
Die Wahrheit siehst du nur im /var/log/syslog zum Zeitpunkt der Trennung. Linux schreibt da etwas kryptisch warum er die usb Vebindungen getrennt hat. Ein anderer Grund den ich schon gesehen habe ist back EMF. Wenn er den hub abtrennt sind dabei nat…
-
Es gibt da immer Wege. Welche bei dir klappen hängt vom Internetanbieter und dem Risiko das du bereit bist einzugehen ab. Hier die Lösungen: https://www.repetier-server.com/knowledgebase/access-server-from-internet/
-
Wenn bei 6 gleichen die drei mit aktivem hub funktionieren und die 3 direkten nicht liegt es wohl an der Stromversorgung. Hab bei meinem anycubic die 5V Leitung im usb Kabel abgeklemmt damit die keinen Strom vom Pi ziehen. Siehe https://www.repetier…
-
Den download link auf der Homepage ändern indem du die Version auf 0.94.4 anpasst.
-
I would install linux on the pc. Especially W10 likes to force install updates and reboot without giving you a chance sooner or later. You can delay such updates but not prevent. With so many printers you are most likely printing at some when it hap…
-
;@pause Nachricht als gcode gesendet erzeugt eine pause. Es gibt noch Varianten mit Cooldown im Manual beschreiben.
-
Nein gibt es nicht. Wenn du ein aktuelles image nutzt kannst du die Ausgabe in /usr/local/Repetier-Setup/bin/basicFunctions anpassen. wpa_supplicant wird da hier erzeugt: function writeWPASupplicant { IFS= if [ "$WLAN_PASSWORD" == "" ] ; then …
-
It's already available as beta when you download 0.94.4 - just replace download link. Just testing and fixing last detected kinks. No need to make it configurable. 2 letters at start is invalid gcode so must be something else and we just send it:-)…
-
There is actually a very easy solution and place. Before probe move and afterwards the same function is called: static INLINE void setZProbingActive(bool on) { flag0 = (on ? flag0 | PRINTER_FLAG0_ZPROBEING : flag0 &…
-
Wir haben das restore für 0.94.4 mit Monitor 1.2.1 verbessert, sind aber noch nicht offiziell erschienen, aber als beta downloadbar (einfach link ändern). Alternativ die zip Dateien nach data_dir/restore kopieren und den server neu starten. Dann wi…
-
It's on the todo but it is time consuming and other improvements have priority since they affect more users.
-
Ja GRBL wird leider von unserem Server noch nicht unterstützt. Ist aber als cnc Firmware sicher nicht verkehrt.
-
Make sure in debug flags to ave not dry run mode on. Then extruder will not heat and extrude. If you hear extruder loosing steps it is a blocking of the extruder. If some filament comes out your temperature is just too low for the full flow. Not al…
-
Denke das ist einfach zu lösen. Beide haben offenbar die gleiche id, daher ist es eher Zufall welcher Drucker reagiert bei /dev/serial/by-id. Wichtig ist daher beide an den Port zu binden also BEIDE über /dev/serial/by-path anzusprechen. Sonst reden…
-
It is just when it tries the usb reconnect. Conservative is on second timeout without response I think while early is on first timeout.
-
Zuerst mal im server das Blitzmenu ansehen und prüfen ob du Unterspannung hattest. Das ist der Hauptgrund für alle merkwürdigen Probleme und mit dem Display hast du ja jetzt einen neuen großen Stromfresser. Wenn du einen Blitz im Display siehst hast…
-
Wenn du Nachrichten zum informer meinst ist der gcode: ;@pushmessage Nachricht wobei auch pausen ja gemeldet werden mit der Pause Nachricht. ;@message Text Fügt einen Text in der Nachrichtenzentrale ein. Ab 0.94.4 (aktuell nur als beta downloadbar)…
-
I'm pretty sure that some serial drivers are not working 100% correct and when some special errors happen they start acting strange. One of the reasons I have programmed for linux a simulation of removing usb plug. Then the driver normally gets rest…
-
Sounds like broken or shorted cable.
-
In syslog: Dec 8 18:40:47 Repetier-Server kernel: [533006.501593] cp210x ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 That seems when the printer disconnected. Don't have printers with cp210x serial chip so can't say much abou…
-
Zuerst mal testen ob du auf der neuesten Firmware bist. Wenn die auf Marlin 2 basiert - da wurde letztens einiges verbessert was die Kommunikation mit 2 seriellen Schnittstellen angeht. Da war einiges nicht ganz korrekt. Du kannst auch versuchen da…