Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Not sure if it can exist in parallel. Fact is that you connect the ADXL345 to the pi, so there can only be one and there is only one extra service running this as extra board. So while you can run two klipper instances both would share the same se…
-
I assume you already did a pid calibration with M303 to check different combos of PID values? I think to reduce first overshoot you need to have a big damping. Also check in a temperature graph the output power over temperature. It shows max pid unt…
-
The name it self can not be changed once defined. You can add a new user with new name and delete old if you want it different. Just make sure to keep one with admin privileges, but server won't let you delete last admin anyway.
-
You know that when you upload it to gcode models you can select the filament and get the weight in gramm? As said you need to know density also most are around 1.25 there are some like copper or wood that can differ much and without knowing filament…
-
Depends on what changed. Did the max. speed/acceleration in firmware settings change? Or did the z rods run dry and now have more friction to motor now stalls with old values? Rods not parallel any more adding friction? Many motor drivers also set m…
-
> Ich habe den Rapsberri mal Aktualisiert, leider ohne erfolg. Heist neues Image aufgespielt? Auf gleicher oder neuer sd karte? So unspezifische und zufällige Probleme passieren normal entweder wenn die Spannung nicht stabil ist, pi überhitzt od…
-
Set heat manager to bang-bang and see how much it swings just by enabling power and disabling. Especially on first heat up you see when it crosses target temp it disables heater. Then you see how much it overshoots without any extra heat. I think th…
-
Not at the moment due to the way it is implemented. Only with projects you can structuire it with subfolders.
-
AM einfachsten installierst du MQTT Explorer und verbindest dich mit deinem MQTT server. Da siehst du alle topics und json objekte, was die auswahl vereinfacht, unique_id und object_id kommen von HA und haben nichts mit dem Server zu tun. Wichtig is…
-
Set LASER_PIN to 44 and add your analog modificaion in set intensity should be enough. Never done it so it's a bit testing but its on a aux pin so if that is not used it should not need much more then this to get analog values. You still need to mov…
-
Can you provide a log of what you mean? Sounds like you say it works but not always. So what happens when it fails? Does it reset the printer or just connect because printer does not reset on connect. Or is there some other error message when it fai…
-
Du hängst entweder bei M109 (Extruder) oder M190 (Bett) wo die Firmware wartet bis ihre Kriterien für "Temperatur erreicht" erfüllt sind. Erst dann nimmt der Drucker neue Befehle wie Temperatur aus an. Wenn der emergency Parser aktiv ist kannst du d…
-
Wenn chromium-browser nicht bekannt ist must du zuerst den Browser installieren. Bei debian systemen heist das Paket chromium-browser also sudo apt update sudo apt install chromium-browser sollte das Problem dann beheben.
-
In den g-code ansichten hat jede Datei eine checkbox. Einfach die Dateien markieren und dann die aktion (im listen menü) zum löschen aller markierter Dateien auswählen. Da kann man auch andere operationen auf markierte Dateien ausführen.
-
The extruder selection command is ron on printer and printer intern. It could use host prompt to ask using host, but it does not do it. You could catch it for g-code replacement and replace it with a dialog or change the slicer start g-code to not …
-
I see you use heat manager 0 (bang bang) - here the var range has no effect. So it still makes sense. It is expected that while on temperture rises and while off temperature falls. So in this case you should increase DECOUPLING_TEST_MIN_TEMP_RISE_BE…
-
I meant ardino pin numbering but they are same as in RAMPS pinout diagram. Haven't checked if they are mapped to anything just saw them in the list and I'm quite sure timer 4 and 5 are not used internally. Just timer 0-3.
-
What is your PID_CONTROL_RANGE value? It is a known effect that fans can reduce temperature for a while. If heaters have enough power they catch up sooner or later. Normally the rang eis 20°C so when target is 100 at 80°C it would switch to hold te…
-
Does not control pwm frequency but duty cycle. This will only work if D5 has a hardware PWM output using a unused timer. According to this page http://astro.neutral.org/arduino/arduino-pwm-pins-frequency.shtml pin 15 is none of them. Also the lower …
-
> 11:58:38.243 : Error:One heater seems decoupled from thermistor - disabling all for safety! > 11:58:38.246 : Error:Temp. raised to slow. Rise = -2.35 after 301018 ms > 11:58:38.251 : Disabling all heaters due to detected sensor defect. …
-
Unsere updates aktualisieren nur den Server nicht das Linux darunter. Ist auch nicht immer ratsam, weil dadurch schon defekte entstanden sind weil plötzlich Dateien nicht mehr kompatibel waren oder neuere Versionen von Programmen anders verhalten ha…
-
Add before break a Com::println(); or you get problems with host software because you are not finishing the line and that can lead to issues. Also Commands::waitUntilEndOfAllMoves(); means it waits for moves to stop, so you should not use it durin…
-
Wenn keine webcam angeschlossen ist macht er auch keinen Snapshot. Wobei sich der code auch nicht geändert hat in den letzten versionen. Ich werd es versuchen zu reproduzieren und noch mal zu analysieren. Welche Pi Version ist das?
-
This is a printer firmware/printe rissue and has nothing to do with host or connection problems. Modern firmwares check measured temperature versus expected response and as soon as they detect it they stop heaters with exactly that message. See log…
-
Die Pi-Cam kann man nur mit dem Flachbandkabel am webcam cf socket anschließen. Also den in der Mitte. Der außen ist für DSI Displays, auch wenn die beide gleich aussehen.
-
Wie ich schon sagte, Befehlsfilter ausschalten. Die Frage ist ja was steht in Zeile 14 das ihn stört. Grad alte Marlin Versionen haben schon mal Probleme mit manchen Zeichen in M117 da kann man dann das senden an LCD ausschalten - bringt beim Anycub…
-
Leider gibt es nicht DIE Anleitung, da sich die ganzen Linux Distros zu sehr unterscheiden. Der entscheidende Trick ist das beim Pi chromium im kiosk Mode mit der touchscreen URL aufgerufen wird und der Desktop ein Autologin aktiviert hat, damit man…
-
Ok da supported 1 ist wird es unterstützt, aber detected = 0 heist es ist keine angeschlossen oder wurde von linux nicht erkannt. Prüf mal dein Flachbandkabel ob es an beiden Seiten richtig rum drin steckt und guten Kontakt hat.
-
Sieh mal hier https://www.repetier-server.de/download-images/ Kapitel Config-Tool Im Config Tool unter 8 Run raspi-config 3 Interface Options kann man die Legacy-Kameraunterstützung aktivieren. Danach neu booten und pi cam sollte keine cpu last …
-
Marlin does not understand repetier binary protocol. In communication settings you can test communication speed for your board. Speed varies between 150 and 1000 lines per second. Also depends on how much time firmware needs to parse of course. You…