Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Das liegt an einem Fehler in der Drucker-Firmware. Wenn du im log siehst wirst du merken das das Temperaturformat total falsch ist und alles wiederholt, also start T:23.3 macht er TT::23.323.3 Lade dir die aktuelle Beta für pi https://download1.re…
-
Masse soltest du auch verbinden damit das Potential übereinstimmt. Wichtig rx mit tx verbinden und umgekehrt. Es ist schneller als eine echte serielle Verbindung da hier die Latenz beim umwandeln in usb und zurück fehlt. Verglichen mit einem nativ…
-
Yep, you see 13:02:23.241 : Error:One heater seems decoupled from thermistor - disabling all for safety!13:02:23.249 : Error:Temp. raised to slow. Rise = 0.14 after 301146 ms not variance is the problem. After 5 minutes of heating the temperature o…
-
Bin kein Telegram User - dachte immer wäre wie WhatsApp. Aber was man mit Bots machen kann scheint ja echt cool zu sein. Werd mir das mal bei Zeiten ansehen und damit rumspielen.
-
1. Will not happen from our side. To special and too many things that could go wrong or make it a bad idea. You can easily make a script that uses the api to do that if it is required for you for some reason. Only thing we are thinking about is star…
-
You need to check the full error message when it appears first. There are 2 cases - one is going outside variance the other one is not heating due to wrong/defect heater. It also says by which you missed the target.
-
We don't take in filament types from gcode. In global settings you can define filament types, weights and costs. Summary just selects the first in list until you change it. When you read the message in informer you see the printer name it is for. …
-
Ja er kann über die Serielle schnittstelle an den gpio pins mit einem Board verbuden werden. Also TX and RX und umgekehrt. SPI geht nicht weil es master/slave system ist. Aber einige gpio können als serielle schnittstelle arbeiten. Und da due ja 3.3…
-
When you say too slow you mean not enough I guess. In that case the steps per mm is too low. Measure how much slowly extruding 50mm does move filament and scale your value by 50/measured_distance. Also ensure in eeprom you have set the correct value…
-
I also had a good idea I think that should also work in non ping-pong mode after next update. I'm pretty sure that would cover the reason why it fails as well. But we will test with our mini.
-
Please test with Marlin or CBD/ZWLF Workaround. Im not sure if that was one of these requiring the workaround to work. Don't have such a printer but know users have it working.
-
Aus der config.txt der nächsten version: # Flips the display using the LCD's inbuilt flip functionality. Rotation: 0 = normal, 1 = 90°, 2 = 180°, 3 = 270°# lcd_rotate=0# Rotate in gpu instead. 90 and 270° require extra memory!# display_hdmi_rotate=…
-
It is this code in Printer.cpp around line 959: if (#if MIN_EXTRUDER_TEMP > 20 (Extruder::current->tempControl.currentTemperatureC < MIN_EXTRUDER_TEMP && !Printer::isColdExtrusionAllowed() && Extr…
-
Never had that problem and never heard about it. What do you mean with tiny here? Not a full screen window? In .config/openbox/autostart it is always started like this: chromium-browser --app-auto-launched --disable-pinch --incognito --noerrdialogs…
-
V2 mit bltouch läuft super. Es gibt sogar ein eigenes Modul für bltouch da den du nehmen solltest. Er erkennt dann auch alarm modus und deaktiviert ihn selbständig.
-
Thanks for the logs. Especially the top variant shows clearly the problem. When it started the server had send 8 lines which do not fit into buffer causing the resend and then you get an error loop and the fact of the long buffered moves server does…
-
Vibrating motor gets signals but it stalls. Either filament is blocking, signals come too fast or only one coil gets power or current is too low. Now that it moves during homing shows that coils are ok and power probably as well. On the other side …
-
Ok, danke fürs feedback. Hatte mich schon gewundert und gefragt was es sein kann.
-
Mit den Boards hab ich keine Erfahrung. Die nutzen ja eine closed source firmware zu de rich keine Informationen finde. Hoffe daher mal das die Kompatibel zu marlin ist. Zuerst würde ich testen ob man über usb damit kommunizieren kann. Einfach um si…
-
Bowden amplifies such problems. Here it is even more important to move with a more or less constant speed and have high accelerations/jerks to reduce the effects.
-
Man könnte server stoppen und manuell mit strace in der Konsole starten. Dann sieht man alle Dateioperationen, könnten aber recht viele sein. export LC_ALL=Csudo -u repetierserver strace /usr/local/Repetier-Server/bin/RepetierServer -c /usr/local/Re…
-
Erst mal der server sendet die gcodes zur firmware und die werden dann auf dem board ausgeführt. Ras rumba32 ist in der Tat deutlich schneller als eine due/radds kombi, hat aber auch einen anderen Prozessor der unterstützt werden muss. Repetier-Fir…
-
Great it works now. Of course you can also install the .deb package on any other debian based linux installation. Windows 10 also support ssh directly in powershell. Just send ssh pi@ipNumber and it should log you in after password validation. Of …
-
Looks like speed goes up and down constantly on any direction change. Normally you choose an allowed jerk to prevent this. So my first idea is that you have set jerk or Yank as it is called in V2 too low. Is it using bowden or direct drive? With di…
-
Not in host directly. There all have same. But if you start slicer configuration and load objects there this is possible with slic3r and PrusaSlicer.
-
You need to check in host log what you want to do, what gets send with what happens. If there are 2 moves you must have 2 G0 commands send. The config does not help me here. The question is where does the second wrong move come from.
-
Normal nutzt man die weboberfläche oder Repetier-Server Monitor auf dem entfernten Rechner. Port 3344 muss halt vom Rechner erreichbar sein. https://www.repetier-server.com/knowledgebase/access-server-from-internet/ Zeigt Möglichkeiten wenn entfern…
-
Host just sends the gcode. So guess sheet cam then reduced size. If factor is 25.4 then it is conversion between inch and mm. Normally objects are defined in mm but many can scale on slice/import.
-
Our image always starts ssh. Important is to use pi as user. root can not login via ssh.
-
We have bundled the stand alone version inside, but that version is a bit older. So guess they have changed libraries or something else. Will see on next update.