Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Should not have any influence on other devices on the computer. But it is important that the board does not draw then 500mA with lcd etc. Normally no problem. USB and Arduino DC converter are only for that much specified. Is there anything else dra…
-
Does it help to reset after powering directly? Then it could be a timing problem when power comes up too slow at the beginning. You could also test starting without sd card and then insert and see if it works. Apart from this there is no difference…
-
You need to use dropbox/google drive or a free upload service to post pictures. Uploading to forum is not supported. What browser and version and OS are you using. Maybe there is a incompatibility. Using latest chrome, firefox or safari does at lea…
-
Ja genau. Darum sind viele Ecken ungenauer als Kreise. Der Host funktioniert auch über andere Konnektoren wie direkter serieller Verbindung, da gibt es den Zugriff auf den Server nicht. Da aber trotzdem alles klappen muss nimmt er hier die Lösung d…
-
Ok, I see. I think it was used but now seems to have no function as I now use a function to determine it internally.
-
Wir planen uns auch einen MK3 anzuschaffen, weil er a) Irgendwie anders ist da die sehr viel Entwicklung machen und b) weit verbreitet ist. Aber das dauert noch etwas. Da man uns nach 4 Wochen noch nicht die Bude deswegen eingelaufen hat, scheint e…
-
It gets compute din Extruder.cpp around line 2264 case 61: // AD8495 1.25V Vref offset (like Adafruit 8495 breakout board) #if CPU_ARCH == ARCH_AVR currentTemperatureC = ((float)currentTemperature * 1000.0f / (1024
-
Server simuliert in der tat die Firmware mit den Beschleunigungen und kommt daher nah dran. Beim druck über host wird auch diese Zeit verwendet. In der Druckvorschau im Host kommt aber der Host Algorithmus zum Tragen und der nimmt die Zielgeschwind…
-
Ok, hab noch mal einen längeren Druck laufen lassen, aber bei mir ist nichts passiert. Auch nicht als im Timelapse die werte geändert wurden. Ich hab daher einen Artikel geschrieben, wie man den Fehler im Debugger finden kann: https://www.repetier-…
-
Great that it now works. What do you want to achieve with the -home option that does not exist? Every user has already it's own work directory and change it in host.
-
Please have look into /var/log/syslog and /var/lib/Repetier-Server/logs/server.log at the time of error for useful informations. Some errors only happen to some people so we need t o know about the problems we do not have our self s…
-
Repetier firmware has all commands supported by current version in Repetier.ino in short version. Use link from Roko for full explanation.
-
No. these names are not used as far as I know. I think this was from his example taken from marlin, but I replied with the repetier names.
-
Strange thing. I had made this with my mac so the mac has added these files causing the error. I have reuploaded a new version without these files, but you need to delete the data folder before reinstalling. Or you sinmply remove the ._ files in d…
-
Hab zum test mal ein paar adressen abgefragt und die des Servers sind alle deutlich kleiner. Ich vermute daher das diese zu einer bibliothek oder gar linux selbst gehört. Ich fürchte daher das ich damit direkt nicht die Ursache finden kann. Ich muss…
-
Bei welcher server version tritt dies auf? Und welche Architektur armel oder armhf wurde verwendet? Es scheint ein Fehler bei der Speicherfreigabe zu sein, der dazu führt. Wenn ich die exakte Version kenne müsste ich über die Adresse herausbekomme…
-
That is ok. Not perfect as you have communication errors, but most printers have more or less frequent com errors. The message just says it detected one and fixed it. Of course you can try different cables and baut rates to see if they get less, but…
-
Transfer protocol autodetect or ascii. Select correct baud rate, which is the typical issue. If you are on linux make sure no other software uses the port, e.g. our server. That does not work.
-
I checked linux 2.1.3 version and there are no .it.xml files. At least in 2.1.3. They can in deed cause a problem so delete them if you have any. Might be from a older install.
-
wait is not your problem. You have lots of communication errors and the brown out also does not help here. Might even be a reason communication is so bad. In fact the waits here help you resolve blocks much faster. Otherwise you would have gotten a …
-
You only need one. ReprapDiscount Graphic display works on rumba out of the box. And I think there are many clones of this one available.
-
WHat exactly does M119 return and what are your homing directions? I see you seem to have 6 end stops connected so it should be no problem. Test if they go high when they are hit (not only disconnected). Make sure they rae on the right side, e.g. mi…
-
You need to start where probe is not triggered. For homing use ZHOME_PRE_RAISE for G32/G33 start at proper height.
-
No, they are all for graphic displays. 12864 means 128 pixel by 64 pixel. The typical size for the small lcd displays. HW_SPI is hardware spi and SW_SPI is for software SPI, which would also require pins for clock and mosi pin. But in your example y…
-
So between which firmwares did you switch and what was the one causing the connection lost?
-
Did you comment the other display and set display type as user defined? Not that you are not using the config at all. As a test you can add there #error Im used and if it stops compiling you know it is at least using the configuration from uiconfig.…
-
@chrisgrul Can you open debug console in browser to see for error messages and also make a screenshot. I'm wondering about the problem as I have it running with latest version and our firmware. You might also try clearing cache in browser and reload…
-
Ok, your test project helps more then Marlin here. In ui.cpp we init displays and have #ifdef U8GLIB_MINI12864_2X_SW_SPI u8g_InitSPI(&u8g, &u8g_dev_uc1701_mini12864_2x_sw_spi, UI_DISPLAY_D4_PIN, UI_DISPLAY_ENABLE_PIN, U…
-
There is no command/logic for homing extruders. We have a jam control which is the switch you might think is an end stop. That would at least stop extrusion after emptying the buffer. How is homing supposed to work here? I mean inverting the tube d…
-
Depends on syntax, see description M164 S P - Store weights as virtual extruder SSo as long as you have no P or P0 it is only temporary. In that case changing a value in eeprom will override it as eeprom writes cause a reread from e…