Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Actually all this is not needed. I saw there is a function to register named events in IHost.Because I'm lasy here core events informer registers to host.RegisterNamedEvent("core:printjobStarted", EventCatcher); host.Register…
-
Ja die Firmware vom Knutwurst hatte ich auch drauf, nur ohne dem M1 Problem. Hoffentlich löst es sich dann mit dem Log wo es herkommt. Kannst du beim hänger möglicherweise auch in der Konsole schon sehen. Aber gut zu wissen das wir offenbar den Unbl…
-
Was zeigt denn das log? Beschreibungen sind unspezifisch. Du must exakt wissen bei welchem Befehl er stehen bleibt und was der Drucker da meldet. Daher auch mein verweis auf M109. Wenn du z.b. manuell M109 S230 M119 sendest, siehst du dann im log d…
-
Wo kommt das M1 Stop her? Laut dokumentation https://marlinfw.org/docs/gcode/M000-M001.html Stoppt das den Drucker. Erst das senden von M108 wenn emergency parser aktiv ist gibt den Drucker wieder frei. Oder halt den ok Knopf am Drucker drücken. H…
-
> P.S. In SKR2 UART pins have direct connections and do not need additional wires with resistor. Where and which pins? Here is the schematic: https://github.com/bigtreetech/SKR-2/blob/master/Hardware/BIGTREETECH SKR 2-SCH.pdf There you also see …
-
Was genau ist das Problem? Normal schreibt der slicer so was wie M109 S230 rein. Hier wartet der Drucker bis sie erreicht ist. Da 240 ja gehen sollte es zumindest von der Leistung passen. Je nachdem wie der Drucker konfiguriert ist, muss die Temper…
-
No there is no event at the moment. I added event FunctionVoid JobStartedEvent; for next release, but that will probably end of june as server release is first due.
-
At which time did this happen. I only see 2022-04-28 08:29:58: error: Reading serial connection failed: Access is denied. Closing connection. which is just one of 6 mentioned printers and I also see no print was started so far. As message suggests a…
-
License is activated through https://licence.internetloesungen.com server, so that needs to be accessible. Access is only required for activation. You might want to also white list http://download.repetier-server.com which is used to check for upd…
-
Yes. Pro license is same executeable, just in registration window you activate it as pro to get all features.
-
It only works if we know all motors are disabled. The flag gets set in kill function e.g. when you disable motors with M84. I have added an extra case for M18 without parameter. M18 will named motors will not work as we do not know if it is enabled …
-
Ok, after soem digging I found how we normally start xserver. On bootup we start the script /usr/local/Repetier-Setup/bin/runAtBoot It check if $RUN_CHROME is enabled in /boot/repetier-image-setup.txt and if so it starts xserver with xinit -- -nocur…
-
> Now after the Boot Logo i have a Console. But nothing happens, beside the console Logs. Does it log in automatically or not? Our system is configured I think that you need pi user to login automatically. Some actions can disable that behaviour.…
-
First the simple one. Board cooling is controlled by this fan setting that you commented: // COOLER_MANAGER_MOTORS(BoardFanController, BoardFan, 0, 192, 10) plus the above settings defining BoardFan and the fan. The first 2 define a pin while COOLER…
-
USB 5v is limited on pi and linux will shut down power if it exceeds a limit. The only thing that is connected through all devices is mass signal. I once fried a usb port due to having phase on mass (defect in PSU). Since the D1 is the old one work…
-
Möglicherweise hat die display installation den pi Kameraservice deaktiviert. teste mal vcgencmd get_cameraSollte supported=1 detected=1 zurückgeben. Wenn supportd=0 ist, schalte den support wieder über sudo raspi-config ein.
-
Yes, fix is planned. Short ETA have always a big uncertainty since a hot or cool bet at print start can already make a few minutes difference with same g-code.
-
Mit der Pro version (kostenloser test möglich) wird touch screen mit unserem speziellen Frontend unterstützt. Siehe auch demo touchscreen auf der homepage. Der ist allerdings nicht klipper spezifisch sondern für alle Drucker gleich. Wie man ihn eins…
-
Ja Klipper geht bestens. Es existiert sogar ein installer wenn du den Drucker anlegst. Sag einfach du willst Klipper firmware und dann kannst du erst mal Klipper selbst installieren. Ließ bitte im Manual Das konfigurationskapitel durch, insbesondere…
-
There is no 3dkreator board in firmware. Are you sure this is a board? I know there is printer with that name, but no idea which board they internally use.
-
For the kill button I have to check. Regarding second extrude note that everything activated in configuration_io.h gets compiled, so just removing it from one array does not mean it gets not compiled in. You really need to delete the lines for seco…
-
There is a new estimate routine that tries to adjust based on past error. Using speed multuplier seems to break that computation.
-
For windows version it must exist, or server will not work at all. The database folder gets created on start automatically. Did you install server on windows or on a pi and just control from windows? In that case the folder is on the linux system …
-
That won't work as it is a different chip. I don't have it for testing but I added some changes so when you use same but in platform.ini set variant to SKR_2_F429 it should use different chip, same pins. From a look to marlin it seems the same diffe…
-
Ok for calibration it makes sense. Find the correct M206 code by logging commands send in one window and then in an other open eeprom editor and change the setting. On save you will see a M206 with some parameters and X with value you want. That's …
-
Im mjpg_streamer web interface kannst du wenn die webcam zoom unterstützt den einstellen. Ist aber meist nur wenige Prozent. Wir selbst haben keinen Zugriff darauf, da wir ja nur die fertigen streams importieren und auch aus Leistungsgründen normal …
-
Actually you should not really change retraction length in repetier-firmware during print. The only way to change it is with M205/M206 changing the eeprom settings. Better is to define the retraction length in slicer and not rely on G10/G11 in thi…
-
Super. Also kann der Bootmanager nur das update beim reboot installieren, das Laufwerk muss aber die "alte" Firmware anbieten mit obigen Einstellungen. Gut zu wissen.
-
That error is inside mono windows forms. Since we changed many windows to use table layout i think it is a result of that combined with incompatibility with original windows winforms. In the app image we bundle mono 5 so that is what it is tested wi…
-
Have you measured the thermistor resistance? At room temperature it should be around 100kOhm. Just to be sure it is a thermistor and not a thermo-couple. Thermocouple have nearly no resistance and require a different circuit for measuring.