Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Normally after G32 the extruder offset is set back. You can try T0 after G32 also I guess it gets ignored as firmware will think it is already active. G28 X0 Y0 afterwards should also correct offset but not totally sure Z does stay correct during t…
-
I know what you mean but it only makes partly sense. In general not only temperatures depends on material - also other parameters might need to be changed like fan or speeds as some materials behave differently. Also some have varying temperatures w…
-
So with your manual leveled delta when you just measure a bed height map the errors are lower then +/-0.2mm? From my experience these values look like errors from delta geometry. This does not mean xy size will differ that much and the error is not…
-
Hast du einspezielles Display das du noch Treiber installieren musstest?
-
I see you are already on 0.94 - so if this on a raspberry pi do you see the bolt icon in gui and does it get oragnge or red? That would indicate power problems that are known to cause communication errors and even disconnects. If I see something li…
-
Die Hintergrundberechnungen sind rendern der Bilder oder Videos nach einem Druck. Im Menü Problemlösungen sieht man was das ist und kann sie auch explizit beenden. Dann sollte es wieder weiter gehen. Ist noch genug freier Platz auf der Festplatte? D…
-
You can not compare G32 with G33. You always do G32 S2 first which starts software correction for the rotation part. Then you run G33 to fix problems with bed bending - at that point the rotation is already corrected so the difference should be less…
-
Under your assumptions the solution looks correct. Just consider that BED_MOTOR_... is the position of the spindles here not where the bed is held to the underlaying frame.
-
I think you are talking about serial communication checksum errors while I meant checksum over eeprom memory, so different things. None the less checksum errors are not good also they get corrected. The amount really differs between printers and ho…
-
Prints are printed where you place them on the bed. Your start code will end some where but that has nothing to do with the print it self what gets positioned by you. You should also see it in preview. If preview and print differ you have not define…
-
You just change the last line WEBCAM_DIR=/dev/v4l/by-id/*intoWEBCAM_DIR=/dev/v4l/by-path/*save and reboot. That you should have 2 webcams also with new port numbers. Remember which usb port are used and do not change them afterwards.
-
Die Shutdown Funktion im image macht nichts anders als sudo shutdown -h now aufzurufen. Die rote LED leuchtet bei mir auch weiter, display scheint aber aus zu sein (original 7" pi display). Da ich keinen tollen restart/shutdown Schalter hab muss ich…
-
Even with both webcams capturing same time it works. A corrupt sd card can also cause such strange effects but it not very likely that on every try the folder will only store the first image. The only other thing that would make sense is that fetch…
-
Ok I'm through testing. With or without special position and with or without automatic image removal all worked as supposed. When you delete one webcam does it still not work? Maybe it is a problem with you having 2 webcams. When you manually add …
-
Also bei meinem Pi 4 hat es alles geklappt, also Unterstützung an sich ist da. Wir nutzen jetzt nicht mehr den Netork Manager sondern gehen direkt mit wpa_supplicant rein. Verbinde also mal mit lan kabel damit du rein kommst und gib sudo cat /etc/w…
-
Using full api key is also possible as that allows root access. With websockets you get events for important changes - see api description at the bottom. But you always can also get same information with pulling data. You just need to know that befo…
-
In general settings there is a new function to delete images after converting to video that is enabled by default. It is in timelapse settings. At the moment I'm running some test prints to see if that is all working correctly for counter testing. …
-
Ok, so no error just unusual many layers since every extrusion at new Z is a new layer in servers definition of layer. Will see if I can get server to limit it to 0.01mm. But it is not easy so no guarantee.
-
So your bed is more then 5mm in height difference? When you run G30 P0 several times does it always return to original height? It uses same function as G32 but should be easier to see what happens what you manually do it. You said you have repetit…
-
You need 500MB free space or it will not store image and that is in deed the case here. Do you have for static images the url http://127.0.0.1:8000/?action=snapshot port may vary. If you have the mjpg url in static that would never stop capturing,…
-
Ok for the mk4duo I tested with 4.4.0 and it worked but had some problems with M117 so I needed to add to the firmwares/MK4duo.xml file right after "relaxed". Then M117 worked again without problems. Connecting to a RepRapFirmware on a duet had nor…
-
Between z probe bottom and bed is meant. You also need to check in eeprom what value is set there. If you use z max homing a z height being too high will reduce the distance as well.
-
Ok that explains it. Question is how big is the main partition. So put it in your pi and login via ssh. Run df and you should get something like this: pi@Felix:~ $ dfFilesystem 1K-blocks Used Available Use% Mounted on/dev/root 30564532…
-
Check log when you connect. Guess wiring is wrong form configuration so firmware might think it has no sensors and disables them.
-
We don't change firmware on our own anyway. For some boards we can update if you explicitly upload a new firmware, but adding a new printer configuration does not change it.
-
Linux numbers the port in order of appeariance. The solution in your case is to use /dev/serial/by-path/... which is a link to the original device but it will always get the same name if used on same usb port. So that way the naming is predictable a…
-
That is what Z_PROBE_BED_DISTANCE is for. Increase that value (in eeprom I think it also exists). If you start it after homing make sure the start height you are at is high enough.
-
What is the problem. sudo nano /usr/local/Repetier-Setup/bin/startAllCams and add it after the last line. Then it always runs after the streamer is started.
-
This is a firmware problem and has nothing to do with Repetier-Host. Also thermistors have normally no led. I guess you mean the led of the heater in use. If it stays on that would be bad I guess - I think it means power is constantly on. and "heate…
-
I only know of a 0.92 port for some davinci printers. I guess they need an older arduino version to compile. I know I had to change it a few times for 1.0.x to match newer behaviour. But have no davinci so no expert with that specific problem.