user
About
- Username
- user
- Joined
- Visits
- 115
- Last Active
- Roles
- Member
Comments
-
Repetier said: > Of course, the simultaneous operation of all printers is intolerable. Why? Server was written to allow them to operate in parallel without interference. If you have a pi 3 or higher you can easily run 4 or 5 printers with…
-
Repetier said: #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. I set it to 10. It work ok now. Thx!
-
Repetier said: 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. Yes, it is. What i need edit and where? In configuretion.h i can see: #d…
-
I have the error too. 1) skr 1.3 + FIRMWARE_NAME:Marlin 2.0.5.3. - HIGH to LOW - OK 2) mks gen + Marlin 1.1.9 - It does not connect any way!3) skr mini v1.1 with + Marlin 2.0.5.4 - HIGH to LOW - OK 4) mks gen l + repeiter-firmware 0.92.9 - work ok d…
-
Repetier said: Plugins are already possible but integration method is not that easy especially when you need webcam access. For V2 we plan a better plugin system that is easier to manage and more universal. But at the moment we are finishing …
-
I would also like to ask about the major version in which it is planned to support external plugins. If I understood you correctly earlier.
-
I has the problem too. I think that i need add in /var/lib/Repetier-Server/database/extcommands.xml: sudo /sbin/shutdown -h now sudo /sbin/shutdown -r now in G-codes/Event Dependent/Shutdown printer add: G4 S300 @syncMotion After it will be work. It…
-
Repetier said: Your syslog does not cover the time of the log so there is no connection visible also i saw that linux did reset the serial. Main question to solve here is if linux disconnectes due to power problems or if it is your firmware. …
-
Repetier said: If you check the log you see that for the M117 you got a ok but the M303 started and but there are onky a few temperatures and never an ok so it was not finished or did you remove some lines here. then there was obviously a di…
-
Repetier said: Seems to be private bin - it requires user and password. Hm. It work fine for me. After PID autotune i can connect to the motherboard. It is bug from Marlin firmware may be? Mesg:14:34:20.584: Warning: Communication timeou…
-
Sorry. There is the log. https://pastebin.com/r28yGzCX
-
I change the motherboard on srk mini v1.1 (with fresh marlin firmware). And now i have reconnect after PID autotune. If i do the motherboard is disconnect. See logs.
-
Oh. I can see that the motheboard is broken. It not work on my laptop too.
-
-
Repetier said: What color does the bolt in main menu have? Closed by os means linux disconnected the printer and undervoltage is a frequent reason for the pi to do that and the bolt color indicates that you had or have undervoltage if color i…
-
Sorry, i check the gocde. The error in the gcode.
-
Hi! Now i has log for the problem! The T extruder set to 0 after first layer. gcode is ok: https://dropmefiles.com/iMkmV
-
Repetier said: Ok, setting up a database is nothing I'd like to do. It just takes too much resources on a pi. But we have a sqlite database build in, so database function is no problem. I'd make one instance the server that needs to run all t…
-
Repetier said: That is not a double print. You marked one print. First column ist start and end time, not 2 start times. See the gcode. I print one pair and get two pairs.
-
rem
-
Repetier said: So you click print and it print and in addition puts same file into waiting queue? In waiting queue is empty. It looks like one print, see the pic.
-
Repetier said: Ok, but what is the question or problem? I mean that i want 1 printing but it do double print one file successively (without my participation).
-
https://www.sendspace.com/filegroup/6ZtnCgLX6owvP%2BLAz%2F4iZQThe link has the log and the gcode file.
-
I want add that Repetier-Server Monitor dont save sorting settings. I need everytime sort by upload date.
-
I reinstall the image to sdcard it now it work from box! Thx!
-
Before i reinstall repetier-server the web cam worked good.
-
Repetier said: V18 image has the stuff already preinstalled, no need to do anything except connecting webcams. The folder is /dev/v4l the /dev/videoX are only files. Run pi@Felix:~ $ /usr/bin/vcgencmd get_camera supported=1 …
-
I enable logs of printing and it has gone now.
-
Repetier said: But that way you must wait 30 minutes before you start a new print! Or it will kill printer during print. That is what the killall idea was for. Hmm. Very complicated.
-
I make off.sh file #!/bin/bash sleep 1800 gpio mode 8 output gpio write 8 1 and add in engcode:@execute off It off my printer after run the script. I test it in console: @execute off