Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Sure it is possible. Our guis are just web pages and all communication is done using the api. So you of course do anything with a web page/backend that you can do in our gui. Some commands require a websocket for full functionality, e.g. if you need…
-
Read this: https://www.repetier-server.com/using-simplify-3d-repetier-server/ it shows how to do this with curl, but same can work with any other solution.
-
Never had any of our images going to sleep mode. But if this is the pi 1 make sure that you have disabled starting x server/chromium. These cost lots of cpu power and I assume you have no display connected. This also controls monitor standby but don…
-
So repeatability is good. What is the plane equation G32 returns along with measured values. Question is matches the equation the measured rotation. And another one - why do we measure a rotation if you say without autoleveling the paper method sho…
-
Don't set time to 0. That will not help also it states it does. Fixed that for next release. Use the switch below and disable screensaver to call the disable function.
-
Kann auch sein das du Z-Hoping hast und ihn das verwirrt jede extrusion auf einem anderen Z level ist ein neuer layer halt. Malgespannt. Eigentlich war das schon ok so.
-
That depends on how you have set visualization in host. It can be either a factor of height or computed form extrusion value and length. But each line gets same width over line length. Only thing is width is computed for the end only since the last …
-
There is also a button show filament - hit that as well if it was disabled. Also make sure the gcode contains extrusions and sets if extrusion is relative or absolute.
-
The gcode editor is the place where the sliced file gets loaded to. It can be opened from the preview tab. The button can be hidden if you have a custom host from us. Then we would make you a version where the button is missing. I'm not really sure…
-
Please read answer here: https://raspberrypi.stackexchange.com/questions/89120/unable-to-detect-cam-module-in-raspberry-pi-3-b Seems that it might be that support is disabled and you just need to enable it.
-
When you repeatedly run G30 P0 on one point does the height returned change significantly or does it stay swinging around an average number?
-
The move up measures z height and is required if you need to store data. Run G32 S0 if you want just autolevel without storing, then it does not home I think.
-
I guess you used the official buster image. On our homepage we offer a special pi image that has some optimizations for this including starting chromium-browser in kiosk mode full screen with the touch screen url openend. Link to this is http://127…
-
You mean different layer heights? Prusa Slicer can create them. For host a layer height is the difference between last new Z with extrusion. Does not always work correctly especially with variable in fill heights it gets guessed wrong. But since it…
-
Angedacht ja, aber es gibt noch keinen Zeitrahmen. Bin derzeit doch ziemlich beschäftigt. Im grunde muss nur einer die HAL anpassen an den anderen Prozessor. Aber so was dauert gerne ein paar wochen bis es klappt, also nichts was man mal eben macht.
-
Yep. I wonder it is not even supported. The buster image we use supports it. I just expected that it was not detected. Running it one of my pis without pi cam I get: vcgencmd get_camerasupported=1 detected=0 So question is what os/image are you usin…
-
Was macht denn der pin? Pins kann man mit dem gpio befehl unter linux auf high/low setzen. Wenn du den mjpg_streamer link nur mit ip und port im browser aufrufst siehst du eine Weboberfläche wo man auch alle kameraparameter ändern kann die direkt p…
-
Then linux does not see your printer or does not have serial driver loaded. Try lsusb to see if your printer is seen at all on usb connection. Then you also know what kind of usb driver you need to enable/google for.
-
Normally not a problem if it runs as repetierserver. You need permission to see the files, that is why repetierserver is member of dial group. Do you see any ports? Sure port is available in linux with that name? If you login using ssh a simple ls /…
-
We always used github so it will also contain 0.60. But I learned only later about tags so you should check the commits for version number. Or just go back until the file containing the version number is on 0.60. Can't even remember which year it wa…
-
That is why I said it could also be a bad/broken cable. It happened when you moved teh head if I saw this correctly so it moves the cable and can cause contact to get loose or what ever. But also extruder is on so crosstalk was an option. I can't sa…
-
Never saw this behaviour, so a bit hard to say what exactly is the problem. First thing to check is firmware - you said repetier-firmware and latest 1.0.4 has special support for the rescue function. E.g. on usb disconnect for more than a few second…
-
14:11:22.073: T:217.21 /220 B:70.04 /70 B@:64 @:10014:11:22.978: ok 3114:11:23.154: T:266.84 /220 B:70.04 /70 B@:54 @:0 49°C in one second is surely not realistic. This means the decoupled error causing the stop due to fatal error is correct. The qu…
-
Das heist ja du brauchst nur 2 Sekunden pro layer? Das ist wenig. Normal brauchen layer ja 30 sekunden bis 30 minuten ja nach Größe und selbst bei 0.1mm Layerhöhe sind das bei 10cm nur 1000 Bilder a 1mb = 1GB. Auch viel bei kleinen Karten. Außer wen…
-
Direct print and store for later print are different calls. It mainly depends on the plugin if that is possible. But we are not the authors of the plugin, so you better make an issue in the plugin repository on github for this.
-
You can print also with different z offset. Just not with both heads the same time (ditto printing). That doubles speed if you have 2 identical objects to print or 2 mirrored objectes.
-
Yes, please make sure log contains ack and commands as well. Only part around reset +/- 200 lines is of interest. Often resets occur when more power gets used like enabling bed and heaters directly in a row while enabling them with some seconds in …
-
What does vcgencmd get_camera return? If a pi cam is connected and supported you should get:supported=1 detected=1 If detected is 0 linux does not see it. Make sure the cable is oriented correctly and has contact.
-
Actually that is what Z_PROBE_WAIT_BEFORE_TEST is for. If set to 1 it waits with lowering until you hit the probe manually. Was added for e.g. cnc machines where this is required as well for tool changes. More important if you use it for autolevel i…