Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Make sure #define ENDSTOP_Y_BACK_MOVE 5is a positive value. Negative would be in the endstop and that move does not test endstop! So with negative value you should exactly get your behaviour.
-
What does the model info (gear icon on file) show. Does it have faces at all or is it a format that is not readable by host. If your cad can read back the exported model, please provide a sample for analysis.
-
Might depend on permissions you mount the nas. The server runs as user repetierserver and not pi which is what you are when being logged in. At startup a script changes permission to repetieruser recusively while being root, but here again nas can b…
-
No, only one side should use this or signals will at best give nonsense. I already wonder that it is no problem with the serial/usb converter connected to same pins. But ok, no double use on same pins please. As marlin works with it I'd assume powe…
-
Wrong heating rates can in deed increase time for preheating. But a new firmware version can not be the reason, as this is computed by a wizard or entered by hand. So normally I'd expect that you need to change it to get new result. But there might …
-
This is a bug in server I think. If you check the log you will see that it also sends last Z position which is now invalid due to reset. Correctly it should only send a pure E move.
-
8 bit and graphic display on a delta just do not play nice, that is well known. The problem is that we have not enough ram to buffer the 0.1s the display update takes plus delta code already taking much cpu power. So for V1 I see no room for improve…
-
Ok, Fehler ist gefunden und behoben für 0.90.0. Du hast den 2. Extruder nicht konfiguriert aber genutzt was in der Oberfläche zum Fehler führt. Setze in der Konfig im server 2 extruder und es klappt.
-
I think slic3r has already an option for this. You definitively want this handled in slicer or a slicer postprocessor. For CuraEngine there is a sloution in recent discussions, only a few days ago.
-
Du musst DRIVE_SYSTEM auf die richtige core variante setzen, steht offenbar auf kartesischen drucker. Dann vermutlich Schritte mal 2 oder mal wurzel(2).
-
Assuming you use marlin, you can set in in configuration_adv.h The only problem with all this, it would explain why server stops or gets problems sending commands, but it is no explainations for extruder knocking to the wall. Server just sends the …
-
Wrong firmware selection in slic3r. You have mach3 selected, which uses A not E.
-
There were fixes/changes in time calculation so with the upgrade server needed to recompute with new algorithms. That make sit slow at startup until it is through all your gcodes. This does not change the real printing time as the gcode stays the sa…
-
You can try to run a dist-upgrade on the old pi to switch to debian jessie. That is what you need so linux gets compatible with Pi 3B+ and the main difference between V7 and V8. All your server settings are stored in /var/lib/Repetier-Server so you …
-
Interface was designed with wide screen in mind, so we only have have breakpoints for the common wide screen resolutions. You can download the sources for the printer frontend and modify the sass main config and add your resolution instead. Then it …
-
No, the 3+ is the latest and requires a newer linux. Our latest image uses this, so if you are based on that image it will work, otherwise you will need to install latest image that is compatible. Our software it self has no problems, but linux need…
-
Who says this? gcode at the end or host time computation? Only reason for wrong time in host computation would be using slower feed rates for printing. Have a look at the Fxxx parts where speeds get set.
-
What is nodemcu? Did you configure firmware to have a second serial connector? Does it use the right pins for communication? Connect to host over usb interface in parallel so you see restart reason. If you see brown out you know it was too much f…
-
The first timeout can happen with communication errors. Your firmware does not send line numbers with "ok" so there is no way to see if one ok was missed. So at some time when you have missed enough ok you will get such a timeout and then it should …
-
p->calculateMove(axisDistanceMM, pathOptimize, p->primaryAxis); //// reset jerk here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! } #endif resetting maxJerk in calculateMove void all your tries to set it to 70 of course.
-
@Roko good point. Yes, default is to reduce up to 1mm. Did you run A G33 maybe? Then run G33 R0 to reset distortion matrix.
-
G29 just sets z to average height while G32 does compute a bed rotation, so there is a big difference.
-
You are simply using symbolic pin names that are not defined for your board, see for example fastio.h:29: error: 'DIOHEATER_7_PIN_WPORT' was not declared in this scope That is because you used HEATER_7_PIN in configuration, but your board has not d…
-
WCW uses the comment at the end for detecting values. So make sure it keeps intact and valid json string. Will check the version numbers.
-
Plan is release on june. Just working on the last subfunctions and testing.
-
Die Ausgabe in der Javascriptkonsole mit der Meldung wäre hilfreich. Rechte Maustaste und Element Untersuchen wählen. Dann Konsole wählen. Im screenshot sehe ich das zumindest was im Javascript schief gegangen ist. Warum T1 dazu führt ist allerdings…
-
Not sure what new B+ is 1, 2 or 3. In general the license will not work, so deactivate it before moving. Everything else should work. Maybe you get another ip from your router so you need to access that instead. Only when switching to Pi 1 B+ you ge…