Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Sounds good. Will make some experiments when i get some time.
-
It is one of the next things we want, but slicers are tricky and we want to have a good integration, so i can not make a time estimate yet.
-
Depends on your internet connection. Most routers support dynamic dns service and port forwarding. If this works with your provider, you can reach it on the dynamic dns name with the port used for forwarding. But the server will not detect this sett…
-
Invert enable on for extruder. I think the raps enable on low signal. Otherwise how does a extruder sound that is not working. A high pitch sound would mean you are loosing steps, normally happens when steps per mm are too high, so in that case chec…
-
Your device needs to be in the same network. Printer is only reachable in your intranet where wifi is logged in. Also make sure to set the port :3344 after the ip if you are not using our image.
-
Normally happens if you change the file manually afterwards. It will then not see your changes as the set values are stored at the end of the fileand this data is used when you reupload it.
-
Slic3r prusa edition is the best in your case. It even has good slicing presets for prusa, also these are for the original prusa, but i guess they are a good start.
-
Multiple printers means you need to connect multiple devices. What i mean is that you hardcoded a special device in your docker, so if i have another name or multiple names, you need a different docker container. The benefit i see is of course that …
-
Ok, i understand what you do, but that is no corexy system, also you might want to use the functions as it is least required modification. One big problem is that y moves need both x motors to move the same time. So in reality you have a 4 axis + e …
-
Autoleveling will work the same as for fdm, but yes it should work. Main problem is that you might want to measure the pcb surface so testing positions would depend on position and size. For normal autoleveling you can change it in eeprom, for disto…
-
No arduino ide has sample scripts you can upload. One is a blink script to turn a pin on and off with a frequency. Normally pin 13. modifying this to a pin to test should show if mosfet works, e.g. with 5000ms wait you can easily measure if voltage …
-
You can simply search for the dual x axis flag and find all parts where it is of interest. Most important are the stop/enable/direction handling in i think it was motion.h. I do not really understand how this is supposed to work with corexy as this …
-
Ramps mosfet pins are 8,9 and 10. 9 is also used by fans so that can be a problem but bed has no double assignment in pins.h so if you did not assign it a function it should be ni problem. Also uploading a simple blink script might help analyse the …
-
Not sure the server is a good candidate for a general docker container. I‘m no docker expert, but how would you handle multiple printers and webcams. If i understand it correctly, you need to configure all external connections and these vary a lot. …
-
Ja, sieht aus als ob der move nur nicht dargestellt wird. Kannst du den gcode zum testen der Ursache bereitstellen. Solange ich nicht weiß warum es passiert kann es ja von etwas abhängen das nicht immer vorhanden ist.
-
Yes, you can do it during a print. There might a tiny pause when eeprom is read, so do it not during a quality print.
-
Yes, we made a change making pid work betterm but on dead time control it had the opposite effect. Use eeprom editor to set new pid values or tell m303 to store them directly. See in repetier.ino file for syntax and supported gcodes.
-
Just enable fan in config tool and set fan pin to the digital pin number of the extender where it is connected. Do nit use the default symbolic fan identifier.
-
But please use full path to cmd.exe
-
Bat files are maybe no executables. If you click them in explorer it knows to start them inside cmd.exe. I guess here you need to also start cmd.exe with the script as parameter. Do not think it is a permission issue, server under windows has quite…
-
Not the first mosfet doing this, also with wrong pin numbers setting the pin this can also happen, but with right board it is unlikely if you did not use manual pin numbers.
-
Should not be the problem. But i need to find why it happens. Anyhow redefining lost config parts seem to work, so you can continue.
-
Sind das eventuell die moves wo slic3r retracted wegen einer advance einstellung. Der host zeigt nur linien wenn extrudiert wird. Das heist nicht das diese moves keine extrusion in der realität haben. Insbesonder bei bowden dauert es schin mak bis e…
-
Bed and webcams now can have multiple entries, which is causing the trouble and that is also one update in 0.90.1 to 0.90.0 to fix it in touchscreen display. Other handling had stayed the same. Should upgrade to new config automatically, but seems n…
-
Need to in estigate further on this. Have seen it not appear in rare occasions ans switching screen helped, but if this also happens frequently that would be bad.
-
You mean it stays dim or dims just when you insert it? It dims if you get less current. You might try a different sd card first. Can not test here but do not remember that it dims for me.
-
They work as i said if you say to always check endstops and have them as hardware endstops enabled.
-
You might also have needed to change region if you use channel 12 or 13 i think. Not all regions allow them.
-
Max and min endstops are handled identically, only one side is also used for homing. During print they are only tested if ALWAYS_CHECK_ENDSTOPS is set 1. Do this only if you know you get no false signals from cross talk.