Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
That is not so easy. This would require to ignore the motion planner making it stop after every move as only then you can measure and adjust next z height. I think you need more a closed loop system that constantly adjusts z based on last measured a…
-
Ich vermute M111 S24 hat bei Marlin trotzdem den Extruder bewegt? Das war für repetier-firmware, wobei 24 auch 8 = dry run enthält. Temperaturen werden automatisch von Marlin gesendet, was zumindest zeigt das Marlin nicht abgestürzt ist und die Verb…
-
Activate logging and check where it appears the first time. Only there you find the reason for marking it defect. Knowing this really helps to fix the problem, e.g. if it is decoupling you can increase time or variance to not trigger false.
-
Since you say you get wrong temperature that could explain why fan is always on. It is on when reported or set temp. is > 50°C. If you have no heated bed you can try TEMP_1_PIN for second extruder temperature. If not I can not say if pin number …
-
In dry run mode this is not possible. You need to check the beginning when firmware goes to dry run mode and see why this happens. There is a reason, possibly a decoupling test triggering, which you might need to adjust to not falsely trigger. Or th…
-
Send us an email with the wish including the license number and we reset it for you.
-
Grundsätzlich ist dem Server die Dauer eines drucke egal, da er immer nur die nächsten 5000 Zeilen im RAM hat. Ich Frage mich daher warum das dann nur bei langen Drucken passiert und genau am Ende. Werden snapshots mit der Webcam angefertigt? Dann k…
-
Refreshing might work in deed. This happens if the websocket between browser and server gets closed. This is independent form the printer connection and also doe snot mean the printer, so refresh it self is fine. This can happen if there is some "il…
-
No timeout is not the problem. If you get this it means you are connected with a serial device (which hopefully is the printer). Server did send commands, but got no response from firmware (or nothing understandable). This happens if baud rate is wr…
-
Host 2.1.0 includes 1.40.0-alpha already. In manager you can add additional slicers by setting the executable. Here you need to use the slic3r-noconsole.exe or the window will appear and prevent the batch job. To show the window we already add --gui…
-
They are in printer commands, which is only visible if printer is online and you have defined some. You can define them in the server printer configuration and give them names. You can even have more then 5. They also appear in the console in the "S…
-
Slicing it caused no problems for me. Maybe the error depends on some slicer settings. You can also check the log if it contains any hints on what goes wrong, or at which stage it crashes.
-
Sorry, but I‘m not familiar with that way of uploading bootloaders. Always had boards with bootloader, also sometimes i also get a timeout. But after some tries it then always worked. Just make sure no other software also tries to access the port, b…
-
Reset is required to start board anew so bootloader can take over, so that is ok. What is important is to select the right board type or uploading will not work and of course having a boot loader is required, also normall one is installed.
-
No, there is only one homing direction. If you have a z probe you can home z max and for z min use autoleveling.
-
Also einen deadlock kann man hier nicht erkennen. Kannst du logging aktivieren und sehen ob am Ende des jobs etwas auffällig ist. Das Grundproblem scheint ja das die komunikation gegen ende nicht mehr funktioniert, aber warum immer genau gegen Ende.…
-
No, firmware does not know. Print using our repetier-server and then the server will compute printing time and show remaining time.
-
I also guess so. As i said, best webcams support jpeg format, so you get nearky no extra load.
-
There is no fault i think. But your decoupling settings are too tight for the case cooling and switch to heating, See the log when it happens and you see which setting triggered it and you just need to relax the condition. So gibe it more time to ra…
-
No idea what S910 format is. Ideally your webcam supports jpg format. Yuv can be converted if no jpg support is abailable, but that means software jpg conversion and puts some load on cpu, but in general works. So i would thay that webcam is not sup…
-
Lay flat works not alway as you think. It searches the next possible solution to find 3 contact points. This also can be only a small triangle. so you need to preposition it close to what you want and then hit th ebutton.
-
For deltas all motors need to have the same steps per mm, no way around this. In v2 it will be adjustable as it will compute differently, but until then same for all motors is required and therefore all use the value for z axis.
-
Yes, it is to adjust both sides when homing. But it can not use the dual connector z pins. You need a separate driver for each axis then, otherwise it is physically not possible to just start/stop one motor.
-
SOund like I just need to add it as GLCD/LCD pins. Will do soon.
-
"some of the usb ports only work sometimes." That is a problem especially if you have the printer on this port. Raspberry disables USB ports if it ha snot enough power, meaning voltage drops below a certain level. Maybe that is the reason - on pi i…
-
On what device do you run the host? Hope not the pi. Host requires quite some resources. When you do time intensive things it might get small pauses in print depending on pc power, but in general will not freeze. If device is not listed under linux…
-
Just dumping a driver somewhere never works. Normally they come with a setup executeable that you just run to install it. In older windows version I remember that I sometimes had to install the .inf file instead. Not sur eif double click or right bu…
-
Also looks good. Can you a provide a log output from your autoleveling. Often this helps to see better what is going on.
-
In printer view there is a "Print logs" function in the printer dropdown on the right side. there you can enable it for prints and connection (means not during printing). Webcams are ordered by the time they get initialized by linux, so multiple we…