Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Is that the SAM51 based duet board? Yes, they have a bootloader. I will see if I can add it. Thats the same solution we already use for avr. The only thing is we wanted to only show it when it is possible and I have no idea how to tell which arm boa…
-
It does not matter if you use other commands using D9. If extruder cooler uses D9 it will also constantly set it's pwm value so you have 2 functions setting it to what they want and none gets what it wants. So only way is to check firmware configura…
-
You need to make sure no other function uses the same pin or they influence each other. Look especially for extruder heater and cooler fan definitions. Heatbed normally uses D8 on ramps as that is the only one allowing 10A.
-
Disconnected is same as broken cable so that resistance is high value. So a short is the negative extreme. If you unplug and measure resistance it should then be quite low while it is normally 100k at room temperature (25°C). That would be a good te…
-
AVR boards are directly flashable. Most arm boards use the file to sd card solution for which we have the firmware download. In theory they should also support dfu but that uses different start adresses to flash so you do not overwrite the sd update…
-
It say bed has 18°C but is disabled. Extruder measures -273.1°C which I don't believe. So that seems like sensor cable not connected/broken/shorted or sensor defect. Due to all movements the cables might break at some time and no contact makes it m…
-
Thanks. Have update dthe next manual to have a extra section describing how to call klipper scripts. As it looks this is just a one time call to get the can0 id. And the can bus greatly depends on what you use and differs anyway, so there is no one …
-
You should prefer the AppImage version. Looks like you are using the tar version, but here you depend more on installed mono version and I guess it is a issue with what is installed. That version also has the PrusaSLicer included so easier to get ru…
-
Yes, thats good power so far. So guess you will now see a message like Sep 21 14:49:34 Repetier-Server kernel: [27513.884540] usb usb1-port1: disabled by hub (EMI?), re-enabling... Telling that USB hub disconnected device.
-
You are using Marlin V1 firmware which is nor from us, so can not say much about firmware errors. Guess it at least reads high values causing it to trigge rthe MAXTEMP error. You have the temperature filter active so in log it is not visible whch t…
-
> printer slug is name of the printer wright? Depends on name. You see it in url how it is named if you select one of the printer pages. If you have installed it it is also the only directory in that folder, so should be easy to determine. Do yo…
-
/opt/klipper//klippy-env/bin/python /opt/klipper//scripts/canbus_query.py I think should do
-
In server you always use the klipper socket as serial. The real serial is used by klippe rinternally and defined in your printer config. Just make sure that it is readable/writeable by repetierserver which is a known issue if klipper runs as pi and …
-
Backup erstellen mit Monitor lädt die Dateien alle einzeln, aber bei Verbindungsproblemen wirds schwierig. Sollte also stabile Verbindung haben. Kann auch eine defekte Datei sein die Probleme macht, müsste man server.log sehen ob wa schiefgeht. Die…
-
Check https://reprap.org/wiki/Arduino_Mega_Pololu_Shield it contains informations about all board version. 1.1 and 1.2 have in deed different dir/step/enable pins, but that was not very wide spread.
-
Our Klipper system has Klipper under /opt/klipper/ which is the equivalent to ~/klipper on their sample pi installation. Just note that owne ris repetierserver and not pi so we have no issues communicating with klipper.
-
Gah mal im Taskmanage runter Dienste und dann unten auf "Dienste öffnen" um das Diensteprogramm zu starten. Da sollte der Repetier-Server stehen. Da er ja prinzipiell funktioniert vermute ich das da bei dir warum auch immer unter "Starttyp" ein Manu…
-
Looks like you should be lucky the print worked at all (due to silent reconnect). I saw e.g. 2022-11-01 15:14:17: error: Reading serial conection failed: End of file. Closing connection.2022-11-01 15:14:17: Connection closed during print ... trying…
-
If you home to bed check M119 it should show z min triggered or at least have z min end stop and most likely no z max. If you send G1 Z10 F600 it should separate 10mm from bed away. If M119 show z max endstop instead also it homed to correct direc…
-
We are still completely developing for V1 so there is no definitive plans.
-
Den GPIO PWM kannst du mit den gpio Einstellungen einrichten und dem Drucker zuordnen. Dann kannst du auch die PWM Last wählen. Eine steuerung oder geregelte Anzeige ist von Haus nicht implementiert. Hierzu bräuchtest du einen Microservice auf dem …
-
I tested a reboot and it takes 40-50s depends on pi and sd card speed. Newer images use bullseye and depending on hardware connected some detections may take longer, can't say as is might differ. Especially configured hardware failing can extend tim…
-
Gleich veröffentlichen wir 1.4.3 wo wir alle bekannten Bugs behoben haben, auch welche mit der ersten Verbindung. Dabei hatten wir allerdings nie einen Absturz beim verbinden, aber bitte dennoch erst mal aktualisieren. Wenn er immer noch abstürzt -…
-
M140 S0 sets bed temperature to 0, so not relevant if that gets ignored. If sd card and host result in same error it is either g-code or interpretation of g-code. What might be problematic are very small arcs or arcs close to 360°. Here rounding er…
-
Looks like you have a ramps board. #define EXT0_ENABLE_PIN ORIG_E0_ENABLE_PIN sets the extruder enable pin and with ramps being most used board it is correct. Does the delta have only one extruder? In that case move to second motor socket assigning…
-
Selecting legacy webcam does the same selecting old video driver. I have added the transformation solution for touch screen in case someone else needs this. This mainly depends on rotation option. The hdmi rotate solution I used to pi display did n…
-
Ich glaub homeassistant kann das nicht drehen und mjpg_streamer auch nicht. Wir wissen das sie gedreht werden muss und machen das in der Ausgabe der Webseite. Auch beim rendern des Videos berücksichtigen wir das. Aber das Originalbild kommt in der t…
-
> 12 VDC on the ENABLE pin. Hope not. Enable pin is signal pin wanting 5v only. If it works just only always in wrong direction your dir pin might be defect or stepper driver. That pin decides motor direction. If chip ha sit defect so it can not…
-
In 1.4.3 you can edit complete g-codes stored in projects. At least if browser has enough ram for it. G-Codes in model repository are already editable. You can view it layerwise and clicking on a line you can modify that line. This was added long a…
-
> Do you mean rename~/.mono/registry/CurrentUser/software/repetier? Do I just rename it repetier? yes that folder, $mv repetier repetier2$mv repetier2 repetier second command undoes first so you get error back. So just rename it to repetier2 a…