Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Zumindest die erreichbarkeit lag am Umzug gestern auf einen neuen Rechner. Das senden sollte daher wieder klappen. Damit solltest du wenigstens nach einem Refresh die Daten sehen. Ob das telefon die meldung unabhängig davon anzeigt ist eine andere …
-
Selbe Fehlermeldung im syslog? Kannst du mal mit meinem Kernel versuchen der noch nie probleme hatte? sudo rpi-update 52241088c1da59a359110d39c1875cda56496764 Sollte 4.4.50 ergeben. Nur weil eine neue version einen Fehler einführt muss eine noch neu…
-
That is already implemented in host. Just select your ssl port 443 of your nginx which has the ssl certificate for port forwarding and in host also select "Port requires secure transfer". That is all you need to use ssl from host.
-
No, you can not accept anything where z=0 is below bed. You need z probe height so that after G32 S2 you can go to z=0 and it is at bed level. Depending on bed coating it might not be what you expect but that is the only variable influencing z lengt…
-
i do not understand why you are constantly changing z offsets for autoleveling. Sounds more like you calibrate extruder offsets. Extruder 0 zOffset should always be 0 as this is the reference. All other extruders z offset is relative to this extrud…
-
With z max homing G32 S2 measures height as well and stores it, so that is correct. Problem is you tricked it afterwards into a working height and G32 S2 reverts these changes partly.
-
Useful on deltas. Especially fast moves are small waves depednign on update frequency of segments. On 8 bit the limit is 170-200 updates per second.
-
Sieh mal hier https://www.repetier-server.com/manuals/0.85/index.html unter debian installation. Eiegntlich nur den debian installer für armhf runterladen und mit sudo dpkg -i NewRepetierServerVersion.deb installieren, danach läuft er schon.
-
Actually, 250000 baud also works on all mac and current linux systems. On linux it is just harder to set requiring some low level operations that mono does not offer. So linux host has a program SetBaudrate to work around that problem. If you use Re…
-
Changing pin number is all that would be needed. Please note that analog and digital pin numbers differ! You should also be able to measure with a multimeter the voltage at the adc changing if thermistor gets hot.
-
Don't see an updated firmware so only if you use github version with their fixes instead it might work.
-
These are only relevant with switching signal which you do not have here, so any value will do.
-
Make sure always_check_endstops is 0 so endstops do not disturb. If that was already it is a physical/hardware problem. Somewhere you must have lost some steps causing the offset. So as always - Hang on some plastic nose - Motor stopped for a short …
-
Ob ich das gut finde weiß ich nicht:-) Hast du mal probiert den server installer auf deinem Octoprint image zu installieren? Das scheint ja einen älteren Kernel zu haben und wenn der das Problem nicht hat sollte auch der server bei dem image durchl…
-
You have many ways to change baud rate. On display go to baudrate push and change until you see your value. Push again and go to "Store to eeprom" to save it. Ot on upload change EEPROM_MODE value an dit will overwrite stored baud rate and everythi…
-
So how often does it test endstop in your case? Sounds like once go back and then it does not retest because endstop is already triggered. Test M119 after homing x and see if it is triggered also being 20mm aways.
-
See https://forum.repetier.com/discussion/1897/support-for-new-tmc2130-sss-silentstepstick-via-spi#latest on what a user plans with them.
-
G32 assumes a flat bed and computes only a rotation to compensate. If you need a bump map you need the distortion correction function (G33, needs configuration before use). That would make a map to follow but requires version 1.0 (0.92.9 is buggy).…
-
Sure it is possible. The server is it self a webserver that is listening on port 3344 by default. You can proxy it if you want. For nginx as proxy you find the proxy configuration on our homepage in docs section. The main problem is that for a doma…
-
First you should tell us what fan you are talking about and what you expect. There is a extruder cooler fan that should turn on as soon as you have 50°C set or reached if configured. There is also a filament cooling fan that you can control with fan…
-
https://www.repetier.com/firmware/dev/ is the config tool for it. Or on github selecting dev branch.
-
Is this after the second end stop test? These // When you have several endstops in one circuit you need to disable it after homing by moving a // small amount back. This is also the case with H-belt systems. #define ENDSTOP_X_BACK…
-
4th icon from left in main window toolbar. The one where Filament is written below!
-
If not check after homing with M114 what firmware thinks where it is and compare with coordinates shown in host.
-
I meant the MPX3 board like this https://www.amazon.com/HICTOP-Printer-Control-RepRap-Arduino-compatible/dp/B015W7PWRG but not sure if this is the same.
-
Make sure you have not set z probe also as z min endstop. In fact do not add a z min endstop at all. These are different especially with z max homing. With z min homing they must be identical.
-
Ok, it is now correct regarding communication settings. As you see you you get a response. Please check what you set as firmware. If you have selected repetier-firmware in server printer config marlin will not understand the server. You definitevely…
-
You want the tube short, but long enough that it does not break your filament and no forces are put on xy motors pulling it back. Longer bowden have more spring effect and this effect makes the print results bad, requiring more retract etc.
-
First: Autoleveing command is G32 S2 (S2 to store result in eeprom) Second: Check eeprom if distances are also there correct Z_PROBE_BED_DISTANCE is the start height of nozzle for probing. If your z length is set too high it will test lower, so I g…
-
Do you have preheat time set? During that period defect test is skipped (to solve problems with some printers on startup). When I start heating without thermocouple added (-99°C) I get the correct message. But without sensor it will also decouple at…