Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Maybe you are printing too low. If you are touching bed you can not extrude as bed closes extruder and motor makes the ticking sounds. These are steps lost.
-
When motor is on, how easy is it to extract filament? The question here is do you have force on it, which is required to put it through nozzle, or is it just enough force to move it without resistance. If it is the later case it could be motor not …
-
Yes and motor 1 is the fixed motor that does not move.
-
By default it works for the official pi display which uses hdmi with 800x480 pixel resolution. So question is what exactly the problem is? If you use the hdmi port I guess you need also a usb connection for the touch control and maybe install the dr…
-
If you do not start xserver with chrome and lcd frontend it might start working. Edit /home/pi/.bashrc at the end to not start xinit. Would not be the first time that not running this reduces power consumption enough to work. But it is easy to see i…
-
In config tool when you select the homing order the fields appear. I did mean to use z min pin directly, what I meant is you need to say you have a z min endstop and use the same pin for this as for z probe, so firmware knows they are identical.
-
After the first hour there are per hour curves as well and these would change the label. You see the zoom level at the time scale already. Did not want to add too much labels all around.
-
move ist im grunde komplizierter und wandelt es letztendlich nach vielen Tests in gcode um. Am ende ist also beides gleich, abe rmove object hat glaube ich 4 parameter die man übergeben muss.
-
These moves happen at x axis homing feedrate. If your endstops work reliable you can increase this. It will retest with slower speed anyway and you could even reduce retest speed if you increase homing speed.
-
Make sure z min pin and z probe pin are identical. That should make firmware run the start script as well for z probing. Also make sure to use homing order with preheat so you can define a position to probe so activating z probe works. Set preheat t…
-
@mathiasf78 < 19:39:01: Error:Temp. raised to slow. Rise = -0.14 after 301017 ms is the key here. It says I heated the extruder/bed for 30 seconds and it got 0.14°C colder. So it seems that the assigned thermistor did not get hotter. Typical re…
-
210.4 is also a valid value for z length. You can later change it in eeprom to match exactly your height. Changes are ok but you need to have a z max endstop defined or it will not stop at top. If you send M119 You should see a z max endstop and tr…
-
Siehe https://www.repetier-server.com/manuals/programming/API/index.html User websocket commands directlyIn the websocket chapter you will see all the small commands you normally use while you are displaying server status. Soem of them might also b…
-
YOu have configured host to show a fixed extrusion width. So even if slic3r extrudes wider it is not visible. You can select to compute width from layer height instead to get variable width. Or just ignor ethis visual difference as print will still …
-
These both values are independent. You can scroll temperature back in 15 Minutes to see the rest of the past 60 minutes. So zoom factor does not change viewable time span just the time you see at once.
-
If you use motorized leveling yo need to set the 3 fixture points according to the motors. G1 X0 Y0 is the reference coordinate. These points do not require to be reachable but must match the motor or the correction will happen on the wrong motors m…
-
Please check /var/lib/Repetie-rServer/logs/server.log and see what it says. Also check /var/log/syslog at that time. The pi does some energy saving if power goes below certain levels and that means it disconnects usb devices. You will see this in th…
-
Der Server selbst braucht vergleichsweise wenig Resourcen, da er nur die Daten weiterleitet. Browser hingegen verwenden sehr viel RAM wegen der dynamischen Inhalte. Kommt auch darauf an welche Seite gerade gerade sichtbar ist. Es wäre sicher sinnvol…
-
No z probe required. No autoleveling or distortion correction (which is for bumpy beds) #define FEATURE_AXISCOMP 1 Is all you need to enable it. See this code doing the transformation in BedLeveling.cpp: /* Transforms theoretical c…
-
Currently select marlin firmware to connect to RapRapFirmware which you probably are running on it. Next server release will have a dedicated RapRapFirmware definition file that will work better. OYu can switch that anytime in printer configuration-…
-
No at mega is the 8 bit version. But you could try updating the arduino ide. Current releases have 1.8.x also this exists very long and was even possible to compile with older arduino versions.
-
That means you want to use an unknown type somewhere. C++ error messages normally go over a couple of lines telling you exactly where the error happens and often more. That code part normally just compiles fine, at least with recent Arduino version …
-
This does in deed not sound like a host problem. Host just sends command firmware of printer executes. I did not really understand your error, just that x moves wrong and does not stop. So the big question is if your steps per mm are maybe just wron…
-
Yes, that is what you mean. If both layers are enabled it should give the right object. The crucial point however is that exporting them does not change the origin so that after importing to same coordinates it is complete object again.
-
Sounds a bit like heaters/thermistors are mixed. If extruder won't stop heating it compares to an other thermistor that is not that hot. Same might be the reason bed does not heat if it uses the extruder thermistor.
-
Extruder and bed temperature are not connected. If you send M140 S0 bed will stop heating of course. So check your gcode and analyse the log to see what goes on when it happens. It is either a command send or an error occuring and that is normally l…
-
You need to know the angles of the error, then it can be compensated. You need this function: /* If your printer is not exactly square but is more like a parallelogram, you can use this to compensate the effect of printing squares …
-
Have the same with this object. Other objects show up correctly. So the STL seems to not follow the right standard. I think the triangles have no normals or normals have not length 1. Windows version shows it interestingly correct and it seems to sl…
-
Idea is to have fixed xy as relative is bad here. You want a corner where no print is to expect. For Z i wanted in deed make a relative value as that makes most sense. Normally you just want some play and not be directly on top of the model.
-
Try to make a script without parameter. That might help with the @execute command. Also note that for execute there is a separate section in extcommands. is only for the menu.