Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, microsocope wizard is not a regular wizard, just placed in the list. But due to custom solution it only works in main ui and not touch gui or monitor. Actually you can add modules in server with custom fron and backend, e.g. firmware uploader i…
-
You mean the programmable dialogs? No there is no layout except margins. It should be as simple as possible so it works in different gui with different css.
-
As far as I remember ayteef X3 works out of the box, no special arduino adjustments required. Just use config tool with latest dev version.
-
Die Kommunikation mit dem Drucker erfolgt durch Klipper und nicht durch den Server, daher ist wenn die Verbindung nicht steht die Ursache dort zu suchen. Wir sind gerade dabei die Klippe rIntegration deutlich zu verbessern. Zur einfacheren Fehlersuc…
-
You can not simplz switch pins for temp. sensors. The analog pins have also a 4.7k resistor in series so the measured voltage behaves completely different to a pure analog input. You can only switch between the temperture sensor pins, so if you have…
-
So eine übersicht existiert nicht. Wenn aber alle vergeben sind und nicht mehr 5 aktiv sind, also eine verloren gegangen ist einfach eine Nachricht an den Support mit der Lizenznummer und wir setzen das zurück. Die aktiven werden automatisch reaktiv…
-
Activating/deactivating webcams has no influence on webcams. They stay active and you can still see them. The bigger question is what is the rule to assign them if they are on same pi - are you using by path in /usr/local/Repetier-Setup/etc/conf lik…
-
We need a message from the firmware to react on it. Some are compiled to send no signal when printing via host and some need a command to enable it. Check if it already writes some message on out of filament. If not check if M412 is supported: https…
-
First run M302 S1 to allow cold extrusion. Just to remove that check so you can concentrate on motor. If it does not work the first question is if configuration is correct. Especially enable pin could be inverted. If you can not move extruder motor…
-
A note log sounds good - nor for config but the maintainance module we plan. Also it has no direct influence it can add comments in the timeline as needed to remember stuff.
-
What board (stacker superboard?) and printer are you using. The printer uses mainly default pins so they all have symbolic names from board definition, so making a own config is quite easy. But check and store before eeprom settings so you know whic…
-
The connection is managed by firmware and when board resets due to an error it will cause a disconnect. Because it happens when using the motors I guess that this is what is happening. So it is more a firmware issue in that case. You should check t…
-
Do you have something like Repetier-Server running on the pc as well that could try to connect to the port? Also on windows this would normally be not possible, on linux it would cause errors. Since during upload the content is irrelevant it sound…
-
If it is more special to this model with small rapid moves, try reducing jerk and acceleration. Sounds like you could have many hard direction changes and that could cause step loss as well if you exceed the limits, so try stressing the motors/print…
-
Eigentlich wird die sudoer Datei vom Server bei der Installation installiert. Prüfe mal ob /etc/sudoers.d/repetierserver-perms die Zeilen repetierserver ALL=NOPASSWD: /usr/local/Repetier-Server/bin/usbresetrepetierserver ALL=NOPASSWD: /bin/daterepet…
-
Stacker uses Repetier-Firmware. Max. temperature is fixed during compilation to not set it higher then maximum of what extruder can handle. Also I know stacker often uses a second hardware break to limit temperatures, so not sure if increasing it in…
-
What kind of screen did you connect? hdmi, csi or using the header pins? Especially for the last solution often used for small screens you need to install the display drivers as described by display producer for pi bullseye. This differs a bit deped…
-
Ach ja auch mal versuchen cache zu leeren, kann sein das altes javascript genutzt wird und es daher nicht klappt. Denn eigentlich klappt es wenn der ganze neue code verwendet wird.
-
An welcher stelle versuchst du etwas upzuloaden mit welcher methode? Schon geprüft ob die festplatte eventuell voll ist? Wenn du extern auf einem anderen Rechner renderst muss er auch 1.4.13 haben, da sich das Format für g-code analysen etwas geänd…
-
Nur cursor heist das er das X-Window system nicht hochfährt. Ist mir noch nicht passiert und wenn es beim warmstart klappt auch etwas merkwürdig. Erwarte ja das es da gleich funktioniert. Evtl. das syslog prüfen vom kaltstart und vergleichen mit war…
-
M150 B30 vielleicht für blau. Hab den Drucker nicht, kann deher nicht testen ob die das mit M150 gelöst haben oder einen anderen Befehl nutzen.
-
Ja aber bitte dann nicht auch noch crome mit touch gui starten, das kostet 2 mal viel Speicher und CPU und wenn man nur eines sieht macht das keinen Sinn. Im aktuellen Image ist das starten von chromium in ~/.config/lxsession/LXDE-pi/autostart entha…
-
Um die LED zu steuern einfach M150 mit den Farben wie gewünscht einbauen. In der Druckerkonfiguration gibt es ja viele Ereignisabhängige g-codes oder auch selbst geschriebene. Z.b. ein eigenes zum Zurückseten und dann im Druckabbruch den code für Ro…
-
Yes that is normally the issue and maybe you are not going high enough. For repeated measurements there is a different distance to go less high after triggering. Makes sense with hal sensors but here you must go high enough to not trigger it on depl…
-
Ja prinzipiell geht das, einfach von der Linux Kommandozeile mit wget https://download3.repetier.com/files/monitor/armv7/Repetier-Server Monitor-1.4.6-armv7l.AppImage chmod 755 Repetier-Server\ Monitor-1.4.6-armv7l.AppImage Herunterladen. Jetzt wahl…
-
SD init fail kommt weil er denkt das eine sd Karte eingelegt ist, diese aber nicht vfat formatiert oder sonst wie lesbar zu sein scheint. Wenn keine drin ist ist sd detect pin vielleicht falsch, sollte aber keinen Einfluss später haben, da sie ja ni…
-
Gut das wenigstens eine funktioniert. Die müssen in der Tat mjpg oder yuyv anbieten sonst klappt es zumindest mit mjpg_streamer nicht. Und mit yuyv willst du nicht viele haben, weil die CPU belastung und USB nutzung in dem Modus hoch ist.
-
Hast du schon rebootet? Hier ist die Serielle Verbindung beendet was kein lesen erlaubt. Gehe besser auf die Konsole und deaktiviere alle Filter. Drucker für mindesten 10s deaktivieren, konsole löschen und dann aktivieren. Dann mal sehen was da als …
-
Opencv wird nicht verwendet, sollte hier keine Rolle Spielen. Wird eher in ffmpeg verwendet. Aber siehe erst mal meinen Post davor.
-
What exactly is the problem? That 2 stay enabled or the 3 being turned off? See https://marlinfw.org/docs/gcode/M018.html These commands disable motors so I assume they are at the end of your g-code.