Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Please try our latest image V11. We have added some wifi fixes there that we came to know existed under some conditions. So we expect this image to be more stable. And I think it uses a newer debian version then the image with 0.80.
-
First bowden is always a bit of extra problem. It is more like a long spring which means to remove the pressure from the nozzle you need to retract much more then on a direct extruder. I have a good bowden system only requiring 2-3mm retract and a b…
-
With such problems it is better first not to mix. So start with G32 S2 see what it reports as rotation and verify it does correct in the right direction and see how good it corrects. If you have a mesh measurement during G32 it will average the curv…
-
Normally we detect it is same hardware and it will reuse the activated license. In general you should deactivate a license when you plan to upload a new image so the license is returned in any case. If none the less you lost all 5 licenses from thes…
-
New firmware V2 will support up to 7 axes, so we are on it:-) It has now A,B,C as additional axes.
-
Exactly, the settings are used to compute printing time and remaining time during print. We do not modify any gcodes if send. Also be aware about this article: https://www.repetier-server.com/using-simplify-3d-repetier-server/ that shows how a gcode…
-
Did you use the sample configuration for dual x axis? You define the bed area with min/max so xmin 0 and xmax 200. The parking positions are defined with these parameters // Extra parameter in case oyu have a dual x axis#define DUAL_X_LEFT_OFFSET…
-
Server it self only manages wifi if not connected. Ethernet is not touched by our software. Normally you would go to /etc/network and edit the eth0 interface to have manual ip and reboot. Then linux will always assign that fixed ip. Not sure how you…
-
Maybe the board works like the Rambo Einsy which has USB visible without power and firmware/processor has no power. That makes port always visible. In that case go to printer connection settings in server and select "Port is visible even if printe r…
-
At some point is was not required because all known printers worked with same setting. Something that seems to have changed.
-
Try in server for DTR/RTS High->Low insetad of low/high. My guess is that low triggers reset so it never boots.
-
The tools define it with "Jam detection pin" in the config tool. Select here the proper endstop pin you used.
-
It is still the same serial driver, so if you copy printer settings->connection 1:1 it should be no problem. Or is the version that old that it contains DTR/RTS settings as well? In thazt case you could try to use repetier-server to connect and c…
-
???????
-
While you can use X max for something else, there is simply no homing sequence for E axis, that is the main problem. No mks 1.4 is avr based and I started developing on 32 bit platform first. I can not really say when I get first 8 bit boards runni…
-
It is exactly the same. Entering pro license just enables the pro features. So no install required here.
-
See /var/lib/Repetier-Server/logs/server.log for more information if it gets executed. At least the version without sudo should work. For sudo it must be in the list of sudoers without password request. What exactly is the test.sh content? You exe…
-
Does not sound special. Should work with server and no host interaction. Latest server version (0.90.6) has some more switches to change signals when connecting, also defaults are the same as in host. If it makes problems you could also try in serv…
-
See what you mean. Looking into setup in printer.cpp EEPROM::initBaudrate(); HAL::serialSetBaudrate(baudrate); Com::printFLN(Com::tStart); HAL::showStartReason(); Extruder::initExtruder(); // sets auto l…
-
What printer and board do you have? For me server could always connect it self without needing host to connect in between. In fact that should normally not change anything. But I'm glad you know at least a way to solve it, but I'd like to know why t…
-
Make sure in server prinetr configuration firmware is defined correctly. Setting it to repetier and having Marlin will not work. Also check baud rate.
-
Really strange thing the different boot times. Flash is not the problem. What is your definition of boot time? Until you see "start" in log? Regarding speed did you check settings in eeprom? They do not get overwritten with new flashing so it may …
-
No I have no manual for firmwares I did not write:-) I guess flsun should be the one having documentation about their printer. As I said it is a firmware side problem. When an extruder is not spinning fast enough there are 2 reasons - flow rate red…
-
In V1 - no. V1 is very specialized which is why we now change the complete firmware to be more flexible, which already allows the extra axis etc. You can of course add a hack to home E as well, but I have no time for this.
-
It is more a misunderstanding then a problem. If you configured the server for your printer it will autoconnect, which is why host can not connect to it directly. The idea behind the server is to use in host not the serial connection but the repetie…
-
Check configuration.h for /* A watchdog resets the printer, if a signal is not send within predefined time limits. That way we can be sure that the board is always running and is not hung up for some unknown reason. */ #define FEAT…
-
Sounds to me like you did not change firmware to support 2 extruders.
-
Depends on why you see this. Hitting the reset pin or connecting or emergency stop also can trigger reset, so in these cases it is no error.
-
If you define an extruder and allow cold extrusion (M302 S1) maybe with fake thermistor so you do not need one, you can of course use E0 as 4th axis. You could set steps per mm such that it is steps per degree instead then values are angles. Only pr…
-
From the logic side having display connected or not should not make a difference. Display lines are just send never received. Input lines stay high (assuming pullup on) so as long as none does trigger reset or a function (switches normally open shou…