Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Server uses it's own time zone. If you use our pi image go to glabal settings->wlan->time there you can change the time zone to yours. In all other cases login using ssh and run sudo rpi-config to change time zone.
-
In arduino IDE you select the mega2560 and in firmware of course the rambo board. Use a recent arduino ide 1.8.x to compile 1.0.4dev firmware. Copy the exact error message from beginning then I might see what you do wrong. Normally one of your defin…
-
Ok, misunderstanding on my side. So just simple core xy config as start with 2 tools. One as laser tool and on extruder tool. https://docfirmwarev2.repetier.com/config/introduction/ describes quite detailed each config option and the config basics…
-
For G32 yes. They are in eeprom and using a host with eeprom editor will show them and allow modyfying them.
-
How do you send it? There is now an option to autostart uploaded files to printqueue if no print is running. Might be bug or a setting. Especially the new Repetier-Server Monitor knows the flag. Normal gui should behave the same as before.
-
I have it running on pi 4. I think since image 17 we support pi 4, which is the main reason we switched to the new buster raspbian. How far does it come when booting? Any special hardware (display) connected?
-
Great. So port caused usb crash and the other does not have that problem:-)
-
Also zerstört stromunterbrechung etwas das neustart verhinder wohingegen reboot ohne stromunterbrechung funktioniert. Sehr merkwürdig. Ist ja eigentlich das gleiche und wenn man sauber runterfährt geht am Dateisystem ja nichts kaputt. Ist ja wie reb…
-
STEPPER_INACTIVE_TIME means no motor is used for that time and then all get disabled. This will never happen during a print as you always have some parts moving. Only time you would be able to get that is during a pause longer then STEPPER_INACTIVE_…
-
If they go away with sd card print it is either that you have many communication errors - check out console or log for that - or you have many small segments that can not be send fast enough to keep printer speed. This is a problem if you try to be …
-
I see what you mean and factor 80 over a longer period can not come from speed multiplier either. Checking the log I also sow no speed multiplier. It is like the due is 80 times faster suddenly which is surely not the case:-) I will try to replay at…
-
You are right. Source of gcodes never matters. It works either always or never. Having said that saying it does not work from sd card but from host is odd. Can you add some commands to make sure the code gets executed at all from sd card? Maybe togg…
-
G1 E150 might be the problem. More then 100mm which is the default value for max extrusion length. So guess you exceeded maximum extrusion length per move.
-
You already send a video. There it looked like the data we get via websocket on reconnect was missing. I remember the uuid /server key were missing in that video. What might be of interest would be the content of the new websocket connection to che…
-
The times come from host software, so important question is which host software did you use? Also in which message type did this happen? Start or progress?
-
So the prolonged timeout still does not help here as it sounds which is strange. On my imac it is working. What do you have - imac or laptop? Maybe laptops are more severe here. I have reduced reconnects to only when tab is active which is why you s…
-
On the pi image there is a folder /usr/local/Repetier-Setup which contains scripts we detect that offer additional functions like wifi management over nmcli. Some of the files needs some extra files at special places. All are contained in the folder…
-
Ok, so the commands being send do not show anything unusual. Before the "fast" part it gets set to 20mm/s fox xy moves which is not fast. A bit before it was 25mm/s still not fast. I assume that not only extrusion is fast but moves as well. One thin…
-
Yes, will be fixed in next update.
-
For webcam you need a software supporting MJPG and JPG over TCP/IP. Any software supporting this will do. Also many surveillance webcams use this out of the box. ffmpeg was able to do that, but I think I read that recent versions dropped support. O…
-
Ok, that makes more sense on lua side. Fortunately I only forgot to add the property isJobRunning to printer class description, so you can at least test if it is running. For next update I also add runningJob to get access to Printjob as well, also …
-
Please try changing rts/dtr setting to be one high one low. If it still does not work switch them. Some boards only communicate in one of the states, might be the case here. Might also be baud rate but if you used other software you surely know the …
-
< 20:02:28.178: N135932 G1 F1200< 20:02:28.178: N135933 G1 X126.353 Y109.335 E14.42044 ... < 20:02:29.251: N136083 G1 F1200 ... > 20:02:29.331: ok 5024< 20:02:29.332: N136101 G1 X137.761 Y108.853 E40.92600> 20:02:29.353: ok 5025<…
-
Great. Problem is that with load changes some supplies take longer to stabilize to 5V. These few ms they drop down enough to cause troubles. Especially chargers are not required to follow quickly to changes as they are chargers. Whereas a power supp…
-
Hört sich an als ob linux nicht mal mehr hochfährt. Kannst du dich noch per ssh einloggen und sehen was läuft? Wenn du Tastatur und Bildschirm dran hast wechsel mal zur Konsole (Ctrl+Alt + 1 oder F1 bin nicht ganz sicher). Bei heftigen Dateifehlern …
-
If windows knows the serial driver it should work depending on firmware the Da Vinci runs. I know some users changed firmware to repetier variant (not sure if also for pro) and I think one reason might be being able to communicate, but I don't know …
-
Ok, the temperature report is ok without sensor. Don't think that will crash communication. Still think it is some problem is serial communication queue from all I read. You can try an active hub between pc and printer - maybe it improves. Also make…
-
On corexy you must ensure to untrigger endstops by going back a bit. Otherwise you get easy in troubles due to motor split on 2 motors that can confuse firmware. But good to hear that old config worked.
-
Ultratronics works with V2 and is overall a good board. The only thing I miss is an eeprom. So you need to use sd card to store what otherwise would be stored to sd eeprom.
-
-444 is a magic number to mark temperature as decoupled, so that does not come from temperature reading and I think reading sensor is correct. More of interest is this 8:05:21.508: T:207.97 /233 B:100.03 /100 B@:126 @:255> 8:05:22.598: T:206.95…