Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,089
- Last Active
- Roles
- Administrator
Comments
-
Is this on a pi? It is normally not read only, so please login with ssh and run mount it should show something like: /dev/mmcblk0p2 on / type ext4 (rw,noatime) important is that / is mounted rw or ther eis a problem on system start already. Then c…
-
No need to use pronterface. That is just the host software the author used. Any host also Repetier-Host and Repetier-Server would work. There you have an eeprom editor so you can interactively change the setting. Question is if you compiled the fir…
-
Only with Repetier-Server if you have it in a project and all printers are on same server instance. From project you can start print and select printer list.
-
Check e.g. https://3dprintbeginner.com/extruder-calibration-guide/
-
Ja, bei windows sind die updates ein Problem. Es ist ab einem gewissen Zeitpunkt nicht möglich sie zurück zu halten. Daher sollte man bei windows das updaten maximal verzögern und dann einmal im Monat einen manuellen Update-Day einlegen wenn grad ke…
-
Wichtig ist hier nicht unbedingt der Drucker sondern das du eine Pi 4 nutzt. Da gibt es abgesehen von der tatsache das das Wifi nicht das stärkste ist und Störungen in der nähe oder metallische Abschirmungen die Qualität herabsetzten noch das Proble…
-
Of course we know our firmware best so it should work best. But only 3 points make it communicate better from which wait and advanced ok is also available in Marlin. Only our binary communication protocol is not supported so we can not buffer as man…
-
When you home and send G1 Z100 F600 what is the distance bed-extruder? If it is not 100mm then your steps per mm for z axis is too wrong and must be adjusted. With eeprom support you can simply change the value in eeprom editor. If you hear beeping…
-
Die Datei ist normal nicht da aber bei unserem pi image schon. Steht unter /var/lib/Repetier-Server/database. Siehe auch Advanced Configuration im manual. Befehl wird aber als user repetierserver ausgeführt. Zum test daher mal so aufrufen: sudo -i J…
-
TMC2208 is not supported by V1 firmware, so that would be difficult. Plus you need to know which pin is connected to what function and a lot more. So that is hard for prebuild printers and needs a lot of information. You have a better chance to fin…
-
In deed strange as it is working fast on the other printer and no cpu usage. If you can also export the pis xml printer configuration and post it. Maybe it is a setting in it that causes it.
-
Ja wird genommen. Bedenke aber das der flow im server meint 100% = was auch immer der Slicer erzeugt hat. Wenn der Slicer mit 95% erzeugt hat sind also 100% in wirklichkeit 95% und 105% ungefähr 100%.
-
On monday is planned release date for 1.3.0 where it is fixed. Now even prevents scrolling when you drag them.
-
Bei erkanntem Filamentende vom server geht er ja in Pause Modus. Im Pause g-Code Skript kannst du machen was du willst, also auch externe Skripte aufrufen. Der pi hat allerdings keine Lautsprecher und wenn er in der falschen Etage ist hörst du die …
-
I googled it a bit and the behaviour is correct, see https://stackoverflow.com/questions/5307968/how-can-i-run-an-exe-program-from-a-windows-service-using-c so as long as you start server as service it is not attached to a user and can not open des…
-
Hat cura denn ein M221 S93 in den erzeugten G-Code geschrieben? Nur dann wird der flow gesetzt. Normalerweise machen slicer das aber nicht mit M221, sondern ändern die berechneten E im erzeugten G-Code so dass 100% flow meint, wie im slicer erzeugt…
-
Power of the device running the gui is more important here I guess. But I'm not sure what exactly stutter looks like in this case. Does it have a webcam view open? Especially high res webcams also increase cpu usage. If you mean with stutter what …
-
We don't have that printer so can't say much about what they run at all. If it is a 8 bit software and from the age I guess it is, the only regular way is using avrdude I guess, also I never did it. But if you google for that you might find a soluti…
-
Yes, returning in T0 the value from T1 is wrong. How should one know which extruder is meant if numbers are wrong:-) But from link you provided it seems they noticed already.
-
Is this under same conditions. Especially the control tab is heavy during print and the more content a layer has the slower it can get. Do you have ping-pong enabled for prusa mini? If not at least we get the printer stuttering sooner or later - no…
-
Interesting that it starts invisible. Server is running as admin so notepad is in deed started as administrator. I used my debug version so that might be, why I see it in foreground - it is not running as service. So you can start software just not…
-
Du meinst das hier https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ Das mit dem abkleben vermindert die Stromlast am pi, ändert aber nichts am reset beim verbinden. Ob du ein 8 bit board hast kannst du nur wissen od…
-
Müsste man genauer untersuchen, aber oft ist es ein defekt auf der sd Karte die dann chromium abstürzen lässt oder anderswo eine Störung einbaut. Schnellste Lösung ist meist backup der server Daten machen ( Repetier-Server Monitor) und mit neuem Ima…
-
See in configuration->Tools if every extruder has set "Extruder Managing Temperarures" to the own extruder number. If this is the case, go to console and enable ack and disable M105 filter and see what firmware says. Some do only report temperatu…
-
Yes, just go to glbal settings->external links and add it. Make sure to also check "Show on printer touchscreen". It will then appear there and open link in an frame so you can still come back to touch gui.
-
Am gleichen PC wie host angeschlossen oder am Pi? Weil der pi sehr empfindlich ist und bei Spannungsprobleme gerne USB abklemmt. Und bei dem Alter ist das vermutlich ein 8 bit board das beim Verbindungsaufbau resettet. Beliebte Zeitpunkte sind gern…
-
All notebook examples from your code work. Just copied it 1:1 and tested. Even @execute Exe2 C:\\Windows\\Notepad.exe did work for me. Did you restart server or windows after changing the file? It is only read on startup.
-
Schick unserem Support eine Mail mit Lizenzcode und wir setzen ihn zurück. Bitte nicht hier veröffentlichen.
-
Thats actually the regular GUI, not what we call the touch ui discussed above. That is the one on a pi touchscreen. Will check z axis on mobile, but these things often make problem on real touch screen. Further down is a move group where you also h…
-
How does your new extcommands.xml look like now? Hard to say what is wrong when we don't see your new version.