Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,085
- Last Active
- Roles
- Administrator
Comments
-
If I remember correctly G30 always goes back to start height. What the H variant does is modify the official Z height assuming the sensor was triggered at height Hx. So if you say H2 it means when you triggered that was height 2. If you want surface…
-
Mathematically the END_EFFECTOR_HORIZONTAL_OFFSET and CARRIAGE_HORIZONTAL_OFFSET are not used in delta motion, so in config tool you enter result of equation as horizontal radius.
-
> It must go lowering following to this command (G30), because microcontroller has no eyes, he does not know that z probe attached or not, just waiting for trigger. But if no z probe is defined it is not implemented. reprap wiki is not exactly …
-
G30 requires a z probe to measure the hight. If you do not home you probably have none. And if you have one you must ensure there is material below probing point so it measures the material and not the bed. I guess with cutting an additional proble…
-
Ok uneven heights of product is a problem. Not really meant for that case. As 3d printer firmware a more or less planar build plate is a must. Anyhow, G30 might be a solution here to update. How do you home Z otherwise? I mean what is reference for…
-
Is the port still the same and in the dropdown list? Is in prusa lcd menu settings rpi off - with on it will not use usb for connection.
-
G0 and G1 are identical. You only need homing once, but how do you home in your case? cnc also often has different homing and as said I have no plan about plasma cutting. I see G1 Z2 to go up, but why not just G0 Z0 to go down again to old height?…
-
Sounds more of an issue with the gcode generator then with firmware. If you send G1 with Z... it will move to that height. That is why you need the end stop so after homing height is known and moves are where expected. But I have no experience with…
-
Makes no difference where z axis is mounted as long as you have end stops for positioning.
-
Thanks for the leak info. Will try to reproduce them for next release. Regarding slack api easiest would be using 3rd party message solution for push messages. I don't know if this is possible directly with an api call but you can also call an inte…
-
Kommt drauf an welches Image du hast, machen denke ich beide das gleiche.
-
Ja ich habe das Problem schon gefunden. Der Startfaktor ist 0.0 und nicht 1.0 daher ist alles 0. Ich habe die aktuelle Version aktualisiert mit dem fix. Wenn du auf einem Pi bist kannst du es mit installLatestServer über ssh aktualisieren. Ansonsten…
-
Have es gerade mit PrusaSlicer 2.7.4 und neuestem Server probiert und klappt immer noch super. Hast du in der Konfiguration auch den Zieldrucker gewählt? Beim hochladen lädt der SLicer entweder in eine Gruppe hoch oder direkt in die Druckwarteschlan…
-
Please copy the error messages or i have no idea what the problem is.
-
You surely need less running instances here. We have an extra desktop solution Repetier-Server Monitor that combines multiple running server instances as if it is one. Regatding klipper printers we hope to be able to connect via moonraker in near f…
-
The log is complitely missing expected answers especially if i assume all ok come from fake ok. M105 is often as it gets inserted every second and due to delay it is most frequent. My guess is that you have hatdware flow control on the new board and…
-
No reinstall will not help since file exists and is just defect. Only replacing it with correct file will help so the copy command is all you need. Next week we release 1.4.17 where yiu can also run reset default correctly to repair it.
-
Actually the import is folder based and not directly related to drive, think of importing from a dropbox folder. Also I would need a cross platform c++ solution to give me the closes mount/drive from the path. What we use is https://www.boost.org/do…
-
No, I meant in log is a filter to hide them (or in printer settings). If that is with ping pong the first M111 succeeded while second one not. M111 is just changing debug options so nothing complicated or time consuming. Makes not much sense that i…
-
Can you activate ping pong mode for communication. That way you know exactly which command is causing the trouble. Also disable temperature filter. Line 33 was M105 I guess. When you compile your self enable line numbers in marlin (configure_adv.h)…
-
There should be 2 usb one input for usb stick and an output. What os are you using that it does not get found? Does your os see the serial device?
-
No wifi connection is not possible at the moment. We need direct communication with the firmware and wifi does not offer this solution. It allows only to start a print stored on printer and see some basic infos. So currently you need to use direct u…
-
You mean restarting server without restarting windows I think. In services find Repetier-Server service and select restart. There is also a script in Repetier-Server start menu for Start Server and Stop Server doing the same.
-
Restarting windows would be ok, but restartin Repetier-Server service is enough to make it reread everything. Reboots of windows is a real problem as it can not be stopped once windows decides it is time. That is why prefer a raspberry pi with Rep…
-
In global settings->preview Images is a button to force rerendering all images.
-
Ich denke das du dann die Datei /boot/firmware/ManualWifi.conf erzeugt hast, um an unserer Lösung vorbei das wifi direkt festzulegen. Zumindest im aktuellen Image, im alten hieß die Datei anders. Du kannst es entweder darüber festlegen, dann greifen…
-
Ja denke das ist weil früher noch die Session drin war und jetzt steht die in einem Cookie. Wird demnächst wieder weg sein aber solange reload und es sollte gehen.
-
Theoretisch kann das passieren wenn alter Modelle gelöscht werden, der server neu startet und dann neue Modell die alten IDs bekommen. Dann können Bilder mit dem gleichen Link entstehen und aus dem cache verwendet werden. Andererseits unterscheidet …
-
Ok, I see that error also it would not cause not rendering. This one happens if you click on reset rendering to defaults and causes it to return no data. My goes is that you saved anyway causing an invalid setting preventing rendering then. So until…
-
Danke. Das macht Sinn, da auch keine Temperatur oder Ziel vorhanden ist und mit @ ja Ausgänge markiert werden.