Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
In den Verbindungseinstellungen kann man AP auf nie aktivieren setzen oder auch das Passwort ändern. Im neuen image kann man auch config.txt direkt aus unserem neuen Konfig Tool ändern.
-
The issue is that these are different softwares that are independent. Host just calls slicers. But for gcode generation it is enough to only change the slicer config. Host number is more informational so you know what is mounted.
-
If it would be a ATC Semitec 104GT-2 sensor then it is correct. Please measure resistance as proposed already to verify that. This was a year old and they might have changed the sensor or there might be different versions. At room temperature all wi…
-
Du bist zu schnell:-) Am anfang [15.02.2022 13:16:35] siehst du hattest du das falsche Datum am pi, daher die ssl fehler. Danach passte das Datum aber. Das betrifft die apt Pakete am pi, schwer zu sagen ob das relevant für die folgenden Fehler ist…
-
The typically used thermistors have 100kohm at 25°C so all show nearly same temperature regardless of type. Since that works with old and new one does not ant the ATC sensor has minimum -40 in table it reems to have some resistance. But are you sur…
-
Did you measure resistance of your thermistors before connecting? negative and very hot mean you have a short or no connection at all normally as it is the extreme adc converted with temperature table. At room temperature measured at the (disconnect…
-
Die Fehler beim uninstall deuten darauf hin das er die Instanz schon deinstalliert hat. Wenn der Socket nicht existiert bzw. wenn klipper grad nicht läuft klappt die Verbindung nicht. Nach der Installation sollte der socket da sein und klappen. Pfa…
-
Have you already tried using TEMP_2_PIN instead of TEMP_3_PIN or putting sensor or other Tx pin and see if it changes? From logic it looks good so most likely number/physical pin mismatch or defect analog input or input pin is set to another functio…
-
Depends on the host version, slicer and slicer version you are using. Some had problems and needed host to take care of positioning and for some you see in slicer tab a checkbox if slicer should autoposition or not. Sounds like you said slicer shoul…
-
For min homing you need homing direction -1 or x min will not checked. If it moves wrong direction there is a invert y flag: #define INVERT_Y_DIR 0 switch between 1 and 0 depending on what it was set. That should change move direction.
-
Which firmware? What does log show in M105 response in host/server? If also removing thermistor makes no difference it is probably reading a different pin than you think.
-
Wir sind grade dabei das zu aktualisieren für nächstes release, aber auch alte Versionen nutzen das skript. Hab den Teil mit dem Fehler entfernt. Bitte testen ob er jetzt durchläuft, sonst noch mal mit Fehlermeldung melden. Werde das auch gleich noc…
-
> they are gone until a reboot. Even disconnecting the usb cable and reinserting does nothing. That is hard. Normally crashed usb drivers restart on cable reconnect. We even have a function to disconnect usb to force driver to reconnect (USB reco…
-
Backup restores and overwrites contained files, so last restored will exist. If you have different slug names for the printers from second backup this will work, otherwise they will overwrite the other one. Also you loose the history of the second s…
-
Da ist was mit den Ports nicht richtig. output_http.so -p 1 würde ja heißen das port 1 verwendet wird. Der erste port den wir vergeben ist 8080! Gib mal sudo rm -r /usr/local/Repetier-Setup/etc/webcam_ports sudo /usr/local/Repetier-Setup/bin/startA…
-
What happens and if it works at all mainly depends on firmware and configuration. Open a console in parallel and enable commands/ack and see if commands get send and if firmware complains about commands like not supported. See firmware documentatio…
-
Error 71 is protocol error, so linux is not happy with received data. Likely a communication error triggering this. No idea what the driver means with clear tt 1. Are you using webcams with mjpg or yuyv encoding? If you have more then one webcam wi…
-
> sometimes the pi locks up What do you understand from this? For us a lock up is that nothing works any more. No response from API so gui is non functional if it even loads. This is normally dead lock but only a full backtrace as described here …
-
Bei identischen ID ist by-path normal die korrekte Lösung. Stelle aber erst mal sicher das linux auch alle drei anzeige lsusb gibt die die angeschlossenen usb Geräte aus. Aus irgend einem Grund gibt es meist für jede webcam 2 einträge sollten also 6…
-
Ok getting shorts would in deed be a problem. We average several measurements so it can jump in temperature if it switches between short and correct resistance. Kapton tape is a good and thin insulator if you have. Electric tape should also work. Do…
-
Youcam can only handle a single webcam. You need a software that can handle more. From comments of other clients I heard that https://blueirissoftware.com/ can do this, also it is paid software at least for multiple cams. But you can test I think be…
-
That place is not for thermistors. It is for thermo-couple if firmware is configured for it. You need to connect a shield then there that converts e.g. PT100 signals to correct voltage as there is no thermocouple chip build in. If it used a thermis…
-
M109/M190 are blocking so extra M105 make not much difference only when switching between the commands. Some firmwares (or versions) only report the temperature of the device they are heating skipping the other ones so in that case you get no updat…
-
Jul 1 17:41:34 pi-server kernel: [ 178.257364] usb 1-5: cp210x converter now attached to ttyUSB0 So device name is /dev/ttyUSB0 Jul 1 17:41:35 pi-server ModemManager[611]: [base-manager] port ttyUSB0 released by device '/sys/devices/pci0000:0…
-
That should not be required if you defined in in configuration_io.h like this // Servo for z-probeIO_OUTPUT(Servo1Pin, 4)SERVO_ANALOG(ZProbeServo, 0, Servo1Pin, 500, 2500, 1473) ZProbeServo is the name you need to give it to be used.
-
Make sure you use latest firmware update. I recently did fix a bug with bltouch servo form rumba32. But with latest release it should work now.
-
No same gcode folder is only possible within one installation as the directory must be on same device. However you can store gcode in projects and start prints also from project. Here all instances can access same project if the server containing t…
-
rcp files are just containing slicer settings for cura. We don’t have them, but you can simply use the default settings and make adjustments as you see fit. Most important setting is filament temperature, but that depends on filament so you need to …
-
There is no direct support for external sensors outside own pc. It is possible of course using our api. You could write a script that monitors your GPIO and calls the web api to tell server that pin has changed and you should pause script. See for …
-
Yes you can select which graphs you want to see in big. For some printers all graphs are quite a lot. But that is redesigned for 1.4.0 already.