Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Can happen when M115 does not return a known firmware name for marlin. In next release I want to use the set firmware type for this. In the meanwhile you can use repetier-server where this is already the case. Or you send manually M503 and see the…
-
Jamming is more a question to extruder vendor as they all have their own special problems. Normally it is a wrong assembly leaving a hollow place ot defect heat break that causes heat/filament to go to places they do not belong to. Also some have a …
-
That is no server question! Assuming you use repetier-firmware send M302 S1 to allow cold extrusion with extruder. Otherwise it will only move when being hot. sd card requires vfat formatted card or it will not be detected. Must also be mounter (d…
-
When you change to by-path you need to reboot the pi and you will get new names and ports to use. 1080p 30fps is normally too much bandwidth. I even have the case that viewed with firefox it would freeze firefox. Needed to go down to 10fps on that t…
-
The message about illegal position comes from firmware not host. Only the 3 values I gave you are used for dualX as you see in this method computing bed position etc: void PrinterType::updateDerived() { Motion1::homingFeedrate[A_AXIS] = Motion1:…
-
No. /home/pi is just your start folder. But you can go up normally. That is not a problem. You just need to find the right button in your sftp software.
-
The problem is in these lines: // Extra parameter in case you have a dual x axis#define DUAL_X_LEFT_OFFSET -17 //-64#define DUAL_X_RIGHT_OFFSET 317 //448.25// Minimum distance between both heads#define DUAL_X_MIN_DISTANCE 1 //X and A axes run on …
-
Erst mal curaengine im host ist für Multi-Extruder nicht so gut. Nimm besser PrusaSlicer dafür. Bei CuraEngine must du extruder 0 nutzen um extruder 1 auch nutzen zu können. Beim PrusaSlicer kannst du in Object Placement den Extruder auswählen den e…
-
See you are still on 0.92.9. Not sure about which problems existed there. Know it worked at least. What is the log from G28; home all axesG1 Z10 F50 ; lift nozzleG32 S0; Depending on setup this can cause illegal position and abort of G32. If you h…
-
Actually easy is not the right term here. You should be familiar with npm, angular and the problems of versions. Please wait for next release. There I have updated all dependencies to work with current versions correctly. So it might be easier. Will…
-
Don't know Tec 3 exactly but if it behaves like Pro 1 then measuring using the nozzle bends the bed. So you should probe below the fixture of the bed. That is why z is probed there. And afterwards it moves to homing position in that case. Prue x or …
-
Do they run if you help them? That is a known problem and the reason we have a kickstart function to give them more power when you start from 0. It's defined here /** Some fans won't start for low values, but would run if started with higher power a…
-
Root has no password and you can not login with that user. If you just need to access the server data directory you can login using ssh and then run sudo chmod -R a+rw /var/lib/Repetier-Server to make all files read and writeable by all users, so y…
-
Actually server has a solution. Go to printer configuration and enable rescue. This will log in a file what part already got send, what current temperatures, fan, etc set are. When server restarts it sees this and offers to continue the print. Same …
-
License will be valid up until 1.xx version and work with them unlimited in time. The dvd will contain the version current at the time you bought it, which is the same as on our download page. It does not contain the pi image which I would install i…
-
You need to change it in firmware eeprom. Or you tell host that your bed starts at x=20 to get center the same! Both must have the same coordinate system or you will always have a difference.
-
Great that it worked. Also if ping pong works without it should also start, just being faster and cause less timeouts on errors. It just changes handling of command sending no physical connection parameter.
-
M109 S50 would wait for 50°C. At that there is no risk disabling extruders normally. After that add M104 S0 to disable it completely. Problem is it will still heat and start swinging around 50°C. Alternatively do M104 S0 G4 S300 ; Wait 5 minutes fo…
-
That is more a hardware thing I can not answer for sure. Guess it will always be the voltage you have on it. What you can do is just MAX_FAN_PWM /** Defines the max. fan speed for M106 controlled fans. Normally 255 to use full range, but for 12V fa…
-
Is your homing direction 1? What does M114 return after homing? Normally there is no move after what you described, except if you might have set homing position and then in tries to go to that position. To get the rotation correct you needed to inve…
-
Some more testing shows that reloading deletes the session in local storage. Will check why so it lasts longer.
-
Nice idea. Will make the split for more the 4 extra entries to keep them balanced more.
-
Are these identical webcams? If they are identical make sure /usr/local/Repetier-Setup/etc/webcam.conf containsWEBCAM_DIR=/dev/v4l/by-path/*and not by-id - with identical ids you would only see one.If different webcams runsudo /usr/local/Repetier-S…
-
Ok after some more more test with pi webcam 1920x1080, quality 85% - 10 FPS: Works good on firefox, cpu load 75-90% - 15 FPS: Lagging stream, not usable cpu load 125% - 30 FPS: Total freeze, cpu > 100% So the truth is that high res mjpg is just …
-
Ok these are good hints. Using https://www.cctvcalculator.net/en/calculations/bandwidth-calculator/ I got a bandwidth of 94.9 mBit/s so that would be clearly too much for wifi. With ethernet it should work if you have gigabit network to client. What…
-
End stops must be L when untriggered. SO assuming pins were correct you need the inverted method in config tool. That may also prevent moves/homing. Extruder will only run if hot or if you allow cold extrusion using M302 S1 It might also be that yo…
-
Your user must be member of group dialout to be allowed to access serial devices. root is of course but you seem to be no member so far. So add yourself to that group and it should work without sudo.
-
Then please show a screenshot where you grouped the 2 objects that show the problem. For me it always works so you are doing something differently then I do which you need to find out.
-
Our host does not detect that it would be supported, so it does not do it. You can disable easy mode and send M503 then you see in log the commands to change the eeprom settings with current values. Send them with adjusted parameter and then store t…
-
1. The session is stored in memory on server side and in local storage on browser side. So if server restarts or local storage gets cleared it will loose it's validity and you need to login again. Normally the browser side is permanent and it just f…