Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
We do not have the data to render more solid then making extrusion an elliptical cylinder.
-
This looks like your OS stopped communicating over USB but did not close the connection. Is the printer still marked green when this happens and no more timeouts? Would expect a timeout every 30 seconds to appear also it will not help. If you deacti…
-
I put it into the ideas for improvement list. 1. will likely not happen because we do not store past print data except what we store in history. If we keep everything the disk and lists will be crowded very fast. With our new upcoming communication…
-
Can you scroll faster in other menus? I just ask to see if the display is slow or sd reading. Fact is for each sd list update it needs to read the full directory so if you have many files it gets slower.
-
Update will take a while. But we plan a public beta once features stabilize so then you could test. But there are some nasty problems we need to solve first.
-
You coul duse the startup gcode and just send G1 Z0.1 at start yu are at z=0 so it will try to go 0.1mm up and therefore enable the motor.
-
Can you login via ssh and run "top" to see if some proceses are taking all cpu time. Is this for all views or only a few special windows? I have the same screen/pi combination and can scroll and navigate without bigger delays. Languages I use are ge…
-
Yes, that's the xinit line I meant.
-
Could be a memory problem. If you have no display check /home/pi/.bash_rc near and and remove the start of xinit, that will save quite some memory. Are there any hints in server.log or /var/log/syslog about the problem? An other things is that it i…
-
These graphic displays take around 0.1s to update so you can only scroll 10 files per second. Maybe a bit more on due. On arm it can happen that some pins are used also for special functions. That is why a thought finding the gcode that makes it un…
-
In slicer you define filaments. Set the temperatures etc. accordingly and just select the right filament type before slicing and slicer will use these temperatures and flow multiplyer. In some cases where speeds differ very much you might need to c…
-
Did you try my modification that should solve the compile error? It adds the changeIntensity code only if a laser is compiled in.
-
Never have seen or heard about that problem. The only reason I can see is that one of the encoder pins or both are not set as input anymore or pullup is not enabled for it. Are you printing with server or from sd card? In first case there is not mu…
-
No, clicks are normally handled fast. Which display are you talking about and which web address are you using? Wifi is not the best and if your wifi connection is slow and you have many data to transfer (webcam maybe even high res, show moves) that …
-
Some serial drivers do not support non ansi baud rates as well, so setting the multiplier fails or is not exact.
-
That was written with laser in mind, so if you hav eno laser it should look like this #if defined(DOOR_PIN) && DOOR_PIN > -1 if(Printer::updateDoorOpen()) { #if defined(SUPPORT_LASER) && SUPPORT_LASER …
-
Please check https://www.repetier-server.com/manuals/programming/API/index.html At the end is a link to a demo in javascript. There you see how to do it right and also how to authenticate and ping server so connection stays open.
-
Could not find it. Which fork and version are you using?
-
Nut sure if you can. I have a gear icon at the top of the thread to close it, but I'm also admin.
-
What baud rate do you need? Host can only ansi rates on linux and tries a tool setBaudrate in same directory to set non ansi baud rates. Server runs in C++ and can set also non ansi baud rates in linux. So I guess it has something to do with this. …
-
I think the message comes from host. Check printer settings->Shape and set height accordingly. If that is exceeded host gives a warning you can ignore. But better to adjust shape then it is also drawn correctly in 3d preview.
-
I think the display is not smartramps compatible also it uses same connector. Smartramps uses software SPI which can be defined like this: // For software spi assign these definitions // SCK Pin: UI_DISPLAY_D4_PIN // Mosi Pin: UI_…
-
It is in the board definition file (pins.h). There it should read #define EEPROM_AVAILABLE EEPROM_SDCARD then it will use the sd card that must of course be configured such that a sd card is available. Not sure if spi pins are on same position.
-
You are right. Did not put the main load function into the interface. Have added it for 2.0.6 void LoadGCodeOrSTL(string file)Drawback in your case is that this would add file to history. Inernally it uses exactly the function you a…
-
Better use the AppImage instead, that alraedy contains the mono libraries. Problem here is that newer linux distros now have renamed the required libraries. My current install command would be sudo apt-get install build-essential mono-complete libm…
-
Very strange - changing port should not change baud rate. Whcih one depends on the chip used for usb serial conversion on your motherboard. Once you know that you can google for windows 10 drivers. Hardware manager in windows should help to identif…
-
Before servo was off, afterwards it is holding position with force. - M340 P S R: servoID = 0..3, Servos are controlled by a pulse with normally between 500 and 2500 with 1500ms in center position. 0 turns servo off. R allows automa…
-
M532 tells firmware it starts a print job so firmware can change display info. But that command does not take any time. And it is only send if firmware tells that it is supported in M115 response. Im not so sure that this is the command it hangs. S…
-
Server under linux gets installed in /usr/local/Repetier-Server/. Easiest solution is to make it a link to your usb directory. All data entries are store under /var/lib/Repetier-Server/ whcih you can also make a link to your usb drive. Then you coul…
-
Der touchscreen wird von Linux gesteuert, da hat der Server erst mal nichts mit zu tun. Da ich das Display nicht habe kann ich nicht viel dazu sagen, aber normalerweise muss man nach dem kalibrieren die Werte irgendwo eintragen damit die danach auch…