user
About
- Username
- user
- Joined
- Visits
- 79
- Last Active
- Roles
- Member
Comments
-
Repetier said: In next release you can upload a gcode to a project and on a server instance start that on all selected printers. But multi slicing in parallel with different filaments is nothing we plan. It will use the settings you selected.…
-
user said: Repetier said: No just using profiles is not good enough for what we want. Maybe for use on mobile to make it easy there but on a desktop it should allow more like adding modifiers etc. That is at least final target. I guess…
-
Repetier said: No just using profiles is not good enough for what we want. Maybe for use on mobile to make it easy there but on a desktop it should allow more like adding modifiers etc. That is at least final target. I guess we release when s…
-
Repetier said: Yes, thats why it is time consuming. We have already 3d visualization of objects move, scale etc. Now we need to rewrite slicer to have easy data transfer etc. But good thing is we will base an excellent slicing core that is kn…
-
Repetier said: What is PP? Slicer support is planned and it it will be a modified version of prusa slicer. Modified since prusa slicer is optimized for local slicing and we only have web interface, so some improvements to transfer data are re…
-
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!