Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Where should I get the space for that? And then users want +/- 10 :-)
-
I don't have a ultimaker but as fas as I know they use Marlin modified, so selecting Marlin as firmware and setting port/baudrate when connected to usb port of the ultimaker should suffice to get it working.
-
I think it is too special as it depends on the slicer and settings. Something that often causes confusion.
-
I guess you mean the output in the log? That comes from slic3r so we can not change that - that is not our software. If you look into gcode at the bottom you will find the right price.
-
Did you test after M111 S24 so only communication is tested. Plan is that the serial interrupt has a higher priority then stepper interrupt or other interrupts on due so it never looses a byte. Problem is you need to poll bytes before next byte app…
-
One is what most users need but you can also enter values directly with keyboard or use the slider to set it to any value you want.
-
rotceh_dnih gcode creation is independent of what you see so if a stl loaded and you sliced it it should have some content and a printing time Do you see nothing or an empty bed without content. If you do not even see the bed you should check the d…
-
Yes I think so. That is from the guy who wrote the TMC2130 driver addition. I don't have it used so far. What I mean is when it is not activated as driver it does not set driver settings but will work in step/dir/enable mode with defaut values. That…
-
Seems you have set input buffer in server to 63 byte. I'm quite sure 127 is also ok. Commands seem empty so not having any content after parsing. But that is the first time I've seen so much of them. Since you said it only happens at high speed my …
-
I see big gaps between the commands. Hopefully these are only temperature requests. Regarding moves I see only this 13:56:53.752: N1165 G1 E350.00 F60013:56:53.752: N1166 G1 E400.00 F60013:57:53.253: N1226 G1 E450.00 F60013:57:53.253: N1227 G1 E500.…
-
Comments with ; are stripped server side and not send at all. That would only delay real commands. High speeds and small segments in deed push a lot of stress to communication. On a pi you can send around 300-350 commands per second. Try M111 S24 t…
-
Yes, binary and marlin do not match. Our firmware shoudl also be able to activate BLTouch if you put the server activate command in the start script before each probe.
-
TMC2130 can be programmed with spi if you configure firmware to use TMC2130 drivers. If you do not do that, they will still work but without trying to set current/microstepping. That way you can narrow down the problem to firmware in general or spi …
-
Double colon is used to separate drive name from the rest and therefore forbidden in filenames. That causes the error message. Will check if that can be fixed inside the loader so it renames the file.
-
Do you know the sources for the original version? I searched here https://github.com/prusa3d/rambo-32u2-usbserial bit did not find the string. Wanted to know what triggers the command not found on the bridge. After all it is not supposed to send any…
-
Sounds like the pins at same spot are then no hardware spi pins. The sdfat library still allows software spi. SdFatConfig.h says that #define ENABLE_SOFTWARE_SPI_CLASS 1 is required so it also compiles the software spi class. SD_SOFT_MISO_PIN, SD_S…
-
So you have the Prusa MK3 original working with our software:-) Can you send me the configuration as I'm also now having this printer. I still have your other thread open where you explain how to modify it so I can include that.
-
The problem is a buggy serial driver for windows here as it seems. We did not write this driver so this is a point of failure we can not fix. Why it does not happen on host with same driver I can not say. But that is a different programming language…
-
Please do this in the console with commands enabled. Then you see the commands being send compared to what you wanted and it should be easy to see what is happening. Server does some assumptions on the extruder mode (relative or absolute) and also a…
-
Depends on firmware. Some marlin versions have problem with M117 sometimes. On the other side if it gets corrected by host it is no firmware problem directly just a communication error. If you only get it sometimes you can ignore it. If you have ma…
-
Yes mysterious. Firmware would send Unknown Command:M532 .....
-
V2 will solve this through tools. So you can have 2 extruders and laser tool and selecting the laser tool then automatically switches the mode.
-
Möglicherweise in V2. Das ist modularer und das wäre ein möglicher Treiber dann für Lichtsteuerung. Aber noch ist keine Lichtsteuerung enthalten.
-
I have put it on my todo but do not expect it to come soon. Printing relevant features have priority. This is more a nice to have feature. Maybe with a direct alexa solution it might attrack more users e.g. if you can ask for an alarm when print is …
-
Are you sure you are using Repetier-Firmware? Or is it a fork? Haven't found the message in host so it must come from the firmware. If you enable logging and check the real log it would be clear as you can see the direction. Would guess it refers t…
-
No, sailfish is just a open source version of the makebot firmware as far as I know. Marlin would have worked because we support that already.
-
Yes, personal mails might be easier. I really can need any help in testing it as it is all new stuff and you have different hardware then me so different test. I think I will not distinguish the modes any more. I think laser will just become anothe…
-
You are right. You need ZHOME_HEAT_HEIGHT but that will only adjust z height in the end. So it might still drag to 0,0 at z=0 also I'm not sure about that.
-
I would go with a Ubuntu or Debian linux installation on a normal pc. You can write a end gcode for every printer where oyu can have gcode send to the printer firmware. If the pick and place needs a separate communication you always can use server…
-
From manual: Data StorageBy default the server stores all data in a global directory, which is normally located at /Library/Application Support/Repetier-Server/. This directory gets never deleted by updating or uninstalling the server to prevent da…