Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
First I see you have selected Marlin as firmware, but log says it is running Repetier-Firmware. Communication differs a bit so better change to correct firmware in configuration. Log is from console I guess. You have disabled ack so I can not see f…
-
No need to wait 45 hours. It should immediately start downloading files and you see the files and data counter increase. If it does not happen something is wrong. Now I can not say much since it works for me. So first try again or try again with on…
-
That is at least not eeprom compatible in any way. The other problem is that server runs as a different user having no write permissions. I see this more as part of printer configuration if added. It would need a extra script that handles the operat…
-
Sounds like homing direction and end stop type might mismatch. E.g. if you have homing to min endstop direction = -1 and only a max endstop it will not home. Otherwise if M119 shows low before homing it should move towards the homing direction.
-
Please open in web browser a second window, go to console and enable commands so you see what gets send to printer. If you see G28 being send and x/y do not home it is a firmware issue. G28 is supposed to home all axes. Or do you need a different co…
-
The screensaver is controlled over a script /usr/local/Repetier-Setup/bin/screensaver Actually it does this: case $CMD in on) # Add code to run on screensaver activation ;; off) # Add code to run on screensaver deactivation ;; …
-
socat can map ethernet to serial, but it closes if connection is closed so you need to restart it. But I do not think it will make you happy in the long run. Any interruption in wlan that causes the connection to drop will stop the print. That is t…
-
You mean .gco files are not shown on it? You can use the regular save instead and write on sd card. Then you have full control over the file name. Also when using export to sd card make sure to not select binary format which is not readable for the …
-
It is a bug that will be fixed in 0.93.2. Was meant to fix a webview bug in 0.93.0 but my test environment worked a bit differently.
-
Ok, but what is the error with MK4duo? I don't have printers with shared extruder and though also no mk4duo on it. So what is the M105 output and what goes wrong?
-
We updated the installer for windows with a fixed version. Should now work for every one.
-
Thanks @GeorgS the screenshot was very helpful and showed the problem. I have uploaded a new installer where the problem should be fixed.
-
Kann es sein das du die Region nicht auf DE gesetzt hattest? Dann gibt es nämlich einige Kanäle mehr auf die er wechseln kann?
-
Can you show the exact commands you have send? Especially for G30 there is a parameter P that influences if offsets are added or removed before/after the command. What are your offsets for tools and z probe?
-
Sorry but I could not follow the problem with putting second extruder on "2". What does that mean and how does the klipper M105 response look like.
-
The SKR Pro V1.1 might be a board for the future. It is not due compatible, but the next board I plan to support is the RUMBA32 board. It has nearly the same processor so there is a chance that it would work with same HAL if we get the pins correct…
-
You mean after probing every 5cm move comes out as 1 cm move? Or after probing? How did you probe since there are several commands to do so. And did it undo the z probe offset already or was that maybe combined in the 5cm move.
-
Server speichert die Daten in /var/lib/Repetier-Server/database/ in repetier-network-stored.xml und repetier-network.xml. Diese beide löschen und einstellen niemals den access point zu nutzen, server neu starten damit er die Änderung sieht. Wird da…
-
Thanks. I have updated dev version with a HAL that creates sounds on my ultratronics as well. Seems like WRITE_VAR was not working.
-
Great news. Congratulations. Just as I said possible with several mods. And when V2 works on AVR you might test it there as well:-)
-
Can you tell more, since we can not reproduce this. On one pc we had it fail due to the fact that killing old server was delayed. Killing repetier-server instance and restarting installation manually then worked. https://www.repetier-server.com/kno…
-
Did you tell server that T1 is handled by T0 temperature? There is a field "Extruder managing temperatures" which you have to set to 1 for second extruder. Then server shows temperature from T0 instead also for T1.
-
AVR support will come somewhere next year and will hopefully work good enough. The new V2 uses a much more modern approach so it made more sense to start with good and fast hardware to test the benefits of it. On 8 bit AVR everything will need to be…
-
BTW - my idea for V2 is to have only one extruder as mixing extruder what only has mixing ratios. So in theory you only need in your case 2 extruders where you define the mixing ratios. In addition you would be able to add virtual extruders which w…
-
M163 and M164 require mixing extruder. As I said what you want is not possible out of the box. You need to adjust some firmware spots to do what you need here. What you show is a code part that I mean needs modification - but I do not have the tim…
-
On windows/mac you normally only see boot partition. That makes it hard to rescue the data. The error is on the other partition and has at least destroyed some important parts to boot correctly. Don't know how far you come with booting. The kernel i…
-
/usr/bin/vcgencmd get_camera is only for raspi webcam, so for usb webcam ignore what it detects. With our image you do not need to compile mjpg_streamer - we have included it with some automatic script to start it directly. In server webcam setup o…
-
Ok, if it compiles you have at leats a chance to do it with not too much changes. Main question is where temperatures get assigned to - with mixing extruder all get mapped to extruder 0. So you need to modify that I think. Also the heat control loop…
-
Ok, and does it work assigned that way? Or does it confuse the firmware with all the mappings.
-
Thanks. I now use the description which also should be unique to map it to entries. That way no modification is required.