Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Server has also the ACK switch in commands, the only place where you can see the wait in the server.
-
Hört sich an als ob der Ping-Pong Modus nicht so gut ist. Grundsätzlich wird ja der gleiche G-Code gesendet. Jetzt hat eine sd Karte eine geringe latenz für neue Befehle, wohingegen per USB eine Latenz für die USB->Serial Konverter hinzu kommt. W…
-
Ye, my fault. Did run a new a line too late. Have send a test version for pi to xin for testing. If he reports it works it will be in 0.90.2 then.
-
No that is fine, just look a bit before that #define E2_PINS ORIG_E2_STEP_PIN,ORIG_E2_DIR_PIN,ORIG_E2_ENABLE_PIN, uses ORIG_E2_STEP_PIN,ORIG_E2_DIR_PIN,ORIG_E2_ENABLE_PIN whcih are originally also not there, so they must be defined in your oem pins…
-
CS is chip select pin. You have that also in marlin. For the ST920 chip (which is what reprapdiscount graphic controler also uses) you need these pins set correctly // SCK Pin: UI_DISPLAY_D4_PIN // Mosi Pin: UI_DISPLAY_ENABLE_PIN …
-
Not having a prusa printer makes it hard to optimize single printer solutions. T: is the current extruder temperature. Do I understand it correctly that prusa uses this for the active device waiting for target temperature or was this a extruder exa…
-
Thanks. Yes I missed that. Have fixed it for next update.
-
Just paste the 2 section for that motherboard. The rest of the pins.h is not of interest here. 33 is the old RAMPS 1.3 and it has only these values defined: #define HEATER_0_PIN 10 #define HEATER_1_PIN 8 #define HEATER…
-
Host and firmware have no preferred or different behaviour for positions. What I have heard about are similar problems with positions and in the end it was a defect cable that broke or caused a short at some positions as moves bend the cables here a…
-
Please enable logging and post the log from sending the command until reset. I need the full log not a filtered version like you get it in console, also if you enable ACK and commands that would normally also work.
-
We should be able to read all standard stl files. Unfortunately several exporters may violate parts of the standard or at least have a difference to what we expect. So if you can post a sample stl that does not work I can check why this happens and …
-
Ok, that is bad as it means the printer is restarting and you need to find out what causes this. As a counter test print from sd card. It should abort as well, because a reset also stops a sd print.
-
If you use config tool a working 0.92 should upgrade to 1.0 by uploading it. You would then see in orange what gots added and needs your attention. Normally not a big deal. One problem might be that you use a board we do not know. So if you have a …
-
If sd card is inserted firmware tries to mount it. If it then hangs it seems there is a SPI problem between sd card and TMC2130 SPI. Unfortunately I do not have these drivers and did not write the support code. But there are some threads about this …
-
wait is no problem. If you are not printing it is normal to see them from time to time. Log looks absolutely perfect.
-
Yes, that is a known bug only showing first layers. It happens if slic3r generates relative extruder coordinates. Have fixed it already for next update.
-
Not that I know. I'm quite sure at the beginning it was only delta and later on 1.0 I added this for cartesian.
-
First run M119 and see if all endstops are low. If not moves may not happen. Normally if + direction works the minus is also working, but minus requires endstop to be low. Minus also requires a positive position and at start you are at 0,0 so form s…
-
So you see the files? In that case make sure they only contain at maximum 26 ascii chars. Not more or they can not be opened. If that is not the problem, try first not using TMC2130 - I mean not the feature, you can still use the chips. That way yo…
-
I was always talking about 1.0.2. 0.92 has no working distortion correction for cartesian printers, only for deltas.
-
Your log did not look like you used sd card anyway, so sd card is not the problem I think. If you connect and hit reset key on your printer you should see after "start" a info that firmware started due to a reset. Same if watchdog was triggered. At…
-
Once temperature is out of the PID_CONTROL_RANGE windows heater will kick in full or be disabled. Make sure fans never make it move outside this windows. In general PID always will have overswings when temperature changed too much. M303 has differen…
-
The graph only shows active extruder not all extruders! So make extruder 2 active and you see the graph from second extruder. If it does not measure temperatures it will go into fail state normally and no heating is possible. Check the log. Typical…
-
Ok, also a good solution. Even better because it does not require root permissions to execute the script.
-
Use serial connection and /tmp/printer as link. It is important to use latest github version of klipper. Klipper in 0.6 does not set the permissions for the device correctly, but if you use latest github version of klipper the fix will do that.
-
Send M115 and it tells you when it was compiled in log. It is in the first line of response I think.
-
I see a start after layer 1. Firmware sends "start" when they power on. What I do not see is the start reason I normally see with repetier-firmware, so I can not say why the printer started mid print. start also resets temperatures so that would mat…
-
Mobile phones do not use 3A while a pi3+ does wants that much also this depends on how much you connect and cpu usage. So be sure to use a goo done that also have thick wires. I have seen usb cables already reducing voltage < 5V from thin wires. …
-
Please enable logging and run and show where it hangs and what the log shows. It is always possible that a bug causes a hang, but my scripts worked so far. But when we know what to look at we can say if it is a bug or just a communication hang.
-
We are not making the hardware. It is not our fault if a computer does not work with the wanted hardware. According to https://elinux.org/RPi_USB_Webcams if should work. But that was without a display also using a good portion of power. So try with …