Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Kauf eines Prusas ist mittlerweile auch geplant. Wenn firmware allerdings busy sagt heist das für firmware nichts machen ich bin beschäftigt. Erst wenn die firmware aufhört busy zu schicken würde sie einentimeout erzeugen.
-
So homing seems to work correctly. For the G32 command please attach the log so i can see what you mean,
-
I assumed you are using Repetier-Firmware, which seems not to be the case. For reprapfirmware i can not say how to do it. Maybe better ask in their forum for help.
-
Upload working config to config tool and download zip, then compile and upload it. This is a process i have done hundreds of time during development and never bricked a board. If it contains an error just fix and reupload. The bootloader of the Ardu…
-
Aren‘t you using mjpg_streamer? It is the only thing you restart with the restart button, And latest image has a newer version with updates from this year. Surely not much will happen here any more, but it is working stable normally. Problem is we p…
-
Ok sounds better. The trick is that we enbled autologin for so the command runs at the end of that. So it seems only autologin is not working. Try running sudo rpiconfig i think it is named. There is menu entry to enable commandline start screen wi…
-
On github i see the src/SdFat library in Repetier folder. No idea why you can not see it. See here https://github.com/repetier/Repetier-Firmware/tree/master/src/ArduinoAVR/Repetier
-
No, trial is not the problem. I have to investigate on that problem. Server stops webcam stream when something goes wrong or no one is listening. So i have to find out which part is causing this. Have you tried switching tabs instead of rebooting we…
-
That is because you told firmware to home there so itcan apply the probe offset. please also check offset in eeprom. There it is in steps not mm like in configuration.
-
You canslect ine of the corexy drive systems instead of cartesian in config tool. Then x and y are combined to work as corexy.
-
Feeding rate is coupled to the move as it requires a set amount per mm computed by the slicer. Retraction speed is set in slicer but also fimrware might limit the speed. So you need to reconfigure the slicer configuration to change these for a print,
-
I have to check that next week. You can use the version from github which should contain the subfolders.
-
Always remember that the carriage position will also contain the probe offset. So what you measure and where the nozzle is is not exactly the same.
-
It is x min you want to change. Check it in eeprom and you see it is still -10 there.
-
Make sure to select the right sensortype that your printer uses. Wrong types give wrong temperatures.
-
Negative x offset means probe is left from extruder. You see it when homing that it will move to the right to activate it on same position.
-
G92 E0 G1 Xstart Ystart G1 Xend Yend Eextrusion_over_line is that what you search?
-
Please check the repetier folder. It should contain a subfolder where the sd library we use is stored. This gets preferred to the official one, which is good, because we need. Modified version.
-
My extender had 2 fan outputs on pin 4 and 5. These pins are only 5v 20mA so a mosfet needs to convert this to 12v signal. So the extender needs 12v always on as input so you get 12v on the outlets when turned on. If not no power. your M42 example …
-
V2 does not have dead time so far and other things are also not ready, but you can see on github in the dev2 branch.
-
Only manually starting it in commandline to see if you get a message with some hints. X server might have it‘s own log but being on vacation i can not check that.
-
You need to provide link to photo stored some where else like dropbox, ... Top has the problem that it is on toop of the infill. If that is very course it might be a problem to make it dense and require more layers to look good.
-
Yes, that is exactly ho it is supposed to work. My extender had pins 4 and 5 so make sure you used the right one. Also the extender needs 12v input to work, so make sure you also have that wire.
-
Your graphic card/memory is exhausted. The finer the visualisation the more memory you need to show filament. So if you have not much memory or if the model is too big disable filament visualization or reduce visualization quality.
-
Do it right :-) alternatively provide helpful informations and not a no info question,
-
Why do you now ask here. This is repetier-firmware. We have no idea about wangsamas firmware here. I hope they have a own forum somewhere.
-
Have you upgraded to 1.8.x as i told you? Latest firmware requires this, because sd library is included in a subdirectory and older ides do not check them.
-
Yes, pid is not perfevt and has always over or undershoot on changes, that is beacuse of how it works. Dead time was working good for some and not so good for other cases. In v2 firmware i want to improve on the problem and come back to old plus a c…