Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,089
- Last Active
- Roles
- Administrator
Comments
-
Don't know what they want to include. Didn't know about that at all. My advice is installing 2.0.5 AppImage - that should give least problems as dependencies are included in the image. Do not forget to to run the -prepare option once before using it…
-
Hat da zufällig eine Datei einen so langen Namen das der alles verschiebt? HTML ist da manchmal zickig und nimmt sich dann einfach mehr platz wenn man nicht aufpasst. Müsste beim scrollen der Dateiliste ja auffallen. Ansonsten bitte mal ein Foto mac…
-
Did you use the dwc_otg.speed=1 in cmdline.txt? Disable xserver (last lines in /home/pi/.bashrc) in our image if you have no display. Frees ram and reduces load.
-
You can use any pin as heater pin, that is no problem. Of course most have only 5V so require a mosfet in addition. Form RAMPS there is also a fan extender board that allows moving fans to that board (2 fans supported) so freeing high power outputs …
-
Liegt entweder an linux oder den Treibern denke ich. Ich würde unter /var/log/syslog nachsehen warum linux das macht. Normalerweise gibt es einen Hinweis, wenn Linux ihn noch schreiben kann, z.b. kernel panic.
-
We do not insert anything. I guess you have a slicer with layer change gcode? So it would be the slicer doing this, but we do not develop the slicers, just include them.
-
If you have only one heater you MUST use shared extruder. Only one device is allowed to set pwm or it will not do what you expect.
-
No, that is not possible. This sensor is not only out of filament but also detects jams by comparing steps with signal switches and that is only possible inside the firmware. Also ultimaker uses a own variant of Marlin, so I can not say if they supp…
-
Add a gcode enabling z in STARTUP_GCODE so it is run at startup. Config tool has this setting in general tab.
-
Is that over some remote desktop solution? That often gives strange results while direct at the computer it would work. If it is at the computer, can you offer a download of the file to check.
-
Only enter IP and not a url in the IP field.
-
So you have setup the server with user authentication. Read https://www.repetier-server.com/manuals/0.85/index.html Section "user settings". Near the end you find the solution for forgotton passwords.
-
You have communication errors, so some "ok" are received maybe as "o" or "k". And once you have accumulated enough errors so host things input buffer is full, it will not send anything until the timeout is reached and host can safely assume somethin…
-
I think what you want is SHARED_EXTRUDER, MIXING_EXTRUDER disabled. If you check the temperature controller loop you see #if SHARED_EXTRUDER_HEATER if(controller > 0) continue; #endifso you see you …
-
Mac has eeprom for repetier-firmware only, but is has no XML import/export like windows version. It is in the Printer menu or mac key+E. Repetier-Server on mac has import/export for repetier-firmware if that is important. For marlin it will follow i…
-
It's in manual advanced setup section. ./raspberry-remote/send is relative path which is bad. You do not know what path server is using as base, so I think server is just not finding the command. See /var/lib/Repetier-Server/log/server.log for feedb…
-
Your slicer start code should contain M109 and M190 to wait for target temperature. If you use CuraEngine you need to create a start gcode. Use the button to generate a default version for a quick start. SLic3r normally adds it if you do not overri…
-
E axis is only available by adding an extruder. Extrude r0 is the E0 socket on RAMPS so what you need. Since it is no extruder select a fake thermistor to get no errors and run M302 S1 to allow extrusion (E movement) while extruder is cold. Not sur…
-
Ok have checked th esources and server will omit layer if it thinks your firmware supports progress view. Unfortunately the query term in the firmware description is not good. It should be ^Cap:PROGRESS:(\d) If you send M115 you see lines startin…
-
You mean the new host runs old gcode fine but new gcodes generated will stop mid print? Since host only sends gcodes over the line the content should not make any difference. But you should definitively acivate logging and check what the log contain…
-
Wait until next release. There is a known bug that triggers on some webcams if http header files have unexpected capitalization. Use refresh every second as workaround until then. On next release we expect this to work as we fixed that part.
-
Host sends gcode and then print start, so host can be stopped during print. If host looses connection to server it will stop updating progress. On restart of connection it will start a print from connection point. Regarding layer I'm quite sure it …
-
You need to disable sending eta/ete/layer to printer. It looks like the firmware does not accept checksums with M117 so not sending them should help.
-
There is no direct connection to motion. We always need to send move commands and they get buffered. So joystick is hard to implement his way. Maybe by sending many small moves with low a speed that we know it should be executed before next is recei…
-
Image is from a 4 GB card, but if you have not as much sectors as the originial it will not fit. On the other side you do not want a 4GB card. It will be full with data very fast. For production I'd use 32GB or at least 16GB.
-
The extruder axis E could be used as 4th axis if you have no extruder. For firmware V2 we plan up to 7 axis, but that is currently not that usable. Still in early development stage.
-
Yes, we can not resolve firmware bugs. As I already thought host is sending it and firmware ignoring. Layer is only shown if you print through repetier-server and have it enabled to cycle through all. Host as printer daemon will only show ETA/ETE.
-
You could rewrite the G28 command in commands.cpp to store old extrude rid, select 1 do stuff and select back old extruder.
-
Not possible at the moment. We are thinking about reenabling this, also there will be times where it results in wrong values, because then all X: is parsed as x coordinate even if something else was meant.
-
Since it doe snot happen for me, can you tell what Mac OS version you use and if the user updating had admin privilieges (also I never got the popup to get admin rights). Apperently the updater tries to change some permissions on wx-config and has n…