Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
So x axis on that worked? Then it must be some setting related to z axis. Does z block after a move attempt? Any sounds when moving?
-
Hast du AP Modus auf nie gesetzt damit er nach dem Trennen nicht in den access mode zurück wechselt? Danach kann es was dauern wobei er bei expliziter Verbindung natürlich diese wieder herstellen sollte. Ansonsten hoffe ich da sich heute dan neue I…
-
Wenn du dir das im Server Verzeichnis ansiehst ../printer//models gibt es eine .gin Datei dazu. Am ende stehen die gemessenen Abmessungen und bewegungen. Diese müssen sowohl bei dem maximalen koorinaten im general tab passen als auch bei den Bettanp…
-
What is the current state. I took last comment that it is working. If you get only small moves for and back during a print the slicer did slice it with relative coordinates for E (which is good) but you did not tell firmware to interpret them as rel…
-
Translator doe snot detect this language! Often the problem is that the time on the computer is not set correctly or there is no internet connection even if the intranet connection is working. In case of linux you can see the computer time in the …
-
None of them looks like a serial usb device. So seems some defect somewhere. Try different usb port or different usb cable. Since no device is visible it will also not show up. Here a little test on my pi with prusa printer connected: root@RepetierS…
-
Ok, so what does lsusb show then?
-
Ja über die Web-API kannst du das mit curl einfach senden. Siehe https://www.repetier-server.com/manuals/programming/API/index.html Die Befehle die du suchst sind activate und deactivate. Zumindest denke ich das es das ist wonach du fragst. Command…
-
At first the log of the print would help, especially the last lines where you see how the problem happened. Also question is what needs to be done to make it print again, e.g. disconnecting usb and reconning does it help? We have a switch to do that…
-
You did not say you connected a printer to it. Forgotten to mention or not done? Without nothing will appear. Each instance only shows the locally connected printers.
-
After removing print there is no way to continue. As long as it sticks you can upload a new gcode starting at the stopped position and enable heaters before and position extruder to correct height. That is actually more or less what the rescue syste…
-
Have you checked M119 to see if end stop is triggered preventing it? Otherwise what happens if you change pins between x and z motor? Does z then move and x is blocked? Just as test if driver and socket are working correctly.
-
Gibt es denn eine Meldung vom Sidewinder wenn Filament ausgeht? Hab einen Anycubic I3 und da gibt es keine Meldung und ohne diese wissen wir es einfach nicht. Da ist der Support also nur beim sd druck. Eine abhilfe wäre in dem Fall ein sensor der am…
-
Wir hoffen morgen offiziell das das nächste Release rauszubringen wo ein Fix von unserer Seite enthalten ist.
-
Wer jetzt kauft enthält alle Updates bis 1.xx inklusive. Erst bei 2.x würde man ein upgrade benötigen, wobei 1.x weiter nutzbar bleiben also kein Updatezwang herrscht. Da wir noch nicht mal mit der Entwicklung von 2.x angefangen haben kann ich zum Z…
-
IO_OUTPUT(IOZ1Step, ORIG_Z_STEP_PIN)IO_OUTPUT_INVERTED(IOZ1Dir, ORIG_Z_DIR_PIN)IO_OUTPUT(IOZ1Enable, ORIG_Z_ENABLE_PIN) are the pin definitions for z motor. Is it same driver type than x and y motor? Does Z block before first move or after first z …
-
You can have up to 5 installations. Number of printers on one installation does not matter. Monitor requires pro to control and unifies the interface if you have several instances so you have one interface to watch them all. Monitor it self does no…
-
Do you see the connection in /dev/serial/by-path or by-id? If not linux does not see the device or does not have serial support for that type. In that case check with lsusb if linux sees the usb device at all and what type it is. Maybe just driver m…
-
Die Zuweisungen sind alle in /usr/local/Repetier-Setup/etc/webcam_ports gespeichert. Da ist auch die Datei last_port für den Zähler. Einfach das ganze verzeichnis löschen sudo rm -r /usr/local/Repetier-Setup/etc/webcam_ports und neu starten, dann…
-
Yes, you have 2 cables so these are different pins. The servo pin must be 11 (or 4 if using right one) and the z probe pin is the one used for reading signals which is z min pin. This is unrelated to servo handling. Should be low when pin is loaded …
-
listPrinter Antwort enthält alles. Siehe hier Anzeige in der web gui: {{(stateTime + 1000*(active.status.printTime-active.status.printedTimeComp)) | date:'short'}} …
-
Yes, you do exactly that. Just you should rename the old pis name to something else. There can be only one repetier-server.local so change the host name on the old one to something you like. Or use ip which always works.
-
Das betrifft nur die größenberechnung für die Vorschau, weil die Objekt sonst so klein sind, nicht aber die Layerzählung an sich.
-
In V2 steppers are configured in configuration_io.h
-
The left servo should have 11. I always used the right one which has pin 4, but both should work as well.
-
We have no control over the artillery display so can not influence what it shows. And in our gui the fan speed is visible.
-
M84 in gcode disable motors which is often in end gcode. Most firmwares also have a idle timer and disable motors after some time. For that you need to check firmware config or settings.
-
Have you configured a servo for the pin you connected the 3d touch to? When the servo commands do not work it either not using same pin or sensor has not enough power but since self test works I have to assume power is enough. Also recheck if the v…
-
Yeah, that is a good tool. We have included it in V2 firmware for easy calibration. G33 R0 resets distortion matrix to 0. From repetier.ino - M320 S - Activate auto level, S1 stores it in eeprom- M321 S - Deactivate auto level, S1 stores it in eepr…
-
Ok, also nur ein Empfangsproblem. Da ist der pi nicht der beste. Am besten eine Ethernet Kabel Verbindung. Es gibt auch wifi to ethernet adapter. Wenn der Adapter genug empfang hat kann man das so zuspielen. Oder ein Wifi Repeater oder mesh Netzwerk…