Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, it is firmware or hardware. In all cases the same function in firmware executes the homing, so it does not matter where you start homing. Could it be that pullup for sensor is missing to get defined signals? Otherwise the cable to y endstop mig…
-
The registry key maxExtruderTemp stores the maximum temperature and is present in my registry. So it is present here. Can't say what did get wrong in your case that it was missing.
-
If some parts in web interface block so nothing works it could be a dead lock. If you follow https://www.repetier-server.com/knowledgebase/debugging-crashes-hangs-on-linux/ and send me the full backlog I can analyse if that is the case and fix the l…
-
Import here is the firmware you select. If you selected Repetier-Firmware it will most likely not understand anything as it uses a binary protocol. Try Marlin first as firmware and same baud rate/port as with host.
-
Can you run the simple test also with tone like described here: https://www.programmingelectronics.com/an-easy-way-to-make-noise-with-arduino-using-tone/ On due we use a interrupt to generate a frequency as well. So question is if it is not switch…
-
> Read at 14:57 That part of the log is missing. It is important to use no usb charger as they correct changes too slow sometimes. Make sure you are on 0.93.0 which has some locks fixed we found. Is the server still accessible and working apar…
-
Uh really ancient output of temperature. So refreshing short compared to what you now get:-) Contains no set temperature. So that should be taken from send value. *40 is checksum that changes since line number changes. T0 is to tell which extruder …
-
Will not work. We have no support for analog end stops and analog inputs are hard to handle in that version as they are read and smoothed before coming visible. Not good for end stops needing quick signals.
-
Assuming you mean mac host, there is no layer height setting in host. You can change print profile and layer height will be taken from the setting in that profile. Make sure to save the configuration before slicing or it will use last height before …
-
Does the temperature report format of sprinter have changed? Is that firmware still in development? Thought it was abadonned. The icon changes based on send commands and temperature responses. So if it is hot and shows it off the response of firmwa…
-
192.168.x.x is a private local network and not reachable by external servers in intranet. To do that you would need to add port forwarding in your router and replace it by the router ip/port instead. Depending on your internet provider this might wo…
-
Wurde die Meldung früher mal weggeklickt? Dann sollte sie noch unter registrieren sichtbar sein. Wichtig ist das man eine Onlineverbindung hat, sonst wird sie auch nicht angezeigt. Ansonsten ist das aktivieren nicht mehr möglich.
-
You mean in windows there is no AppData in home directory any more? Make sure to enable showing hidden files or you might not see the folder.
-
You should post the log around the error, not a successful part of connecting. All I see here is that you have a sd card with lots of files on it. Maybe too much files triggering a problem. Seems like it contains the full cura sources and not just a…
-
For all listening, V20 is out and should work again and also be safe to use linux update of packages.
-
Schwer zu sagen woran es hapert. Eine Möglichkeit wäre AP auf nie aktivieren stellen und auch keine Verbindungen definieren. Dann mit ssh auf dem pi einloggen und wifi mit sudo nmtui einrichten und sehen ob es geht. nmtui ist die menügeführte Versi…
-
Unbedingt land auf Deutschland einstellen für den Fall das der Router kanal 12 oder 13 nutzt, osnst kann der nicht gewählt werden. Wo hakt es denn genau? Erscheint dein Router in der wlan liste?
-
composition0 is in host work directory. $HOME/AppData/local/RepetierHost or in host select open Workdirectory.
-
In der web gui vom server Druckereinstellungen -> Manuelle Steuerung ändern wie ich es in der ersten Antwort geschrieben habe:-)
-
Sorry again no. I plan to add a monitor function for extra data collected by a script like cpu load, disk space, temperature, ... that would then be the place to add it. But it not there as other things have higher priority at the moment.
-
Working already on V20. Already found the reason. boot partition is 40Mb big a sit used to be in the past. Recent kernel package does not fit on that size so updater skipped installing the pi 4 kernel to still fit. So in V20 boot will be 93mb big so…
-
Strange case. Putting the sd card into a pi 3 it works perfectly. Only thing I did was updating os to latest packages. Hope to find what breaks booting on pi 4 here.
-
Ok, seems in deed something gone wrong. Need to test further. Until then I have added the V18 image back. Use that and use autoupdater to get 0.93.0.
-
Im host sollte sich nichts ändern außer man ändert es im host. Ich vermute daher das die Einstellung nicht wie beschrieben im server geändert wurde sondern im host?
-
Don't think so. For chamber the C: part on firmware temperature report is read. Since you say it is in the pi I see no way to inject it to chamber temperature at the moment. there is no api call for that.
-
Ok, have seen it. Wasn't aware I made any changes that effects that. Will fix it for next release.
-
This was the hint on how to do: Commands are normally visible in the global menu. If you want one to appear only in in the printer menu, add the attribute "slug" with the slugname as value to command tag where it should show up. You …
-
Does not sound like it starts booting at all. When you insert sd card to a pc can you read the boot partition? It should have fat format and readable. If not the iso file might not been unzipped when storing it. Also check sha1 checksum to be corr…
-
Ok checked how it should work. we have a service in /lib/systemd/system with name repetier_boot.service that runs at bootup: /usr/local/Repetier-Setup/bin/runAtBootwhich would start the xserver with chrome etc, meaning the part you are missing. Plea…
-
Ok did some more tests. Uploading to direct print does not start while starting a print in stored g-codes does start it. I have changed it back to old behaviour for that case. Should be consistent.