Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
No the colums are not changeable. Only thing is when your display is small it will reduce them. For all informations you will need the summary function.
-
Yes, you see it in pins.h for board 402 on what to add to your board/config to make it use the eeprom. So if you wire exactly as on radds schematics all you need is the settings from radds board definition for eeprom - meaning address and eeprom typ…
-
If it does not work any more it is probably wrong pin number or pullup is set wrong.
-
Maybe my fault. Please update to 2.1.5 where I fixed the possible reason. It's not a real problem for print just ugly to see that it fails parsing the server message.
-
Das ist kein abo sondern der Preis für die pro lizenz von repetier-server. Drucken kann der aber auch in der free version. Dann gibt es halt keine Webcam und vorberechnete gcode bildchen. Host ist ohnehin kostenlos.
-
You can not expand it and it contains all possible settings for the 1.5 version of CuraEngine. Newer versions use a complete different configuration system that is very complicated and not yet implemented.
-
There is only one spot to change homing direction // Sets direction of endstops when homing; 1=MAX, -1=MIN#define X_HOME_DIR -1#define Y_HOME_DIR -1#define Z_HOME_DIR 1 Check also M119 to see where your endstop is. If you have min endstop use -1 ot…
-
Yes, you are right. The continue pause script was added and the manual buttons were not updated. Use Ctrl+Alt+1-5 to send the scripts. There I had updated the script ids. For manual buttons I have fixed it for next update.
-
480 Pixel Breite ist ein Breakpoint wo die größen angepasst werden. Das der Homescreen scrollen muss kann sein. Darum versuchen wir die wichtigen Punkte vorne zu platzieren und haben die Scroll-Funktion. Dafür sind die Icons besser lesbar. Manche d…
-
I don't think so. Rafts need some space for first layer as they assume different heights. You may be able to increase density of raft but 100% solid on first layer makes no sense. If your problem is that it does not stick good enough for sparse pr…
-
There are only 2 ways for permanent storage - EEPROM or sd card. You can wire quite easy the eeprom chip to power and I2C pins as one possible solution.
-
Für Ordner kann man keine Bilder wählen da hier nur Ordner/Projekte drin sind. Die Möglichkeit alle Bilder als Vorschau zu nehmen sollte machbar sein. Werd ich zumindest prüfen. Die gesamtbreite ist aus Desgingründen auf eine maximale Breite begren…
-
G32 S2 requires moving X and Y to work. In fact void Printer::prepareForProbing() {#ifndef SKIP_PROBE_PREPARE // 1. Ensure we are homed so positions make sense if (!Printer::isHomedAll()) { Printer::homeAxis(true, true, true); } it w…
-
That is the function responding to M205 from which the editor makes the values. At least for repetier-host/server but assume all will do it same way since it is allowed to be changed any time.
-
Try G92 E0 G1 E50 F2000 G92 E0 G1 E50 F2000 G92 E0 G1 E50 F2000 G92 E0 G1 E50 F2000 G92 E0 G1 E50 F2000 G92 E0 G1 E50 F2000 G92 E0 firmware blocks long extrusions to prevent problems, maybe you hit that limit.
-
Where did you add that? What I mean is are the commands written to sd card or are they in hosts end script which is not part of sliced gcode and gets send by host when host print is finished. These scripts are not executed when you run a sd print.
-
Da wird immer nur der Aktive Extruder angezeigt. Ich weiß es gibt kombinationen wo der Platz reicht, aber leider auch viele wo er nicht reicht, daher haben wir nur je ein Platz vorgesehen.
-
Eingangspuffer muss zum Drucker passen oder du bekommst ständig Fehler was alles verlangsamt. Hast du mal unter Konsole nachgesehen ob da Fehler in der Kommunikation stehen? Normal sind 127 byte Eingangspuffer richtig. Ich denke nich das der Server…
-
wget http://download.repetier.com/files/server/debian-armel/Repetier-Server-0.91.2-Linux.debsudo dpkg -i Repetier-Server-0.91.2-Linux.debwould reinstall it on ssh so you can see if something goes wrong.If it does not run afterwards see …
-
FTDI Treiber hilft nicht wenn das board den nicht hat. Hab aber schon mal gehört das USB 3 Probleme macht und USB 2 nicht. Das board kann sicher nur USB 2 und wird USB 3 ausbremsen. Vielleicht führt das zur Verlangsamung. Den puffer groß auszuweit…
-
Can you clarify what works? The server does send the right command and does not stop extrusion? In that case how did you change it before so that it stopped?
-
Never seen. Only know that if support is disabled the support interface speed gets disabled. Maybe update to latest host version especially if you are also on 2.0.5.
-
That removes x,y,z homing feedrate and is 100% correct. Make sure it is the version you upload to printer. Ifyou use github there is a avr and a due version. Only reason it does not work I can think of is that you did not compile and upload the vers…
-
Ok have found the check update problem and fixed it. For the value change I think I have fixed it as well plus some other things. Update will come tomorrow I think.
-
Please check console with enabled commands. All that the command should do is send M221 Spercent and the rest is done by firmware. So as long as it does not send M221 S0 e.g. M221 S99 it would be a firmware problem. With console it should be easy to…
-
Bang bang has no parameter so no autotune required. But check in eeprom editor if it was copied or if heat manager is still set on 3.