Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, that is the option I meant. If you define it in configuration.h it uses a different solution to move which is faster and does not need the virtual double resolution (which is why it is faster). But it uses the nonlinear handling from delta prin…
-
The show on printer lcd status line disable is all you need. Ok ip will still be chown but at that moment display is still ok, right? That is the only command - there are some commands that show print time but even prusa slicer adds them to gcode s…
-
Im drucker kontext menü "Logs" aus wählen und dann checkbox für drucke loggen. Der nächste Druck wird dann gelogt und log kann dort dann auch runter geladen werden. Hoffe das bremst ihn nicht zu sehr - also hinterher wieder ausschalten. Ist wirklich…
-
Kannst du den anfang mal loggen (also richtig mit aktivem log) und posten. Ohne zu sehen was da passiert ist es nur raten.
-
Do you have fast corexy enabled? This sounds like he wants to execute the complete move but end stop triggered prevent motor motion. Normally you have one move and it hets canceled and he moves back. With fast corexy the move is split into several m…
-
You can also reinstall hf version in our image. You still keep all the advantages like wifi/webcam setup.
-
Upgrade to 2.1.6. At which state does it freeze? One thing you always can try is open regedit and rename HKCU/Software/repetier to an other name (there all settings are stored) and start. Then it recreates settings - just in case a setting is causi…
-
dtoverlay=pi3-miniuart-bt erzeugt normalerweise mehr probleme als es löst. Wie gesagt ich hab es nicht drin und es klappt prima. Nach dem RUN_CHROME=0 muss neu gebootet werden. Damit hat der pi zero viel mehr ram frei weil chrome und X11 nicht lauf…
-
Actually all we can do is tell prusa firmware what we want in status line (M117) or print progress. There is no gcode to clear the display and not to update it. Until now this only happened once to me and that was not during printing. If that happen…
-
< 18:33:06.074: N1540885 G1 X169.970 Y270.658 E19.3891 > 18:33:23.902: start > 18:33:23.902: Info:PowerUpDas heist erst mal das der Drucker neu gestartet wurde. Und das während des drucks. Ich nehme an dein Timeout ist 3s und weil er zwisch…
-
No it is still on todo for V2.
-
Das mit dem Ping-Pong wundert mich ehrlich gesagt. Im Ping-Pong Modus wird immer nur eine Zeile gesendet und dann auf ok gewartet, was bei Kommunikationsfehlern schneller zu einem Timeout kommt. Habe selber einen pi zero w am einsy board dran und o…
-
If a new printer works I would expect deactivate/activate to also work. I will have an extra look on deactivate if it does not reset a variable that might prevent reconnecting, also I often do this e.g. for uploading a new firmware for testing. Can…
-
That is a bit too special for a general addition, but you can add it easily already. See Manual->Advanced Setup how to create/modify (our pi image one already) it. If your printer has slug xxx you just add to the slug like and the command will …
-
If you had installed our image (preferred way for pi) you would have the option. See manual advanced setup there is described how to write a extcommands.xml file that adds os commands like shutdown/reboot (that is the example:-) to the menu (gear to…
-
Yes @ and ;@ both work. ;@ was added so if it gets copied to other osftware or sd card it just gets ignored as comment.
-
> I try to use cURL to submit form-data with this stored file, but seems that only works with local files, not remote files. what do you mean with only local files? Of course the file you want to attach to curl must be locally present. The curl t…
-
See github config file at the end // #define MOTOR_DRIVER_x StepperDriverWithEndstop var(300,10,50)#define MOTOR_DRIVER_1(var) StepperDriver var(100.0f, 5.0f) You see if you use StepperDriverWithEndstop there is a endstop pin/pullup/invert setting …
-
Reason is the prime line prusa slicer profiles generate. They are at y=-3. YOu need to say ymin and front in bed shape are at -3.5 and not 0. Then the message disappears. You should also tell server not to use it for size computations. In start gco…
-
Funktioniert denn der Webcam tab weiter oben? Ich hab noch mal nachgesehen und es erscheint wenn du die Pro version hast (oder der Testzeitraum aktiv ist) und die Webcam configuriert ist.
-
Firmware also supports extra stepper driver also they can not be used during moves, they can be used using G20x commands when motion is stopped. One version also supports end stops. So use these drivers instead and put the G20x commands in the extru…
-
Sounds like in filament setting you use the diameter is in wrong format. Maybe used a , instead of .?
-
Beim Druck zeigt das Fenster die 3d Vorschau zuerst. Wenn du darauf klickst ändert sich die Vorschau aber zur webcam. Auch oben auf das Icon kannst du klicken zum wechseln. Sollte klappen wenn webcam auch angezeigt wird. Das gleiche ist auch in Kons…
-
Don't think it will work (the image). Had same problem with Pi 3+ that a new kernel was required to support the board. What should work is install it on older pi and upgrade linux so it uses new kernel. We will do that for next image with 0.92.0 al…
-
Do you always move back from end stop so it 100% untriggers? If not it might trigger the delayed sequence also I do not see why. Must be a move that it want to do but where steps are blocked due to end stop triggered, otherwise you would see it.
-
How do you run the files? As I said you must run from host not from sd card. From sd card host commands are ignored.
-
The one that appears if you connect the printer to computer. On linux use one starting with /dev/serial/by-id.
-
Scale on loading is to adjust to different units e.g. object is in inch and host needs mm so it scales all axes. What you need is to mark object after loading and select the scale button in right toolbar above object names. There you can scale or r…
-
Sounds like that means RepRapFirmware which is what comes from board developer. That is supported.