Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
We are using 1.0 always as we are developing it and have no server hangs, so it is not a bug in firmware. It depends of course on configuration. As I said dev needs a bit more ram so you may need to reduce subbuffers on deltas to get the required me…
-
2.0.1 is host version. But commands are interpreted by firmware so you need to tweak firmware to do that automatically on G28. In Host all you can do is modify a script button to send G28 G1 Z10 and click that button instead. Or make it directly a…
-
They update quite often so we can not follow every update. When we update we will include the latest version of course. The trick is to point to the console version and not the gui version and select the "Slic3r Prusa Edition" slicer to it not the …
-
Haven't changed it since it was added, so good question. Need to test it.
-
Host also has a field homing position that you need to set to 95!
-
Calibrate endstop offsets relative to bed if you can not use G32 S2. As you describe it the bed is rotated and that is what G32 fixes normally but required endstop. Trick with endstop is to select reagions that you can reach when activated. Since i…
-
At least in 1.0 you can do this: // If you do z min homing, you might want to rise extruder a bit after homing so it does not heat // touching your bed. #define Z_UP_AFTER_HOME 0
-
Just check for nan and 0 where a value is needed. You can also overwrite with configuration settings M501 M500 Which should also fix that. This happens if you change to add new functions after first upload, then new functions are not initialized si…
-
It's already in 1.0. We do not fix older versions.
-
M120 uses same as lcd so you should use that in case the tone version does not work for some reason.
-
That depends on your board and display/beeper. Both use different functions. lcd just turns it on for a while while M300 tries to make a sound with fixed frequency using the tone function. So this requires a free PWM for tone and a direct connection…
-
09:40:42.744 : Error:M11409:40:42.744 : X:NAN Y:NAN Z:NAN E:NAN you should check your eeprom. I guess it contains some invalid numbers causing NaN which prevents movements.
-
Shouldn't inverting POWER_INVERTING do the same trick? At least with 1.0 which has this code: #if defined(ENABLE_POWER_ON_STARTUP) && ENABLE_POWER_ON_STARTUP && (PS_ON_PIN>-1) SET_OUTPUT(PS_ON_PIN); //GND …
-
That is in deed strange. Try enabling/disabling some other functions and see if it then works. At least with the !!! bug in uploader it works often as it changes code positions.
-
Not sure what you mean by invert X in host but that has no influence on firmware. Always check log with problems. If printer does not move firmware might have activated ignoring everything until M999 for an error reason.
-
it appears in Setup menu Autolevel Bed = G32, Measure Distortion = G33
-
Since it is no extrusion it is shown as travel moves. Check the toolbar - there are 2 icons - one to enable filament visualization and one to show travel moves. I guess travel moves is just disabled.
-
In our firmware you could do exactly that. External solutions are possible but require programming skills to implement. Simplest solution is that you can send gcode to server with e.g. curl and send "@pause no filament" as command. That would cause…
-
Not sure about that. I think both - usb and main power then deliver power and if power fluctuates from main power e.g. because heated bed turns on this can drop voltage. A nice test with repetier-firmware is M111 S24 which makes firmware just ack a…
-
avrdude: verification error, first mismatch at byte 0x0000 0x0f != 0x0cavrdude: verification error; content mismatch that comes from the uploader which does not care about the code it self. It verifies result at the end to check if upload w…
-
That's why we call it an error. Only way is to print with host/server and enable logging. Then you can see the context also you need to check several commands before the error as it caches moves so reason may be up to 100 lines before BLK.
-
That is what I guessed. You power the printer over usb that is why an active hub can make a difference. But it is just a try. I also have them connected directly and no problems.
-
Sind ja nach dem neustart kühler weil sie abgeschaltet wurden. Die Treiber haben ja heutzutage Schutz gegen Kurzschluss und Überhitzung. Aber ist nicht wirklich mein Bereich wo ich mich auskenne. Bekomme ja nur Funktionsfähige Drucker:-) Nema 23 ist…
-
From image documentation: Rotate DisplayDepending on how you have mounted the display, you may need to rotate the screen. To do this, login and runsudo nano /boot/config.txtand search for a line# Rotate screen 180° lcd_rotate=2A value of 0 is no ro…
-
No, you can not inject server commands firmware side. For some functions there are responses that trigger function, but not autostart. You could do this with a lua module that listens to responses and does inject it then. But that requires a bit pro…
-
Da du selbst geschreiben hast das die step Signale am Treiber ankommen ist es kein Fimrwareproblem sondern ein hardwareproblem. Das zeigt eigentlich auch das reset nicht hilft und stromaus schon. Meine Vermutung ist Überhitzung der Motortreiber. Ma…
-
Log is a bit incomplete, so I can only guess but looks like the back channel stopped working. So server got no "ok" and hence did not send new commands except on timeout since that means no "ok" but expected them so sending new ones. This serial-us…
-
Thanks. Found it and fixed it in dev for next update.
-
Install 1.0 dev there it is included in menus.
-
Exactly. There is no other interface then web.