Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Das sieht nicht eingeschaltet aus. Ist da schon der Hauptstrom an? Ohne 12/24V funktionieren die Treiber meine ich nicht richtig.
-
This define disables testing every 500ms the state. It is the only motor realted test with that frequency and sound seems to be at 2hz around. Only thing is, it always tries to init driver if it did not yet succeed. So does M122 show that the motor …
-
Great. Just remember to set the 4 pins as inputs in setup function. SET_INPUT(pinNumber); then you can read them with READ(pinNumber) and buid a number 0-15 from the 4 bits.
-
Where did you get IGNORE_TMC5160_FEEDBACK from? It was not programmed and hence had no effect. I have now added it to latest commit so it should now help.
-
Also noch alte Marlin 1.1.x denke ich. Ging bei meinem i3 Mega eigentlich Problemlos, auch wenn ich jetzt eine neuere Version nutze: https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S Zur Problemsuche solltest du zur Konsole gehen und Fil…
-
Mit Marlin 2 sollte es keine Probelme geben, solltest aber in advanced config nich wait und Zeilennummern bei ok aktivieren um die Bestmögliche Fehlerkorrektur zu bekommen. Wir testen keine Boards, dahe rist die Erfahrung eher beschränkt. Aber Bigt…
-
This would be a per server setting. But I agree that if oyu have a dedicated project server just becasee it is a bigger machine with maybe better driver it makes sense. Actually I think simply coming back to latest used server might be even more con…
-
Fixed since 2.2.3.
-
It's not really complex for a programmer. If you aren't one it is in deed not as easy. It is more or less just adding a "case 456:"..."break;" to the M code list in commands.cpp and add what you want to do. You find lots of samples, e.g. READ(77); r…
-
For disconnect due to usb disconnect less then 10 seconds you can mark this in connection settings (Continue print after fast reconnect) - but only if reconnect does not cause a printer reset so it looses it's data. For a general continue to be pos…
-
I have added it to my checklist. But from tests with repetier binary protocol which has even higher compression I know the difference is not that great. Using Repetier-Server parallel commands instead of ping pong has a much higher impact. Reason i…
-
There is only M42 to set a pin. If you need reading you can add a M code easily in commands.cpp that writes the read result.
-
Schwer zu sagen - die geben nicht grad viel an auf der Webseite, also z.b. welche Firmware genutzt wird. Prinzipiell können wir über ethernet verbinden, abe rmeist geben solche Drucker nur eine Webschnittstelle aus. Die ist dazu aber nicht geeignet.…
-
Darum gibts ja 5:-) Wenn aber alle belegt sind obwohl nicht genutzt einfach eine Mail mit Lizenznummer an unseren support und wir geben sie frei.
-
Ich weiß nicht wie Cura es berechnet, aber wir simulieren eine Firmware mit Beschleudnigung, Heizgeschwindigkeit, max. Geschwindigkeit. Diese Parameter werden in der Druckerkonfiguration eingestellt und haben je nach Wert einen größeren Einfluß auf …
-
Welche version hattest du eigentlich vorher drauf wo es noch keine Probleme gab? Da du bisher der einzige mit dem Problem bist, bin ich zwar nicht ganz beunruhigt aber würst gerne warum. Mit so vielen unterschiedlichen Druckern gibt es ja immer mal…
-
Are you using Repetier-Firmware V2? You need to have stepper frequency higher then max. step rate you run - for z that is 1600steps/mm * 8mm/s = 12800 steps/s. No problem for rumba32 - 100000 is no problem and if you have too many motors even more i…
-
Interessant. Schade das hier recht viele annahmen getroffen werden wie es gibt nur eine klipper instanz und wie sie als service heist und einiges mehr. Vermute andere Plugins haben ähnliche restriktionen. Ich müsste also einen eigenen Installer für …
-
Pi zero works, but you should only run one printer and not do to much else during print. It is the slowest of all pi with only one processor for all jobs. > the only thing I don't like in repetier server software is that it resumes the print onl…
-
In der shell kannst du mit ls -l /dev/serial/by-id sehen welche Seriellen schnittstellen verbunden sind. Wenn da keine sind, sieht linux sie nicht bzw. bietet sie nicht an. > - Reset bzw. Kaltstart am Drucker hilft leider nix, Repetiert-Server r…
-
Ok I found the issue. The list widget has no button so it was added manually and several could land on same line so you do not always click what you think. Have replaced it with other solution that is working stable for next release.
-
Ok, erst mal das einfache. Dein end code M84 Stop idle hold (stop motors) da fehlen kommentarzeich vor den Kommentaren. muss so aussehen: M84 ; Stop idle hold (stop motors) Hoffe da sist beim kopieren verloren gegangen, wer weiß was sonst draus…
-
A memory stick is no serial device. That is a different usb class (mass storage) and is handled independent of serial communication. I see it is advertised as streaming box which might explain serial support missing. You might google if you find a …
-
Extracting the ipv4 messages for wlan0 I get wlan0: rebinding lease of 192.168.2.74 wlan0: leased 192.168.2.74 for 86400Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.74wlan0: adding route to 192.168.2.0/24 wlan0: addi…
-
BRLTTY and modelmanager are apps accessing serial devices, so they could interfere. But I'm now pretty sure your linux kernel is lacking serial device support. It sees the usb device which you already identified, but without serial driver you get n…
-
Ok using marlin menu as source makes more sense:-) Yes, you can use that solution to trigger actions just add a expression that detects it in printer config and run the action. Only most recent print is currently not possible. Guess I should add a…
-
Kannst du in der Konsole mal alle Filter deaktivieren, drucker deaktivieren (im menü) console löschen und dann Drucker aktivieren und posten was da ausgegeben wird. Habs grad mal mit Repetier-Firmware probiert und klappte noch. Nehme an RF1000 ist i…
-
Eigentlich sollte die Frage lauten welches Board passt am besten zu Drucker XY und ist die Firmware Kompatibel. Wahrscheinlich würde ich eins nehmen das Marlin und Klipper unterstützen, einfach um flexibel zu sein. 32 Bit Board mit STM32F4xx board u…
-
The ip is set by your dhcp server. If you check on dashboard you see a ip for eth0 and also a mac address. The simple solution is to tell yout dhcp server to always assign same ip to that mac address. This works for all. If not and you are using ou…
-
Ubuntu 14 might be old, check if there is a file named Repetier... in /etc/init.d - if it is no official systemd system it might be the old system. Did you check /dev/serial/... it might be that you do not see it because your linux is not compile…