Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
G1 Z5 F600 raises to z = 5mm
-
No, but if you have a recent image you can run on ssh linux console (not from server terminal in this case) installDev to get it already.
-
No this is a timeout message because firmware is not responding as it seems because it waits for filament change and blocks communication. Only if M108 would make it work again (depends on it having an emergency parse).
-
Am einfachsten neue Version ohne bug installieren, einen neuen Drucker einrichten und Konfigurieren. Die Konfiguration im Home-Sceen sichern und im Drucker damit wieder herstellen. Das überschreibt die alte Konfiguration mit den vielen presets. Die…
-
Dann hab ich ja gut geraten:-) Theoretisch ist das der richtige wert aber andererseits soll er möglichst kurz sein. Würde also normal trotzdem 30s nehmen auch wenn evtl. ein Timeout bei dem move passiert. Es sollte dir nur klar sein das es wegen der…
-
Thanks. I looked at the graph and there it was clipped at 100% so not visible. Could see where it got scaled wrong. Fixed in dev version and will be in next official release.
-
Diagonale ist 1.41 mal, also 28.2s. Wenn z maximalgeschwindigkeit 10mm/s brauchst du von oben nach untern 452/10 = 45.2s. Ist aber eher selten und vielleicht kann er ja auch schneller.
-
What motor drivers are you using? With TMC disable hybrid speed and stealth mode to give them more power. Recently had a printer somtimes loosing steps without. Also disable always check endstops in eeprom in case it comes from end stops, also in th…
-
Ja busy ist eine config option bei Marlin. Wenn es aktiv ist kann timeout auf 3s reduziert werden. Ansonsten brauchst du max(SegmenlängeInMM/GeschwindigkeitInMMProS) für alle Bewegungen. Im Zweifelsfall druckbett diagonale/langsamste geschwindigkeit…
-
Hast du zuletzt einen Kommunikationstest laufen lassen? Da können die G21 herkommen. Ansonsten G4 zeight kein busy, scheint also alter Marlin Version zu sein oder das Feature wurde deaktiviert. In dem Fall muss das timeout länger als die langsamste…
-
Not in touch screen! Please use the regular GUI for printer configuration in your desktop browser. Touch screen has only basic commands for quick and easy usage on printer directly, but no full configuration functionality.
-
Sieht aus als ob du das aus Konsole kopiert hast. Ist recht unvollständig weil die Filter Befehle und Ack filtern. Wenn dann solltest du im Druckermemü Logs aktivieren und das log herunterladen um zu sehen wie es genau passiert. Interessant ist z.b…
-
No screenshot upload, sorry. Only with external services like imgur.com or from your cloud drive if you make the file public. Klipper is new - it did not have output at all before only since we added api connection. Will check again my klipper to s…
-
In Printer-Settings -> Connection check serial port and if it is available in dropdown as well when printer is enabled and if it is the one disappearing when you disconnect usb.
-
Check serial ports in config. They may have new names now depending on which serial name you originally choosed.
-
Under windows you always can only see boot partition. That is why I suggested card reader on pi which can read the second partition with the data as well using the commands shown. It is a linux file format. Alternatively install a ext4 driver for wi…
-
16GB sind ausreichen, da habe ich keine Sorge. Wir rendern immer nur eine Datei zur gleichen Zeit. Darum haben wir auch auf dem Pi keine Probleme weil alles was extern berechnet wird und länger dauert in eine Warteschlange kommt bis es dran ist. Sac…
-
For which firmware/ connection method do you get this? Why do you think this? Not aware of any changes and testing Klipper and Marlin visualization they look ok. But some combinations have special solution or a firmware setting might be wrong so th…
-
Sure old was pi 4? Older os could not boot all pi, only those beeing out at the time. One solution is put recent image on new sd card and then put old sd card in sd reader and connect it to usb. Then login via ssh and run sudo -i service RepetierS…
-
Du kannst auch Linux auf dem NUC installieren. Leistungsmäßig sollte das mit heutigen Prozessoren kein Problem sein, kommunikation ist ja nicht so cpu intensiv. Frage ist nur wie Stabil so ein System dann ist. Die USB Kabel werden ja länger und du…
-
No, the implemented gpio handling is especially optimized for Raspberr Pi and other linux systems with same gpio solution. However there are several ways to trigger external scripts or get notification from external software communicating with the …
-
Guess you should look in commands.cpp for Commands::executeGCode which is the starting function to execute a function regardless from the source. But you must still run periodical actions so maybe better add it e.g. in Commands::commandLoop() where…
-
Don't save in that case. Will check to prevent it. It means values are wrong and saving with invalid values you might get issues later if backend check does not see it.
-
Change Invert Z in printer Settings->General->Manual Control
-
Please see here https://www.repetier-server.com/knowledgebase/prusa/ on how to create gcode we can read.
-
You can still try what happens reacting to busy especially if M108 continues in your case. If not it would not help to have the watcher.
-
The image is OS with app and preconfigured webcam detection etc. You need to install it on a sd card which is where you need the os imager utility to write the image to sd card. Then insert it into pi and start and follow instructions on download pa…
-
Ja die pi 1 sind nicht die schnellsten und wenn irgend ein Paket nicht armel kompatibel ist gibt es evtl. Probleme.
-
Du kannst als Zusatz versuchen in ManualAdditions #define MB_SETUP SET_OUTPUT(25);WRITE(25,HIGH); Das setzt pin 25 als output mit Pegel high beim Start. So lange der Pin nicht anderwaltig genutzt wird ist das ok. Wichtig ist das es nur ein input s…
-
Das Tabellenproblem wird wohl bleiben, ich rede ja von einfachen Text oder einfache html Seiten mit dem Editor der auch für die Instruktionen in Projekten genutzt wird. Was du auch machen kannst ist eine webapp als editor und den link in Globalen e…