Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,082
- Last Active
- Roles
- Administrator
Comments
-
Erst mal muss der Drucker ankommen. Lieferprobleme:-( Denke bis das stabil läuft dauert es noch ein paar Monate, da das Protokoll auch nicht öffentlich dokumentiert ist, aber BambulabStudio is open source, also sollte heruas zu finden sein:-)
-
Don't have it but think it is running marlin so should work without problems using the usb connection.
-
Seems same as in V1. Set in Configuration.h these values #define DOOR_PIN -1#define DOOR_PULLUP 1#define DOOR_INVERTING 1 depending on sensor and polarity. This will disable active tool (actually wonding why) but you can disable it in Commands.cpp…
-
Unser aktuelles Image basiert auf debian Bullseye und das unterstützt den Pi 5 nicht. Wir arbeiten gerade an einem neuen Image mit Bookworm als Basis das auch auf dem Pi 5 läuft. Bis dahin können sie auch das offizielle Image verwenden und dort wie …
-
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.