Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Danke. Wird im nächsten Update aktualisiert. Board link hab ich auch mit aufgenommen.
-
As far as I know there is only the extra fan. MPX3 might be the correct one, not sure. It is also ramps compatible but with fan on D9 and second extruder on D7.
-
Distortion correction has it's own set of coordinates compiled it. These must be reachable with activated probe. Sounds like that does not fit with given coordinates. Also use a start point where you can activate z probe without moving into invalid …
-
If you check the source you see conditions: #if Z_HOME_DIR < 0#if ZHOME_PRE_RAISE == 1 if (zaxis && Endstops::zProbe()) { PrintLine::moveRelativeDistanceInSteps(0, 0, ZHOME_PRE_RAISE_DISTANCE * axisStepsPerMM[Z_AXIS], 0, homingF…
-
I guess you are using RAMPS config and ramps has no extra fan pin. So solution is to not select a symbolic name but the pin number directly that fan has so it does not overlap. The Dxxx are the digital pin numbers.
-
No - the server will send your gcode with the temperatures set in it. However if you change temperature manually during print that will of course change and often they are not reset in gcode so manually set temp will then stay. Also the speed/flow m…
-
What firmware are you using? Currently only repetier-firmware works correct with heating since I forgot in other firmwares to add …
-
Ok that looks very regular and I see now what you mean. That is surely no error in interrupt or so missing anything. That is really just that a different feed rate is used for the long moves. So question is does slicer for some reason reduce this or…
-
You need to check in console or log to see what is going on between printer and server. Full log is required with all ack/commands etc. Might be as simple as server is waiting that firmware finishes heating second extruder or firmware stopped due to…
-
Im Konfigurator sind immer alle Displays auswählbar auch wenn sie gar nicht klappen würden. SD Karte ist etwas trickreicher da RADDS ja schon intern eine sd karte hat. Es kann aber gewechselt werden. Das radds display macht das korrekt. Ob das bei …
-
You have also defined a fan for D9 (ORIG_FAN_PIN for radds shows on D9) and that one is disabling pin D9 set from heater. Make sure that printer uses a different pin from your fan extender which I assume you use.
-
The problem comes from rounding errors of step position in extruder. You need to upgrade to dev version where that problem already has been solved. In my test case with a cylinder it was a difference of day and night. Reason it happens more on curve…
-
> ich versuche die v20 auf einem PI-B Plus Rev 1.2 mit Raspbian Buster zu installieren. Ich hab Buster mit update und upgrade auf den neusten Stand gezogen. Danach mit sudo dpkg -i das image Repetier-Server-0.93.1-Linux.deb installiert. V20 ist …
-
Uploading dev is same software as for 0.92. As I understand it compiles successfully but avrdude is failing somewhere? Otherwise check that text segment is less then 64kb - disable additional languages if you are above that. Also make sure to reduce…
-
There is no such open/function in firmware. That is the wrong place. The correct place is the end script of your slicer. There you tell slicer what you want at the end of the script. in your case G1 Z200 F2400 with Z value being your z target heigh…
-
Wow - 20 printers on one instance. Never heard about someone having more on one instance. Should of course be no reason for crash. First thing is make sure you run 0.93.1 since there are all known reasons for hang/crash fixed so far. Then follow ht…
-
I understand that this would be a problem. But after all server just sends gcode for move to firmware, so real extrusion is always dependent on firmware. Sending G92 E0 G1 E100 F60 would extruder 100mm (if allowed by firmware, there is normally a …
-
That is strange. Normally on long moves it should even be faster since it can optimize that better while in curved regions the planned path gets shorter and hence it might reduce speed. Are the diagonals nearly flat at some point? In that case one a…
-
Retraction of all filaments is a special feature in mixing extruders. Is this the same extruder or for a different system? If it is same printer with different board compare settings to be the same except maybe pin numbers.
-
The configuration is not meant for a Y type extruder with shared heater. They have even told there is a different temperature sensor and heater output. So if it is a 2 in one out nozzle that is wrong and you should get a message that heater/temperat…
-
You shoulde check commands being send in console. I think both will send in sum 100mm (server might split it into 2 50mm moves). My guess is that the speed differs and if you extrude too fast with filament it can not heat up fast enough to make it t…
-
That at least explains the problems. 0.92 is so old it was written and tested with much older Arduino IDE and is not compatible with current release as you see. You should use the dev version from our homepage.
-
Auf welchem gerät läuft der server? Sind ja 6 unterschiedliche binaries die wir haben.
-
Our firmware does not support arduino uno - it would not fit into memory. So I think you are using a different firmware.
-
Mainly depends on how your printer firmware handles extruder changes. Can you simply send T0 and T1 to switch between filaments? Then you configure PrusaSlicer and host to just have 2 extruders. You also need to add a wipe tower in PrusaSlicer so co…
-
Ok ich sehe das Problem. Die haben das Leerzeichen vor / eingespart was dazu führt das die Temperatur nicht mehr erkannt wird. Wozu auch an etablierte Standards halten:-( Werd den Sonderfall im nächsten Update mit abfangen, bis dahin kann ich leider…
-
Nein das geht nicht. Die arbeiten komplett anders.
-
That already happens. The colors set in Global Settings->Preview Images for the different extruders are also used for rendering multi extruder g-code. Just make sure you have defined 5 extruders in server config and set "Extrder Managing Tempera…
-
MQTT is on list for future interface options. But first other more important features will come.
-
No plans from our side. Do you know if you can tell chromium to open 2 urls on different monitors in full screen mode at all? That would be the requirement that it works at all. The other thing is that the second monitor is controlled via hdmi whil…