Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, no auto uploader for this for same reason. Also not sure if we will get upload folders. For them to work we would make a folder for each project just to watch them. Could get quite a lot especially since they can be nested in subfolders. And we…
-
Hard to say what exactly is going on especially since I do not own a mxing extruder. Tx is handled in Extruder.cpp in command void Extruder::selectExtruderById(uint8_t extruderId) Are you staying at T0 all the time? If not your select and deselect …
-
I have no problems with german (native speaker) but for others to follow and be help for them we prefer english. #define HOMING_ORDER HOME_ORDER_YXZ #define ZHOME_PRE_RAISE 0 #define ZHOME_PRE_RAISE_DISTANCE 10 #define RAISE_Z_ON_TOOLCHANGE 0 #defi…
-
No real fix for it. That curaengine version needs to start with first extruder assigned to a job. However you can write a version where start code will use e.g. second extruder by selecting it and explicitly assigns the temperature to that extruder.…
-
Maybe I could add an extra variable that sets offset. Then client knowing it would add offset to total layers and current layer. But it will be a big confusion when suddenly the number of layers changes while other clients show old value. Alone on o…
-
Activate end stop debug M111 S70 and check if it correctly triggers when being pushed. Also check M119 to show end stops correctly. Move direction is defined by homing direction. 1 -> max, -1 -> min If end stops are reported triggered the mo…
-
Monitor has currently no support for projects. gcodes were not meant to be handled by projects when we started them. They were meant to store the stl/3mf files and extra infos. So currently you need to open the printer gui (can also be done from mon…
-
Das ist nur wie ich den Drucker genannt habe bei dem es erscheint. Firmware ist egal da wir es ja unabhängig von der Firmware steuern.
-
No editor to edit files we have no permission for if you mean that.
-
Your image can not be found, maybe incomplete link. ifconfig in ssh-shell will show you how pi network is configured. route -n will show routing entries. Normally they are received from network(router) dhcp server. As long as you can not ping the …
-
If you look into the console you see that server just sends G28 - execution lies on firmware side, so that is more a firmware than a server issue and needs to be fixed in firmware configuration.
-
Does z move at all? Does M119 correct end stops? I know you get a watchdog reset on z home if your stepper frequency gets too high. I saw you have 1600 steps homing with 10 mm/s so 16000 on a due. That is normally no issue and watchdog gets reset fa…
-
Is pi connected with your intranet or over access point with your mobile only? What url are you using on desktop? Can you run in console on windows: ping ipOfPi to see it is reachable from the computer.
-
Normal beinflusst das abdehen keinen Verbindungsverlust. Es gibt aber ausnahmen - log dich per ssh ein und lass tail -f /var/log/syslog laufen. Dann siehst du was linux loggt bis du ctrl+C drückst. Dann schalte den Drucker aus und sieh ob der andere…
-
Rule in server is that every z height where new extrusion starts gets an own layer starting with 1. Some slicers even start with negative layer number if they have a raft. Then raft layers are not counted. So they tend to do what they like with inte…
-
Vermutlich, ist ja der gleiche sensor. Nur hat mein Kabel ganz andere Farben und wie gesagt ich greif es unten am Stecker ab und da hat sich das noch mal gespiegelt. Aber hab gesehen du hast den anderen Eintrag ja gefunden mit der Belegung die ich h…
-
Sorry, Fehle rin der Anleitung - muss /etc/default/klipper heißen. Hast du klipper auch neu gestartet? Default ist ja /tmp/printer.
-
As you see from compile error, userpins.h must be in extra sub folder or it does not get found. ENDSTOP_NONE(endstopXMin)ENDSTOP_SWITCH_HW(endstopXMax, IOEndstopXMax, X_AXIS, false) is more likely the problem. You say no x min and for xmax you say…
-
Einfach von hand /tmp/printer eintragen. In der Liste stehen nur geräte unter /dev/... aber da legt klipper den link nicht ab. Wenn du unser image nutzt sollte das so klappen ansonsten sieh bei den FAQ nach wie du die rechte anpasst, damit du /tmp/p…
-
Alle einstellungen stehen unter /var/lib/Repetier-Server - wenn man den server stoppt und alles darunter löscht legt er es beim neustart neu an.
-
Unter "Run G-Code on change" ist genau mein Filamentbeispiel. Pin kommt halt drauf an wo do ihn rein steckst. Für die Pinbelegung hab ich gegoogelt gehabt und ein video dazu gefunden. Einer 3.3V, einer gnd einer pin aber je nachdem ob man es oben od…
-
Das hier ist dein Problem vermutlich: https://www.repetier-server.com/knowledgebase/serial-association-changes-on-linux-system/
-
I had never heard of griffin before. But I also have no ultimaker printers. Googling it seems to be a worker at ultimaker and they use a firmware named griffin, so probably created by him. But I found no documentation for griffin at all. Might expla…
-
Du hinkst etwas hinterher:-) Problem ist das die Sidewinder Firmware keine Meldung über serielle Schnittstelle ausgibt, und der Sensor so nicht erkannt werden kann. Hab dann für meine X1 den Sensor mit dem pi verbunden und wie in https://www.repetie…
-
You should not overwrite radds pins. Set board to MOTHERBOARD_USER_DEFINED_DUE and you can put your definition in extra/userpins.h so you can on updates just copy your file and all is good. When y move changes x dir pin you likely have the x dir p…
-
Super. Hatte letztens eine Fehlersuche genau wegen dem Problem. Weil der Fehler im interrupt erkannt wurde war es nicht möglich die übliche Meldung an die serielle Schnittstelle zu senden. Sollte in Marlin 2.0.9+ behoben sein. Möglicherweise also di…
-
That would be a hack. What if you then change the slicer or if the purge line has same hight as first print layer (I think it is the purge line with it's fixed z height that causes the extra layer)? And for vase mode it would also be differently. Pl…
-
Sieht ja aus als ob eine usb Kamera vorhanden sein sollte. Über ssh login einmal sudo /usr/local/Repetier-Setup/bin/startAllCams aufrufen und sehen ob es Fehlermeldungen gibt. mjpg_streamer schreibt auch vieles in /var/log/syslog daher hier mal die …
-
Hab es mal selber ausprobiert. Das Problem ist der websocket. Es wird versucht den websocket über die ip v6 addresse zu öffnen. Chrome, Firefox können das, aber Apple mag das im Safari nicht. Auch der Safari unter OS X kann es nicht. Für ipv6 musst …
-
Signals are changed in stepper interrupt. At start it disables step signals, set dir. So at 100KHz you have step high time 1000000/100000 = 10us. But it 100Khz speed it enables directly after it. So if you need also 2.5us low time limit is 50KHz. as…