Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Great. Maybe you trigger installing the ch341 part that you needed. But good to know it works now.
-
Ok, but cura 4 is not part of host so better ask ultimaker when it does not run on your computer. With version 4 you need to slice in cura front end and then later import the generated g-code.
-
Ok so disturbences are not related to motor/heater being active.
-
We do not use python. Did you select the very old skeinforge slicer as well? That would be the only python element I can imagine and you should not use that slicer any more. It is only for old users not wanting so switch to good slicers:-)
-
What do you mean? It can also happen when you disable e.g. all heaters at once. At least that is what we have already seen with other users.
-
Only /dev/serial/... is of interest. All other files are internal devices and other devices. /dev/serial/by-path would be named by usb port so is always same if you leave it in that port. Use the one that appears if you add the printer to usb.
-
No official solution. Next release can backup printer with gcodes and timelapse included. With that you could recreate printer with new slug. For now only solution would be to stop server, rename slug folder and config file (xml file in configs) an…
-
Not directly - it would be very unusual if someone needs same command at the same time plus they do not know each other. However, you can use the API and write a script that sends a command via api to all printers. Just repeat sending command 60 ti…
-
Ok same chipset. I just connected it to my windows 10 laptop an dit worked as well. In hardware manager in events I saw CH341SE service was added to CH340 driver. Since linux also uses CH341 that seems a crucial part. If you check in hardware mana…
-
Wir speichern die Werte nicht, aber möglicherweise die Firmware. Unsere Firmware merkt sie sich im eeprom, so dass man es nur machen muss wenn sich das Bett ändert. Ich denke aber Marlin kann das auch.
-
Ok as promised, it was not forgotton. After some testing I found a contact loose on my bl touch, so that is working. Testing servo it did in deed not work any more also I checked and the code wasn't changed in 2 years. I think it is because I use a …
-
Nein display ist zum updated der firmware nicht notwendig. Wie man allerdings updated hängt etwas vom Board ab. Möglich das dein display eine Updatefunktion hat, wenn sie eine spezielle Datei sieht und dan den upload initiiert.
-
Good plan. But don't forget to copy also the slicer configs files or you will get a difference.
-
Beim einschalten macht der BL Touch einen selbsttest - das ist was du hörst. Der Server macht gar nichts mit dem BL Touch. Du must eine neue Firmware die für den BL touch compiliert wurde und ihn an den verbundenen Pins erwartet kompilieren und auf…
-
Just tested it and it looks like this: Mesg:17:39:01.661: Dtr: true Rts: trueMesg:17:39:01.663: Connection startedMesg:17:39:01.663: Printer reset requested falseMesg:17:39:01.663: Dtr: false Rts: falseMesg:17:39:01.683: Dtr: true Rts: trueRecv:17:3…
-
CuraEngine 1.15 I think it is. Only version 1.x is compatible. Homepage is working. https://www.repetier.com/documentation/repetier-host/rh-installation-and-configuration/ Is first page of documentation. What error do you get?
-
I have that printer my self and communication is no problem with these settings: Firmware: Chitu Ping-Pong: enabled Baud Rate:115200 RTS and DTR: Low to High
-
The windows software regedit.exe (use run program in windows to start) can export a directory of the registry and also import backups made from this. You need to first install new host on new machine so software it self is correctly registered. The…
-
What error do you get? WIth seome error message sthere is also a details button giving more useful informations.
-
New cura versions are not compatible, so that will not work. We include the latest compatible version already.
-
syslog changes every day. Linux renames them then so from syslog it gets syslog.0 and older even get compressed to syslog.1.gz all in /var/log if oyu login to linux over ssh.
-
Yes, the scripts in host are only executed if host is the sender. With server connector the server is doing the work and host does not see/execute them actually. So that is why you need to copy them to the server scripts instead. Server has all the …
-
Was für ein Plugin? Wenn es CBD... ist, reicht es die Firmware Chitu (CBD/ZWLF) zu setzen. Die haben da einige untypische abweichungen von normalen Firmware Kommunikation die wir in der Einstellung abfangen.
-
Don't have W7 since a few years, so hard to say. Same installer configuration as when it worked. You might try installing .net manually and then the host. It only installs .net runtime if windows does not have it already.
-
Ja ist schon merkwürdig. Hatte immer wieder Probleme mit Mega S gemeldet bekommen und mir einen gekauft. Meine hatte auch nie Probleme. Das ist also nicht unbedingt Model abhägig sondern auch mal Druckerabhängig - also vermutlich wenn bei der Verarb…
-
Ok, thats the bad case:-( 2022-04-06 17:38:12: error: Reading serial conection failed: End of file. Closing connection.2022-04-06 17:38:12: Port closed for Face - CR63 This means linux closed the serial connection to printer. Check /var/log/syslog…
-
#define Z_PROBE_BED_DISTANCE \ 5.0 // Higher than max bed level distance error in mm is what defines start height when probing - or the equivalent eeprom value.
-
Except grid size (only in configuration.h) you can change z probe settings in eeprom editor in our server for example.
-
Check print logs, server log and syslog at times where you see problems. Might be linux disconnecting, might be just com errors because you send too much. If you see in server.log that printer gets disconnected check syslog for same time stamp why l…
-
Host settings are all in registry in HKCU/Software/repetier or repetierhost not sure. You should also backup the work directory and your slicer directories. Restoring these should give you back all settings. COM ports will likely be different in num…