Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Not normal I'd say. Every output should be controllable independently.
-
Check config file. There is a max. extrusion length per move. I think that is around 100 normally. So maybe your move is just longer and move is ignored. So you can split up move into 2 moves or increase limit. Also make sure to reset position using…
-
Sounds like a big slice. Only thing that helps with out of memory is more memory. So close all unused software and try again. Also check where the error happened. Host just calls slicer and then imports the gcode. So it might be that slicer succeede…
-
Just tested with dev version and there is a invert flag. Select mirror x motor and you see an entry "Invert direction of 2nd motor(INVERT_X2_DIR)" so it is already included.
-
YOu can add a sensor at z max and home z max. Then z probe is not a end stop and is only used for probing.
-
Showing the terminal means it booted. Guess it failed starting x server. Login using ssh and enter manually export DISPLAY=:0 startx not sure the display setting is required. Now you should see error messages I hope, otherwise they are in /var/log/s…
-
We have view only if no permissions are set for the user. If you find links still visible that is a bug in view logic and we will fix it as soon as we see it or someone tells us. Will test the edit gcodes. But read only still allows more then the 2 …
-
Please do not mess with pins.h. there is no need in your case. You can always select the digital pin number directly instead of using symbolic names, especially if you now the pin number. The problem with ramps is that it ha snot enough power outpu…
-
ALWAYS_CHECK_ENDSTOPS 0 should do the trick. That way end stops are only checked during homing.
-
Try selecting less languages. From your question it is not visible which memory is meant here. RAM/Flash/Text area in flash? Flash should be no problem as it has 256kb. With all languages selected you have more text data then you can address 64kb). …
-
After homing check position with M114. My guess is that z length is much too high so z=0 is below bed level. Start with G1 Zxxx where xxx is some mm lower then what M114 returned.
-
Just go to eeprom editor and set xmin to -15 and adjust x length. Same for y and z. That allows you to move next to the bed. ENDSTOP_(X|Y|Z)_BACK_ON_HOME must be 0 then of course.
-
Nothing is abadonned. New server release will come in january with updated touchscreen interface (Angular 7 instead of 2) with some new enhancements. The other big new feature will be a rescue system to continue a print after connection or power les…
-
Did you change anything? New usb cable or moved cables in the printer? Such tiny changes can already make a difference with all the interference from heaters and motors.
-
As I said check distance xy in structures->support setting. I have 0.7mm there as minimum distance so anything less will not create support. See what you have and you can reduce it. Just make sure support does not touch object. That is hard to re…
-
Slic3r Prusa Edition is just the name as Prusa staff develops this slicer. Also some parts are optimized for Prusa it works for all printer types and gets more attention then slic3r.
-
No we have nothing to do with monoprice. And since they do not use our firmware I can not say anything firmware related like why bed does not get full power.
-
You can use the same. Just lead a wire from one + input to the other and also for - input. That is how most do it.
-
Did you connect power to ramps bed input power? There are 4 power inputs - 2 for motors/power supply and 2 for bed. As I said without it will not get power even if the mosfet is enabled.
-
You need to set that in the slicer config files. There is no override for the support density as this normally makes no sense.
-
No, server is meant to send gcodes. DLP would need slices of pictures for projection so is completely different from requirements.
-
Ok, that is bad if compiler crashes. You could try changing some features also you do not need them, e.g. G2/G3 which is not used normally. That may lead compiler to a different content making enough difference to not crash. Alternatively install a…
-
Least problems you have with Pi 3+. You can disable using lcd and without display even the pi zero works. So it is only that frontend reacts faster and the bigger versions have 4 cores so they are faster when it comes to rendering and leave more cpu…
-
I tested with our image and sudo apt install xserver-xorg-video-fbturbodid the trick installing the driver and creating the 99-fturbo file. You might need to run sudo apt update before using apt to install new packages.
-
Scale it up 5 times and see if you get your support. It could be not enough overhang for support structure or slicer might think no support needed so close (distance xy in structures->support).
-
The log is a file written in work directory (repetier.log). What you see at the bottom is a filtered subset of the last 2000 lines of communication. BTW: Does the error fix it self? I mean host resends the line in question and the problem should b…
-
The $workdir/slic3r_settings.ini file gets recreated on every slice from host by mixing the Slic3r config files selected. So changing that will never help. You need to change the file in slic3r directly. As it is a different Software you need to sav…
-
Yes, mjpg_streamer is the linux solution for jpg/mjpg from webcam. It is important that the software runs when you print or it will fail making snapshots. Since you stop the webcam software I'm not sur eif it was running or not and causing the erro…
-
I get this if the mjpg_streamer is not running. Then i see in server.log that a timeout happened and input.txt is empty preventing movie generation. So go to printer settings->webcam and make sure the url for a static link shows a image. If not u…
-
You need to enable logging and check errors in that log. This error in general happens if communication errors happen. But question is here what was send in line 14166? How did all the problem started. One known thing is that sending M117 for ETA/L…