Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You do G32 with 20x20 points? That is a bit overkill as only 3 points are required for bed. All additional points are just used to make it a regression plane through points measured. This also explains why a few points with wrong values have not muc…
-
The job duration is no issue since server doe snot read it into ram. So it makes no difference if you run many short jobs or a long job. When you say server rebootet do you mean the HP or repetier-server?
-
In printer config there are event dependent gcodes. If you can do it with gcode just add the gcode to the start/stop/abort codes. If it is a external command add a @execute command and include it in extcommands.xml as command. See advanced setup in …
-
No, you can't select that in host. In slic3r you can select per material overrides, but layer height is not a available option.
-
Yes, if you use our image it is already configured to do so. If you mean normal interface see in main menu top right it contains a shutdown and reboot option. If you do not use our image see in manual advanced configuration on how to set up shutdown.
-
No, firmware can not estimate time. It can only write it to lcd if host software sends it.
-
Fehlermeldung wäre schon hilfreich. Wir wissen ja das es prinzipiell klappt, also vermutlich irgendwo ein falsches Zeichen eingeschleppt oder etwas bei der Installation fehlt, ...
-
I did not say the result will differ. Just the direction of points measured will change. As long as the edges are the same the result will be identical.
-
No, making objects 1.27mm higher only works around an error. Big object will also have wrong height I guess. You need to find the configuration setting that is wrong. Z home position, z steps per mm and z acceleration being too high so you loose ste…
-
Is it easy to block the motion and do you then get the same sound? Sounds like your steppers are loosing steps due to increased friction near end stops. So now your current is too low then.
-
You need to print using our Repetier-Server or Host. They can send remaining time to display. Gcode does not contain the information so a higher level player needs to compute and send it to printer actively.
-
Ok, I see what you mean and it is no real error. It is more a optical illusion due to the fact that the bed coordinates are shifted a bit toward the user so lines on bed are normally good visible also from below. Now your object is soo small as it i…
-
Das hier ist ein Sonderfall. Normalerweis emacht er das auch so, aber hier meldet die firmware !! deconnect und darauf hin verbindet sich der server direkt wieder. In der nächsten version wird er bei !! nur noch shell befehle senden und die Verbind…
-
More details pease if you want help.
-
Ok, so you have 0.83 on it and want to compile a new one 1.0.3 or 1.0.4. That compiles well with 1.8.x Arduino IDEs if settings are correct. But there are many new parameter and function since that version, so starting a new config with online edito…
-
If there is a M109/M190 in these lines it is normal. Server does not know when the command is executed so it adds time on send. Normally the error is negelcteble, except when you wait for heaters. But for the total time estimate it is still correct.…
-
Good point. Have added it to console description for next release.
-
Nicht gcode muss mit vorangestelltem # gesendet werden damit es 1:1 ankommt und keine Zeilennummer und Prüfziffer hinzugefügt wird.
-
It starts at 0 and adds the time for each command that got send are added. So at startup you get commands like heat extruder or bed which easily add 110 oder 660 seconds as they are send very quickly at the beginning. So guess that is what happens h…
-
Version 0.83 is not latest firmware version, so what are you now using? Such old versions need an older Arduino IDE. I think 1.0.x should work with 0.83.
-
Can you send me the object model? Haven't seen this happening without explicitly telling host to do so. Normally it lands a object on adding so that this is not the case. Only if you explicitly move in z direction it should happen. SO maybe the obje…
-
For non gcode commands you need to add # at the beginning of a line #RESTART_FIRMWARE will send it 1:1 to firmware.
-
Depends on how you implement this tool changer. If it is an external command you can configure it to be started by @execute command. See in our manual under advanced setup how to create a extcommands.xml file controlling callable external scripts.
-
So do you see the object from below the bed with same color as from top without being darkened from bed? I ask because that should not be possible. Slicers on the other side have a setting to cut a but of the z so they start higher with slicing. Tha…
-
I meant the settings in printer settings->rescue. My tests were with repetier-firmware. You said printer moves to home position - so question is why does it do that and does this change Z. As soon as firmware does a z move the server does not kn…
-
I think I'd prefer for (iy = 0; iy < DISTORTION_CORRECTION_POINTS; iy++) for (fast8_t iix = 0; iix < DISTORTION_CORRECTION_POINTS; iix++) { ix = iy & 1 ? DISTORTION_CORRECTION_POINTS - 1 - iix : iix; going over x lef…
-
In global settings->wlan you set the password. If you can see the settings you already have permission to set it. So how does this denied message look like? After you have set it you use the same in your mobile if server is in access point mode.
-
See in log if it stops. Host stops with it if updates get too slow but will write it in the log.
-
Time/date format depends on selected language and can not be changed except with changing language.
-
No that is not possible. But might be a nice addition to say show result in command config. But have to check how I can communicate that. Normally it is asynchronous so it would not wait for the answer.