Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Schwer zu sagen. Sieht ja aus als ob der server noch da ist aber nicht mehr antwortet als ob was blockiert ist. Wenn es wieder passiert kannst du ein volles backtrace entsprechend dieser Anleitung erstellen: https://www.repetier-server.com/knowledge…
-
Good to hear that it did not happen again. Our installer do not contain that file and we definitvely do not delete it, so no idea what happened here. That file is also only read - we have no write function for safety.
-
Ok, yes motor driver just enables at phase it was on, that is correct. You can however change the steps afterwards in eeprom to fine tune from what you get. As said homing is the only place where this is done and changing the 3 offsets there is the …
-
Distance between nozzle * steps per mm - how much ever that is in your case. If you switch between T0 and T1 the selected extruder must be at the same spot as old extruder then value is correct.
-
Kommt auf den Browser an aber normal rechte Maustaste und dann Untersuchen oder Element Untersuchen wählen. Dann sieht man sie und kann den Tab mit Netzwerk anwählen um zu sehen was er laden wollte und wo er gescheitert ist.
-
Does 2.1.6 already have the checkbox to not use SSL connection in settings? I already fixed that for next update. You are not doing anything wrong, but windows now requires new settings to use TLS for https to use current certificates.
-
Actually we are making good progress. Just the fact the there is no online config tool does not mean it is not working. I plan rumba32 support soon and also improvements for delta. Hopefully in january. Also plan AVR support to implement as one of n…
-
No, that is only possible internally and still difficult. You can disable a motor and move it manually - M99 S X0 Y0 Z0 - Disable motors for S seconds (default 10) forgiven axis. or with M17/M18 Moving motor some steps voids stored position and th…
-
Ich vermute es ist der Websocket der nicht korrekt weiter geleitet wird. Schon beim einrichten eines proxy in nginx musste ich ihn speziell behandeln. Bitte mal die development tools im browser öffnen, dann zu Netzwerk gehen und Seite neu laden. Dan…
-
At first it is incompatible to old system, so changing that is also causing problems. I have to check what server does. But I need a solution being backward compatible since I also need to do this for marlin eeprom. If it is soo complicated I can no…
-
Distance between extruders are defined in eeprom so just use eeprom editor. In repetier firmware distance is in steps not mm, so convert them correctly.
-
Kommt auf den Internetanschluss an. Am besten und sichersten ist ein VPN nach hause über den router, dann ist es wie das eigene heimnetz. Alternativ User einrichten im server und port weiterleitung einrichten im router. Zusätzlich noch dynip damit …
-
Single byte values are also integers 0 = false, 1 = true so S0 or S1. Just make sure T is same as reported in M205 or you will overwrite something.
-
Looking into the history it becomes clear why it does not work over versions. New tests are added where they like them to build nice groups I guess. But that shifts positions that get exported so with every new xml old files are not working. I thin…
-
Yes, but what should it do? Looking for leveling in octoprint I see 5 plugins and all are very specilized working only on one special firmware or doing manual leveling with some help. I see a good chance to add a manual leveling. There commands are…
-
Ok, first good to hear that the problem is already fixed in 1.0.4dev. So I can make it stable soon. You should run G33 always after G32 S2 so both use same z position as reference. If you check values with G33 L0 they should swing around 0. Also I …
-
You can change temperatures any time by using temperature sliders or on printer lcd if you have one. Only thing is if your gcode contains it as well from time to time your set value gets overwritten. On single extruder prints this is normally only c…
-
Yes, summarization is correct.
-
As far as I know there are only Minimal Travel/Extrusion before retract influencing if retract is done or not. I'm not aware of a layer dependency, but I haven't written the slicer so can not say 100% here. But I see no reason to omit first layer re…
-
Yes, quadratic is not good to use. So set that part 0. M233 Ylinvalue is used to set it. Typical range for Y on direct extruder is 30 - 150 depending on free length. Use 1.0.4dev for best result with linear advance. There was recently some improveme…
-
Rescue system might help if it was enabled. It logs until where it succeeded in printing. If you also had it enabled in firmware with park position it will be even better. Firmware will also remember last printed move and go out of print area to par…
-
Thanks. I could reproduce it and found also why it happened. The missing extruder caused using wrong indices internally. Will be fixed in next update 0.93.1.
-
That makes a bit of sense. Homing with enabled distortion correction does not work. Looking into 1.0.4dev code for homing in Printer.cpp line 2019 you see void Printer::homeAxis(bool xaxis, bool yaxis, bool zaxis) { // home non-delta printer unp…
-
Where does that mk4due plugin come from? I do not have that. Also I do not have any eeprom file having 425 entries. So I guess that is something self build. Important fact is that "pos" is the position in the eeprom describing file. So it is essent…
-
I'm sorry to say, but there is no solution for z calibration. That is a quite complex theme as different firmware use different solutions that change over time and with different fork. Just had a look into that running manually G28 W G80 G81 And g…
-
Sorry, don't see your point. Apart from the fact that a bed should not vibrate off course, how does it cause under extrusion?
-
Try this M163 S0 P1M163 S1 P0M163 S2 P0M163 S3 P0M163 S4 P0M164 S0T0M83 M302 S1 G92 E0G1 F500G1 E150 Also I'm quite sure T0 sets E position to 0 as well. I still assume the extrusion it self does not work from sd card? Is extrusion after this from …
-
I only test 1.0.4dev which is where all corrections go into and where all known bugs are fixed. So you have autoleveling and distortion correction enabled. Can you check if disabling only one or both makes them work again. Not that the endstop check…
-
The flat cables are standard hardware. You can get them in various length, but I can not say if signals are good enough for different length. Have mine directly mounted to pi like it was planned. I have a long cable for pi webcam and it works, but …
-
Which interface do you want to use? Guess the special touch interface. It will work with any display that pi supports, also it was designed to work also with smaller displays so bigger displays the gain of informations is not that big. If you have n…