Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You should see /var/log/syslog at the time when reboot happens. With some luck linux wrote a message before restarting that helps.
-
In browser open developer tools and check the network communication. All what you miss comes from websocket connection, so my guess is that this socket does not get proxied correctly. In the tutorial you will see there is a special path with a speci…
-
Yes, copying config folders is easier. SLic3r is normally in $HOME/.Slic3r and host settings are in .mono/Software/...
-
Ich nehme aber an das es mit dem aktuellen V8 image nicht mehr passiert, weil es da ja keinen Desktop gibt. Auch hat sich der link geändert da wir mittlerweise ein anderes Druckerfrontend nutzen. Aber das weiß das V8 image.
-
Watchdog is an independent thing that is used to detect firmware hangs causing firmware to reset. If your board also works with usb power only just enable a heater and protection should trigger after timeout because main power is not there to heat.…
-
0.92 might be the problem. I know I fixed some issues on this in 1.0.x.
-
Please send a message including license number to our support mail with the wish to reset it. In future this will be possible by yourself when you use the cloud service, but until then we do it for you.
-
The printer where I tested has even 1100 which is no problem with L=40 and max print speed 70-80. Accelerations of 2000-7000 would be really high for advance.
-
Did you connect it with hdmi cable? Info is a but confusing saying that this is required for some pis and not for others. I'm not aware that hdmi signal is also available on gpio pins also that might be true. But do not know if that needs special ha…
-
PLEASE answer if you home to zmin or zmax. That is crucial to know where the problem lies as I already told you. If that is position after homing (touching bed) you home to z min and your z min endstop just ttriggers 1.6mm to late and you have to re…
-
So it worked before and you did not change a thing and it does not work any more? No mac update to 10.13.4 which was released a few days ago? Actually if this is your business install Repeteier-Server for mac to print. It is much better in printing.…
-
For me it is still working. Please have a look at the log. I assume some setting caused slic3r not to finish and that is normally visible in log window.
-
We did not write this plugin, so I can't say why these errors happen. Best would be to open an issue in the plugins github repository. To me it looks like some python library has problems with it's https implementation. Server has several certifica…
-
K is quadratic term and best left to 0 or extruder will run like crazy on faster moves. Do not overestimate the result achievable. Best is to use the marlin test path where you can really see the difference just as they describe. Then you know best …
-
You could log session and see what plugin sends to printer. But with disabled it will surely do nothing.
-
Please tell us first how printer homes min/max? Also z min should always be 0 for printers. If max x is 200 you can move until 200 no need to set it 201. If printer homes to min (nozzle touches bed) you need to calibrate min endstop to stop at righ…
-
If it homes to z max you need to change z length in eeprom to stop at right height.
-
You need #define ENABLE_BACKLASH_COMPENSATION 1Backlash should then appear in eeprom list if supported. But backlash is only working for real cartesian printers, not core xy and not deltas!
-
Displays on pi use pis local time that defaults to gmt. Login to pi using putty (user pi, password raspberry) and execute sudo raspi-configand set your timezone in localization.
-
1. L value, 40 for direct extruder is a good start. 2. YOu need USE_ADVANCE to able to enable it at all. Then as soon as L is non 0 it is active. 3. That ha sbeen removed from host. Better use 4 4. yes just replace commands for setting L 5. See repe…
-
Just tested V8 image on Pi 3 and it worked as expected. Hope you did unzip it before upload as image. Or it might be a download error/incomplete download. But that should be detected on unzip if zip is incomplete.
-
What restarts? Pi, server or just printer? If it is printer check /var/log/syslog if it logs the usb disconnected. Taht would be the typical pi problem. If possible you could check if you can change printer to not use USB power, so that it only wo…
-
G28 waits for the homing to finish, so does not run normal command loop until finished. If it is only reading temperature you whould do it like e.g. the spi driven thermocouple systems - read response on request in extruder.cpp when temperatures are…
-
Ephiphany haben wir noch nie benutzt. Früher nutzten wir kweb. Und einen Desktop haben wir auch nie gehabt. Reden wir hier wirklich von unserem image oder einer anderen Quelle?
-
V8 should work on all Pi's. It just uses latest raspbian wherr support for all boards is included, that should not be the problem. Will test it on a pi 3 later just to be sure.
-
I thought maybe move only when homed, but that is not set in your config. If the get power so they block motor connection should be ok. So all you say is step signals do not come through. Unlikely that this is a hardware failure on all sockets. Do…
-
Since server can not handle https you have a proxy in between I guess. To work correctly you need a special setting for reverse secure websocket proxy, see this article: https://www.repetier-server.com/webserver-access-repetier-server/
-
So now firmware firmware sends "wait" and line numbers in "ok" response and it still gets timeouts? Or did you change usb cable? If the latter was the case you need to use the first solution whcih is the only way to detect error on the fly without …
-
K is the quadratic term, bette rnot set this and leave it to 0. Linear advance is set with L term. 40 for direct extruder is a good start.
-
Hast du das image mit aktualisiert? Möglicherweise ein Problem im browser - keine Ahnung was wir bei 0.65 verwendet hatten. Das war glaube ich noch das alte design und nicht das mit dem orangen balken links? Die neue versio benötigt chromium browser…