Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Es verfährt immer der aktive extruder. Den kann man beim extrudieren Menü wechseln. Home XYZ ist bei den meisten Bildschirmen nicht mehr sinnvoll möglich, daher fehlen die und man kann nur alles homen, da dies der Regelfall ist. Du kannst sie aber a…
-
Afterwards I got an idea that might help to solve the problem. Need to check all clients and code if that is possible without breaking existing clients, which is the other problem with adding new features.
-
The prusa mk3 has one special problem -the port is visible even if the prusa is disabled. Then server tries to connect and fails, becaus eonly th eserial converter is powered by usb but not the avr2560 controller chip. In connection settings is a ch…
-
Search for ROS (robot operating system) to control something like that. There you also get inverse kinematics and more. Just might be that it does not work on arduino 2560. Have never used it so can not say much about it.
-
V1 can move 4 motors XYZE so when you need to move more axes you need V2 where we also can have A,B,C axis in same motion. In V1 you can switch motor assigned to E so that one of them moves. Normally the one with the active extruder. E motors can …
-
They get positioned and named with name at insertion. While you can start a different than the first it is currently not possible to reorder them. Would require renaming all files including helper files which is quite dangerous in case of failure. I…
-
Der Fehler ist ganz klar G0 X-1000 Y-1000 F1800 Da steht gehe zu -1000/-1000 was außerhalb des Druckbereichs liegt. Du kannst prinzipiell den start gcode ändern - das können soweit ich weiß alle slicer zumindest aber cura. Hier wird knallhart darau…
-
Good to know. It's my weekend project to get it now working. After I'm so far I want to add support. Guess it is one tiny thing that is wrong:-)
-
Please use white spaces between parameter in gcode! You know that you can only run one of the e motors at a time? Tic-tic is most likely lost steps. Especially if it is a high pitch sound. It can also be a unconnected phase of a motor. Which firmwa…
-
Great it works already in V1. For BTT SKR 2 I had some tests, but it is currently not wanting to show usb like in your case. So still searching root issue which is hard without anything to debug the problem.
-
Great you found it. Did not know that this would be a problem. Thought 24V ground is same as 5v ground on usb. But there can be a problem with earth since pi power supply has no own earth, so it gets it from printers and if they differ you might get…
-
Das start passwort "raspberry" wurde ausgetauscht? Eine alternative möglichkeit bei 2 Pis is sd karte auf sd reader packen und am zweiten pi reinstekcen und da mounten. Das 2. Betriebssystem kann ja ext4 lesen und daher mounten. Dann kann man änder…
-
> (I have taped over the ground USB pin on all so they dont draw power from the pi - this is a good practice in general) Sure you did ground? We always tell to tape the 5v so all devices still have same potential for data lines but do not draw …
-
Ok windows 10 is a new information. In windows all infos are stored in C:\ProgramData\Repetier-Server so reinstalling does nothing, the error is in one of these files. If it is not too big, can you zip the folder and set it to me for analysis? Just …
-
In printer Settings->Connection the field "Show on Printer LCD Status Line" defines if server sends infos with M117 or not.
-
Sieh mal im firefox in die Javascriptconsole ob du da Fehler siehst. Ich weiß das einige webcams gelegentlich defekte jpg Bilder liefern. Möglicherweise stoppt Firefox hier den Stream während andere einfach das nächste Bild zeigen. Würde zumindest e…
-
Das wurde ja für linux mit browser im kiosk modus entwickelt. Ich denke die Leisten verstecken geht gar nicht im browser oder? Ich meine wie kommt man dann zurück?
-
Not for the resolution. You can upgrade to 1.1.3 beta by changing download link, but do then not forget to update again when final version is out.
-
I can not say if we found your reason, but we found that direct printing e.g. a stl file leads to this, especially binary stl files. So make sure to always upload a valid gcode not the 3d model. For next update we added a prefix test and some other …
-
No, currently that is not remembered. Might be a good idea if we also add a test if files are still there. Otherwise if on some other windows you deleted some files page 3 might not exist any more.
-
Du must die 4 zeilen löschen oder auskommentieren und den pi dann neu starten. Danach kannst dü über Port 80 von überall das touchscreen frontend aufrufen.
-
When board is not powered by pi for communication you could not even start a job, so I think what you switch is main power for motors/heaters. If firmware detects the missing power early (decouple e.g. needs some time) it might have stopped it.
-
You have no https only http access. For https you need to forward to port 443 which is the nginx proxy providing a self signed certificate (which browsers show as untrusted for that reason). What do you mean with last question? With forwarding you …
-
Das ist ein sicherheitsfeature. Es gibt2 Möglichkeiten das zu umgehen: 1. Keine User definieren, dann gibt es die Restriktion nicht 2. Unter ssh die nginx Konfiguration ändern: sudo nano /etc/nginx/sites-enabled/default Die Zeilen location …
-
Auf Zusammenfassung Klicken, in der Ansicht kann man es ändern. Im Repetier-Server Monitor kann man sogar Dateien auswählen und über eine Aktion verschieben. Beim upload werden G-Codes in der aktive Gruppe gespeichert.
-
Nein, aber er hat jetzt ipv6 aktiviert dadurch kommen die ipv6 adressen noch dazu.
-
Your images misses the field description. I have no idea for what you all entered 3344. As I said for the external port that you see on internet you can choose what you want also 50000 if that is required. Only in the intranet side you need the port…
-
You mean your M119 has no part saying "Z-probe state:" ? That would mean you have no z probe defined for firmware and G30 is not available for example.
-
Ok, that requires variables in gcodes. This is something on the todo but can not say for when. I want to also use it e.g. for @if and add equations with variables to make most of it. So need a real parser that compiles each line quickly. Also I gues…
-
Adding variables to gcode lines is on the todo list. M73 is already used by server to send progress.