Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Im host kann er ausgegraut sein, wenn firmware sagt kein eeprom zu haben. Im Server sollte der Punkt bei Marlin als firmware im Drucker Menü sichtbar sein, nicht aber im Hauptmenü. Nur bei Firmwares die kein eeprom können wird der Punkt versteckt.
-
Du must im server den druck stoppen sonst sendet er weiter. Also kein gcode. Aber wenn du stoppst bleiben die Heizungen normal an. Aber in der Druckerkonfiguration kannst du in den ereignisgesteuerten gcode Skripten für Abbruch einstellen das sie au…
-
When the gcode was not found reason is normally a bad setting causing the slicer to stop early. Read the full error message and slic3r normally writes the reason like layer height too high for nozzle diameter.
-
Du must 127.0.0.1 mit der ip nummer des jetson austauschen wenn du es extern testest. Wenn sie wirklich nicht mehr laufen ist klar das der Server sie nicht weiter leiten kann.
-
Ok, so change it on router or try again with next image where I improved the password problem. Also there still might be some chars making trouble it is the best I could achieve in next image.
-
When you have FEATURE_TWO_STEPPER it is not dual x axis. Dual x axis has DUAL_X_AXIS 1 and can move both independently. Each extruder then has a motor. SO what do you really have? When moves are always in same direction the direction signal is igno…
-
When framerate goes down it can reduce quality to simple lines. Check on log when you start host. It will show if card support OpenGL 1.5 or higher. If not viewing is extremely slow and when it uses microsoft generic driver it even might crash host.…
-
Yes, that works in general. Only when you have webcams with too high resolution/frame rates or power problems that gets a problem. Every pi needs one license so 2 in total leaving 3 free licenses.
-
When server says pro it shows the entry automatically. If should be in printer menu when you have selected the printer. But only in the included regular web gui. So maybe you ware looking in the wrong menu.
-
Ok gut zu wissen. Auf meine Anfrage um ein Board und Kontakt zum Entwickler hab ich noch keine Antwort.
-
#define DECOUPLING_TEST_MAX_HOLD_VARIANCE 5 Your values was 7 so would at least select 10 but if it deviates even more sometimes you can also increase to 15.
-
Wusste ja nicht welche firmware - meinte drucker als platzhalter für deine Firmware, also Marlin.xml
-
Ok, good to hear that temperature fix is working. Can you provide a log of the problem you get later? Still testing handling of errors.
-
Go to communication settings and activate ping pong and then reset printer. When rts/dtr is in correct setting for printer to communicate (if printer cares at all most don't care). Alternative try downloading 0.94.4 beta and run wizard again. We a…
-
Looks like first overshoot which is quite normal. You need to increase the decoupling variance to a higher value so 7°C is not outside allowed region.
-
Das ender Problem ist in 0.94.4 behoben - aktuell nur als beta downloadbar für Linux Systeme wenn du den link anpasst. Sollte aber auch bald als finale version erscheinen.
-
Das ist in installdir/firmwares/drucker.xml Die ändert sich aber mit dem nächsten release wieder. Ab 0.94.4 gibt es dazu eine bessere Lösung. Da kann man in der Druckerkonfiguration gcode ersetzungen angeben und dann sagen ersetze G80 mit @execute …
-
Yes an dit won't change version for official release, so remember to update when final version is ready. Still some minor things I already detected - but they are also wrong in older versions.
-
If you have pro version you can use Repetier-Server Monitor to have one interface combining several instances.
-
The problem is fixed now. We only register a problem with PrusaMini with non ping-pong mode. But that seems to be a problem of the prusa loosing read position on errors. Other marlin based firmwares have no problems with our high load tests. If you …
-
Smoothieware is supported so sending gcode should be no problem. There are just no special buttons for laser handling but we even now have a laser tool icon and you can now say it has no temperatures so the temperature selections would disappear. Re…
-
After selecting the tool it would print coordinates again. So it seems that it hangs in the extruder selection. So that is where you should look at. Any select/deselect commands? Are offsets or any other values big or nan in eeprom?
-
Maybe it matters if you use autoreport feature for temperature or M105. M105 does it correctly and autoreport creates the double temperatures. In that case with M105 you should still see the double temperature lines which are ignored plus temperatur…
-
No the buffer size is not really the problem. I think they want to write temperatures to 2 serials like when using a lcd display with serial communication. But what happens is that that all writes are repeated twice on same serial. So maybe there is…
-
USB0 und USB1 sind eine schlechte Wahl. Die Namen kommen von der Reihenfolge wie linux sie entdeckt und sind daher recht zufällig. Am besten immer im gleichen Port einstecken und stadt dessen /dev/serial/by-path/... als Portnamen verwenden. Die blei…
-
You need to provide your own start gcode for curaengine that contains M109. Your sample generator does this. CuraEngine always starts with using first extruder. You can no only use second extruder. Using more then 2 is not really possible due to pr…
-
Ok for next release I have added the possibility. Add ?user=xyyy&password=kgsdhfgd and it will login automatically.
-
Do they have non ascii names or use complicated passwords with special chars? Both can cause problems. We have relaxed it a bit for next image release, but these are normally reasons why you get problems. They go as parameter to some scripts so char…
-
Das ist dann nicht unser pi image korrekt? Zuerst mal wenn die webcam ausfällt in die konfiguration gehen für webcams. Dann die url im browser testen evtl. mit richtiger IP wenn da 127.0.0.1 steht. Damit weist du ob mjpg_streamer nicht mehr läuft (n…
-
Yes, actually I forgot to fix the sending from gcode part. That is now fixed and now we are checking our self. On prusa mini we seem to get some problems after a while but reason is not clear. Maybe it just did not update correctly since it happened…