Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
No such list, but less bugs then 0.92.9. Only thing I know is that deadtime control is not so good any more since we changed temperature handling for better PID performance due to lost time precision. Only thing I want to add is chamber temperature…
-
It is already included. Firmware must send enqueueing "M600"which current marlin doesANDin informer settings in host you must activate to inform on fatal errors.
-
It is the gap you should have when probing starts. So if you start G32 for example it will home and go down to that height assuming that at that height it will not touch any parts of the bed.
-
Have just checked the prima.com homepage and sow nothing about the firmware. From what I see it should connect with Marlin as firmware just as it does with Repetier-Host. But I do not have the printer for testing. Did you manage to get some logs fro…
-
Not sure what your problem is. If you check this code: Printer::setJamcontrolDisabled(true); Printer::setBlockingReceive(true); Printer::resetWizardStack(); Printer::pushWizardVar(Printer::currentPositio…
-
Not really, but will not take too long. It is already usable in production.
-
Z axis can easily stall. Then you hear some sound but no move. Make sure jerk and acceleration and max. z feedrate is low to never block. Jerk 0.3, Acceleration 50 and max. feedrate 2 is a safe start. From there you can increase to find what your li…
-
I'm running out of ideas. Yesterday I had a user also with C170 and he had no problems with the webcam, so that should work. Have you tried reloading website with Strg pressed to force a full reload including cached files? Maybe browser cached it, a…
-
You need spaces before new Codes like G1 F600 FZ does not exists. F is for all feedrates.
-
I wonder what firmware they are using. They do not send "start" so it seems host also does not reset printer. And M115 does not respond with a known firmware name also it looks a bit like marlin. Both versions seem to communicate, see no problem th…
-
Webcam resolution for viewing and recording is the same. It is mjpg_streamer that handles webcam and returns images so you always get what is configured there. And you can not use bigger images then supported by webcam. On the other side you should …
-
Does mounting sd card work? Could be a wrong SS pin defined.
-
What software are you using? Informer only receives signals but host has to send. I thought in latest Repetier-host this was already implemented for repetier-firmware. What exactly does your firmware (which) send when filamentchange is needed?
-
Can you show a log from connection in repetier-host with all log options enabled? Maybe that gives some hints. I think if a company adds some delay before sending "start" that could be a problem. But I would expect it to reset on connect if it happe…
-
For donation suse this link: https://www.repetier.com/download-software/ Note that - G131 Remove any extruder offset - M99 X0,Y0,Z0 Adjust sliders using a stick - G132 S1 Measure tower endstop offsets & stores is no…
-
"whining noise" or normally lost steps from too fast moving motor. So jerk or acceleration might be too high and motors stall.
-
Make sure to select the right firmware. Marlin with repetier selected e.g. will not work and vice versa causes problems. Of course baud rate and port must match and no other software must be connected to printer.
-
Is the disk full? That might cause other problems as well.
-
Would require to move 0 to the left. So is that possible or would it hit the endstop? If you hit endstop that is a problem.
-
I see, the overhang comes later. Some materials tend to curl up when cooling for overhangs adding the risk of hanging on it. YOu could try better cooling. Once hard it will not curl up so easily.
-
Is your bed leveled 100%? If not you measure z distance at one point and at othe rpoints it has a different height. Normally a bed has adjustment screws to level it, so that z distance is the same over all positions. What I use is a metal block 6mm …
-
That is a 90° overhang. Such overhangs require support whcih you did not have enabled as it looks. You can only print overhangs up to an certain variing degree. For more a support is required.
-
No we have no such test. You can go to any position and run G30 manual several times. If deviation is too big remember that you canchange repetitions so you can average over several tests reducing the error.
-
0.86.2 of course.
-
Since 0.80.1 we have improved password and wlan handling already. Please use the 0.82.3 image.
-
If it works with marlin it also works with repetier-firmware. We support PS_ON pin an can toggle it by command.
-
"Nope.Last log entry is 13th august 2017." After each reboot you get new entries here, so why only 13th august? Is there another log file with newer content?
-
What does the temperature graph including output look like? If it is not the power limiting (you see 100% output) it is a wrong firmware configuration, so better ask in a forum for your firmware. There are e.g. limits to max. pwm frequency that cou…
-
PAUSE_START_COMMANDS is used by sd card pause/continue only.
-
No it is not nginx. It is the server doing the proxy from webcam and replacing it with no webcam picture. Did you try the reboot? If 13. august is last entry in log you have not rebootet since then, so give it a chance.