Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Sure. In gcodes ->action->Delete all files in group. If you connect with Repetier-Server Monitor you also have checkboxes to select gcodes and then you can delete marked gcodes.
-
Auch mal die gleiche Firmware geflasht um den Fehler auszuschließen? Mögliche andere Fehlerquellen: - Mal reset drücken am radds - manche china due haben einen falschen Kondensator was dazu führt das beim ersten stromanschalten der Prozessor zu frü…
-
The question is if you use that trick or not. If you have no G92 Zxx in your start code then you can ignore it. If you have, your printer is not set up correctly and you try to fix that error by adding an artificial correction in the start code. Ho…
-
Don't think baud rate is the reason. I once had a marlin version on my prusa that also cleared display sometimes, but that disappeared with the next update. Server can not clear lcd by commands - if it happens it is a problem firmware side that mayb…
-
First thing to know is that server does not add moves to your gcode. It will send your start gcode from printer configuration in server and then the gcode you print and at the end the end gcode from server config. If the physical print differs, you …
-
Teste mal mit dem taskmanager cpu und speicherlast. Eigentlich kann das nicht sein - ich kann auf einem Pi 2 problemlos server, webcam und touch frontend laufen lassen. Da sollte ein PC das eigentlich auch können, aber ich kenne yawcam nicht weiß al…
-
I don't know the firmware you are using but z min/max are swapped. z min is 0 and z max is 150. z home dir must be 1 for z max homing.
-
Apart from the fact that you could move heads around when powered off we do not see when powered off. Without power we can not store position and updating it every time ruins eeprom. So already from first reason there is no guarantee even if we solv…
-
See extruder.cpp lines 1157ff void Extruder::step() { if (PrintLine::cur != NULL && PrintLine::cur->isAllEMotors()) {#if NUM_EXTRUDER > 0 WRITE(EXT0_STEP_PIN, START_STEP_WITH_HIGH);#if defined(EXT0_MIRROR_STEPPER) &&…
-
Ich hab den Link den ich geschickt habe in der letzten Server Version getestet und der hat prima funktioniert. Wenn der also nicht klappt ist vielleicht die server version alt?
-
If we knew where the end stop is that might be possible, but homing is used to determine that position. So no, only way to reduce it is reducing homing speed.
-
Für andere die Lösung - der Link war nicht für den MJPG stream sondern für eine Webseite die ihn einbettet. Den richtigen linkt bekommt man dabei leicht wenn man im Browser mit rechter Maustaste die Bildadresse kopiert und diese im Server einträgt.
-
The problem is here the buffering and execution time. There is a server command (requires version 0.93.0 or later) ;@syncMotion that floods the firmware with M400 to ensure further execution only when previous commands are executed. The snapshot is…
-
Ja, aber was passier wenn sie den link den sie im server eintragen im chrome öffnen? Erscheint dann auch die webcam? Was leider schon mal passiert ist, dass zuspieler Fehler im mjpg format haben was andere aus den tritt bringen kann. Wenn das mit ch…
-
Zuerst mal die URL für webcam direkt im browser eingeben um zu sehen ob dann ein stream zu sehen ist. Wenn nicht sendet yawcam nichts oder im falschen Format. Es muss zwingend ein MJPG stream sein, sonst versteht auch der server den Stream nicht.
-
Is it this kind of wobble: https://www.electronicsweekly.com/blogs/engineer-in-wonderland/3d-printing-z-wobble-2019-01/
-
Is it this kind of wobble: https://www.electronicsweekly.com/blogs/engineer-in-wonderland/3d-printing-z-wobble-2019-01/
-
Aufoassen - zu den Koordinaten kommt immer noch der z probe xy offset. Wenn die nicht erreichbar sind steigt er beim autoleveling aus. Wenns das nicht ist wäre ein log mit angabe was passiert ist hilfreich.
-
Wichtig bei webcams insbesondere bei mehreren ist nicht gerade mit HD oder 4K zu arbeiten. Die werden als MJPG stream angesprochen und das ist nicht gerade gut was Komprimierung angeht. Da ist dann schnell die Bandbreite erreicht. Und sie sollten na…
-
Sollte aber auch auf windows klappen. Evtl hätte ein reboot hier geholfen. Kann sein das die Antwort als er noch free war gecached wurde und der monitor das nicht mitbekommen hatte.
-
Ok, then it is the crash of usb communication while linux keeps the serial open. Nothing that can be done here software side as it is a hardware problem. Check on pi with dmesg if you see undervoltage messages after a while running. Would be an hint…
-
No it is not installed but would in deed be a good addition. Only thing is I can not test it due to not having a ps on controlled power. I think it would be ok to put it into the GCode::fatalError function which gets called on all serious errors whe…
-
Can't say why some have problems with internal download. Uncheck installing Repetier-Server which is what is getting downloaded. Then installation would work. If you want repetier-server download it separately from https://www.repetier-server.com an…
-
Can't say why some have problems with internal download. Uncheck installing Repetier-Server which is what is getting downloaded. Then installation would work. If you want repetier-server download it separately from https://www.repetier-server.com an…
-
Maus ist kein Problem. Die haben wir ja nur auf unsichtbar geschaltet, dass kannst du leicht in /boot/repetier-image-setup.txt umstellen. Mit 2 Monitoren hab ich nie Probiert mangels Hardware. Grundsätzlich sollte es möglich sein. Man müsste halt c…
-
Sie mal auf dem umgezogenen Server ob im web gui Pro oder Free in der Titelleiste steht. Die Meldung sagt eigentlich nur das der Server mit dem du dich verbindest aktuell als Free version läuft. Er wurde also vermutlich nicht aktiviert weil er eine …
-
ST7920 is not ST7567 so not expected to work that way. Looking into ui.cpp I see these available initalizations: #ifdef U8GLIB_MINI12864_2X_SW_SPI u8g_InitSPI(&u8g, &u8g_dev_uc1701_mini12864_2x_sw_spi, UI_DISPLAY_D4_PIN, UI_DISPLAY_ENABLE…
-
BTW: Did you upgrade to 0.93.1 meanwhile? We found some of these cases and fixed them in that version. Since then we at least got no more complaints to that version.
-
No. Just run as normal. Only when the hang occurs login via ssh and connect. Starting this will stop the print so do not do it before the problem happens.
-
That is NOT what I said. I said to NOT connect TTL to the 12V outputs as they damage the laser. Put them on a 5V output! I also said to put main power to fan output to be controlled with M106. That does mean the regular fan not the cooling fan that …