Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Second extruder commects to temp 2 pin mormally, temp 1 is for bed so try that pin for sevond extruder.
-
I think there is no root password. Login as user pi and run sudo su to become root. It is the original raspian image with the passwort they have set if it has one.
-
At first you should make the right pin trigger z max which is the z probe pin from your description. Then it sounds like the real z probe pin is notn the list or working. Maybe try with another pin on the board. Any digital pin should send signal, j…
-
You need a volume to slice an object not some walls. I guess you also see a warning about non manifold onject. It is normal that this does not work. Make a big cube and subtravt a smaller cube so that wall thickness is at least extrusion width and i…
-
You can add extra commands to console dropdown in printer configuration. extruder is z probe is exactly that. If extruder has a switch triggering bed hit. Has some special handling if you have 2 of them to calibrate z differencebitween them etc. z…
-
You have configured server to connect to printer soport is in use. In host you select repetier server connector instead of serial connector and enter ip port and api key from server, then host connects to server and server is connectred to printer. …
-
Looks like server is comstntly sending positions. Is not what i wanted. Have to look into the sources when i'm back.
-
No, i meant version 2. version 1will be released soon and for 2 i plan some bigger changes then. if you hav selected mirror z endstops should have a z2 minmax endstop to be set. Not sure if 0.92 has tjis already.
-
Yes, something like that is what i meant.
-
With our repetier-server 3 printer is no problem. Even more should be possible with hub if you have no webcam. At then end it only matters how much data needs to be transfered and read and saved. As long as this is below the limited pi 3 vapabilitie…
-
Currently not. I think for version 2 we will addmore of these advanved features.
-
I don't think we are sending z position at all for filamentchange. It might come from firmware aswedo not send z it might use last z which then seems 0 in firmware also if it is at a fifferent level. You could check in log which commands got send so…
-
Is this our standard host or a vustom version? Can you post a screenshot so i might see what is going on as i have the tab.
-
Just change the angle where the tower is. Take one as reference and add/subtract 0.5 for the other towers
-
For z this is already possible, only x and y are not implemented as this is mot so important for 3d printer. With being more and,ore used this would be an addition for version 2.
-
When that happens next time please go to console and enable commands to see what got send. Should always be a pure e move, but if not it might shed some light on the pronlem. haven't had that my self so far.
-
If fata gets changed dynamically it is stored in eeprom so you cam change it any time in eeprom editor. M502 M500 restores factory setting overwriting all your changes! Our host and server support reading and storing eeprom settings on your disk …
-
Also z probe height 0 is normally wrong if you have no force feedback sensor. It is ditanve nozzle to bed when sensor triggers.
-
Are you using 2.0.5? I know in past selevtion had a problem but that is some time ago.
-
Start pagein 0.92 has a dev button on first page to switch.
-
It fits good there i think but naming it heaters or tools may be more precise here.
-
Reducing cache to 64 has no bad influence except speed a bit lower, but if then errors are goneit is faster as it then matches the firmware. Whatdidyou update? cold extrusion is extruding with no heaters on, the other errors are resolut from commu…
-
The 5 sec reset on linux is the server trying to connect. It retries if com port is detected then seems to fail and retry. eeprom can not be written directly from serial. Only way is M206 which only gets send when doing changes in eeprom view. Wron…
-
At the end z probe offset, bed coating and distortion correction gets added. So if these sum up to wrong height it can in deed crash. If you do not have multiple surfaces set bed coating 0 and adjust z probe height to be correct.
-
Not sure what you mean. The link is for 0.92 and not dev version. Config file is bigger in dev but double sound a bit much.
-
Should be the ultimaker shield in repetier unless there are different boards.
-
Sure it continues to send and correct data - this is required if you get errors but that amount is not ok. So please try 63 byte buffer. Did you upload a new firmware version so zhat changed something?
-
Check log dor reset reason. I assume it triggers watchdog which can happen if moving eats up 100% cpu time it does not handle temperature control often enough to ping watchdog and resets. But moves with 100m/s would only have 64khz and should beno p…
-
Since it worked before, you must have changed something. It could be that your receive cache buffer is set too big. In that caseyiu get frequent errors like this just from buffer overflow. So reduce it to 127 which works in most casesas this in nowa…
-
Dev version has solved many autoleveling issues so with these problems it is often better.