Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok so insted of stepping it only switched dir. Ok, that won't move it.
-
Without having read code again I think you are right. In the translations i sthe code for z min endstop whcih is never triggered. That could be rpelaced with the z probe signal in the big case for the case z probe = z min. Then it would at least sho…
-
Ok, that explains it. Print icon depends on gin file which contains printing time etc. After upload it gets computed directly but if oyu had all deleted it takes a time to catch up a son restart it saw there is much needing an update.
-
Ja bitte nie einfach stom ausschalten. Immer runterfahren. Unter server commands ist dazu auch eine funktion in unserem Image.
-
Did you also check the bed geometry for same error? If all is ok you can still send me the files so I can check it, but I'm quite sure it is a setting or print is really outside. YOu can also check in th emodel directory for filename.gin and should …
-
busy:processing just means the command is not finished and firmware is blocking until that command is finished. Start with checking the steps per mm and the maximum speed. If you multiply them you get steps per second and that number is limited. Up…
-
u8glib splits creation of display into 8 segments of height, so to show one display it computes the content 8 times to reduce memory usage. It looks like the lower 3/8 should be at the top. But haven't seen that so far. What u8glib driver does the d…
-
Why do you think you can not print? I mean you are right that waiting makes sense so it can use the computed images for the print instead of computing that again. But is possible to start directly. The background computation always existed. It is o…
-
Without a log it is impossible to say what goes wrong. But if it only happens after calibration you can simply reset printer (emergency stop) then commands should work so you can then enter the pid values.
-
Also I think only a very small minority would use it, it is a interesting idea to get conditionals. I would make it with number with no number taking default 1. Would only work for printed gcode. We distinguish between manual injections and the real…
-
Ich hab noch mal nachgesehen wie der Algorithmus noch mal angesehen und eiegntlich müsste er sich automatisch korrigieren. Wenn er sagt das kein Wlan vorhanden ist, was gibt dann sudo /usr/local/Repetier-Setup/bin/manageWifiAccess i…
-
I don't think the modification was really necessary. Z2_ENABLE_PIN was assigned the value of EXT1_ENABLE_PIN in your configuration I guess. So it is still calling it with the same parameter. But I looked at the sport and see that the drivers get in…
-
I never saw a invalid message here. But if you have one please show me. Post printer configuration exported and the gcode not fitting also you say it fits and I check what is wrong. Put files on dropbox or similar fo download.
-
Did you select the "Use fix for malayan boards" in printer settings? That was added to solve exactly that problem, also it is unclear if and how it worked. I have one response saying it doe snot work another one says it works under some conditions b…
-
"// 10 if using HW SPI. 53 if using SW SPI#define SDSS 53" That is not part of radds board definition, so ignore it. You should be using hardware spi and there is only one hardware spi. All you need is a CS pin per device so you talk to the rig…
-
Guess the same webcams that work on Pi will work on normal linux pc as well (except pi cam). I have some logitech webcams working without problems, but others also work. Just choose one with hardware mjpg encoder. That gives less load on the pc.
-
You can modify your firmware to send M117 messages to that display. That is how host/server send ETA to firmware.
-
Wenn wlan erst einmal eingestellt ist, spielt es eigentlich keine Rolle ob der Server wlan sieht oder nicht. Linux bzw. NetworkManager kennt dein Netz und verbindet sich damit. Server mit unserem Image hat nur sozusagen ein Interface um es zu konfig…
-
Das geht leider nicht. Dazu müsste man die sqlite Datenbank mit sqlite verbinden und die Felder manuell umstellen indem das Feld korrekt markiert wird. Das ist aber mehr was für Profis.
-
If you had a normal printer lcd it would be visible in the last row. Just enable send ETA/ETE to display in host.
-
Ok, got your file (native text is better then docx btw) and it reported 00:14 which is close to your measured 19 minutes. Only value that seems to be able to change that time is in printer settings->Behaviour->Add to comp. printing time. Pleas…
-
Ok, memory is enough available. That will not be the problem. If I understand you correctly all you have send is G28 Y0 to home y axis. the question now is if the homing did finish and the error happens afterwards or if it is part of the homing proc…
-
Our current version is 1.0.2 or 1.0.3dev. Older versions do not get fixed any more, sorry. Please upgrade to 1.0.3dev and let me know if the problem still exists. Hardware is at least debuggable. If it still exists in 1.0.3dev send me the config fil…
-
Why does it prevent it. I know host shows coordinates including G92 offset so it always shows absolute position but you can still send any command unchanged. In CNC mode it would even not include the offset.
-
The forum does not support uploading. Put it in your dropbox/google drive and post the link or send it as PM if oyu do not want it public.
-
Yes, display only should work but you need to define the pin mapping in displaylist.h for the controller/board combination to get it running. With the 5V from the radds no problem. I think the SparkLCD uses also the same controller just without sd c…
-
If they have a 1:1 forwarding port it might work. The server can connect to a TCP port and communicate over this the same as with serial console. From their page I see these ports get used: 5353: Discovery80: Printer control8080: Camera feedNot sure…
-
Your eeprom output is missing the crucial line. You have Extr.1 steps per mm for first extruder but not for second. All other parameter seem to be there. Please recheck this value. If it is 0 or NaN extruder will not move. I assume it is wrong bec…
-
There is no link in the post for download.
-
There are no connectors that fit the reprapdiscount display, so are you sure you have that display and not another? The sparkLcd also have 128x64 pixel and fit onto the ports of the RADDS. You will see that they do not have an sd card - the one on r…