Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Send us an email with license code and we can reset it for you.
-
Not exactly. Currently it looks like december we will release the update. Server update probably already in november.
-
I wonder that this works. Could it be that you just have disabled temperature query with M105 in printer settings? Otherwise I do not understand why that reports a temperature for you.
-
Yes, the are in homdir/AppData/Roaming/Slic3r and Slic3rPruse AppData is a hidden directory so enable showing them.
-
Slic3r is also in a folder. But host it self stores data in windows registry so no simple file to copy. On the other side the host data is not really much and easy to set up again.
-
Wenn du die gesendeten Befehle ansiehst passen die zur Bewegung? Wenn nicht was wird gesendet und was passiert?
-
For future I want our own slicer which then marks object names so we can remove them by object. Same will then work for other slicers marking the object the gcode comes from.
-
Are you using the right port? #define RFSERIAL Serial mean you are using the programming port for communication. Also eventually set EEPROM_MODE 0 since not contained eeprom can cause a block as well. Not sure if they have an eeprom on board. Home …
-
Have you already checked Repetier-Server Monitor. Not sure about the jump back on delete but it memories the last tab used even when app was closed and reopened. Benefit of having dedicated app with local storage.
-
You can use multiple blocks to get more complex shapes. But you need some space anyway since you do not know if it will grow or shrink further up.
-
Hast du da sim log überprüft das es nicht gesendet wird? Wenn du es im slicer änderst must du natürlich neu slicen damit es auch im erzeugten gcode drin ist.
-
Ist einfahren = homing? Hört sich an als ob die besser die Firmware anpasst das die korrekt homed. Ansonsten must du im start gcode entsprechend die Befehle anpassen das es richtig geschieht. Aber einstellen das bei G28 etwas anderes passiert geht i…
-
Also von den Bug mit den Temperaturdaten hab ich noch nie gehört. Auch sollte der pi nicht komplett abschmieren - selbst wenn der server abstürzen sollte würde Linux ja weiter laufen. Was aber sein kann ist das der Drucker über usb so viel Strom zie…
-
Nein haben wir nicht. Aber da webcams strom ziehen sollten es zumindest aktive hubs sein wenn mehrere Webcams dran hängen.
-
OK habe mich heute im diesen Punkt gekümmert. Problem war das die ausgeschlossenen Teile nicht verarbeitet wurden und wenn sich Z dort änderte wurde es nicht angepasst. Denke ich habe das fürs update jetzt korrekt gelöst.
-
1. Viele Drucker ziehen über usb genug strom um den Druckerprozessor zu versorgen und erscheinen daher als online und Funktionsfähig. Man kann sogar Befehle mit ihnen austauschen. Nur bewegen und Heizen klappen wegen Strommangel nicht. Meist kann ma…
-
Several current ender products have a firmware bug reporting the temperature in a wrong format (they repeat everything so T:23.3 gets TT::23.323.3). Only our repetier-server beta 0.94.4 for linux (you need to change the url in download) would be abl…
-
Damit sie funktionieren muss linux sie sehen und unterstützen. In dem Fall erscheinen sie unter /dev/v4l/by-path/* platform-bcm2835-codec-video-ind ist keine webcam - das ist irgendwas im pi 4 das immer da ist. Hat wohl mit video wiedergabe zu tun …
-
These are the travel moves where only head moves but does not extrude. You can disable viewing them. Just disable easy mode and you get a button for it.
-
In printer menu select history and you should see the history of printed files. If you have in general settings the report generation enabled you also get a pdf with image and name for each print with most important data.
-
They are stored in home/AppData/Roaming/Slic3r resp. Slic3rPrusa I think the prusa slicer uses.
-
You did not add one of the motor definition RAyWB showed you in configuration_io.h so AMotor is not defined causing the errors. They get defined same as x,y z motor but you need to add them.
-
In crease in configuration.h NUM_AXES to 5, 6, 7 for A, B, C and define the corresponding motors in configuration_io and also make sure to add them in #define MOTORS \ { &XMotor, &YMotor, &ZMotor, &E1Motor, &E2Motor }#define …
-
10240 steps per mm is a very high value allowing only very low feed rates. On a avr based board this is only 2-3mm/s. Normal values are around 100 and for high resolution 500-1000. So if we say x moves 4 times the way it should 4 = 2^2 so correct st…
-
First move after homing should be ignored. That can be a mismatch between assumed and real coordinates. But when you then move 10mm manually it should move 10mm. If not it is not dimension that is wrong, but steps per mm so the stepper resolution is…
-
Ok, not sure if host has a filter as well. Do you see in log if the long move gets send? If so it is firmware side otherwise host side.
-
Does the delta have repetier-firmware? All other deltas can not really store many moves. They slice moves into smaller moves filling the buffer so every tine communication pause would be visible. Could it be when rendering is finished? Then we writ…
-
wat is wait with missing i not a watchdog triggering. It looks like eeprom is read at the beginning but can nbe written/deleted. Have you tried reformatting with sdformat. Not that the directory structure is just defective. Because it is quite stran…
-
Ok looks like you have changed the scaling/zooming factor somehow. No idea how this can be done in touch screen mode. Maybe it helps when you edit /home/pi/.config/openbox/autostart to contain chromium-browser --force-device-scale-factor=1 --disabl…
-
In 0.94.4 - try e.g. sudo dpkg -i Repetier-Server-0.94.4-Linux.deb for pi where it should be fixed.