Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I'm not so sure you have V2. Just checked their homepage and their repetier version has now a V3 as well and that has different pin numbers for some pins. Have added them to your dev version so you can try it out.
-
Actually, you can change the default language. Add in your storage directory in database folder a Repetier-Server.xml (windows) or repetier-server.xml otherwise with the content en with your default language and that will be the default langua…
-
That is quite difficult at the moment but planned in a later stage.
-
Ok, I can reproduce it under linux. Wondering what is going on here since I only changed the colors and no functionality and same code under windows is working. Will see what I can do.
-
Actually the temperature font size is at maximum. Also it looks like there is plenty room above, I can not use it for letters here. Some constriction from winforms that the control content needs to be inside it's own rectangle. If I make it bigger i…
-
The MUST be a default group which is set up by default and not deleteable. That group is required to be always there. If you look in storage directory you see every printer gets an own folder and in subfolder data you should have a file modelGroups.…
-
The extension for alligator came directly from board vendors so I assume they are ok. One important thing is since they use pins not available on normal due, you need to install their additional files to arduino and select that board for compilation…
-
I'm always testing with dev so would wonder why this should be. But ok, lets see how it now works in long run.What can be a problem are deltas on dev as dev needs more ram, you need to reduce subsegments per line to get your 900 byte of free ram, if…
-
You know G29 is not autolevling, G32 is! G29 is just using average height of 3 points. At least in dev version last G29 probe points deactivates z probe so extruder offset should take over so G1 X0 should be same as after G28. Do you have an extrude…
-
Don't think it is serial communication with the log you showed. That looked good.Are you using the programming port of the due? That is what I normally use. Please also have a look at ram usage and when it starts to grow if that is the problem. But …
-
Nothing sounds like it is a board issue. "could not activate z-probe offset due to coordinate constrains... yes you have a z probe offset and if that plus position goes outside official area you get this error since it is not possible. 0.92.9 just…
-
Yes, it is not so clever to modify afterwards without the tool. How should tool know about that :-(
-
You set HAVE_HEATED_BED I think it is named to 0 and you get no bed support (which is defect at the moment). When you have fixed it enableit again and you have it. You can not disable it without recompilation.
-
Increasing steps per mm increases the amount permanently. You can change them in eeprom editor in host or server.
-
If you go to prints tab in server frontend you have a selector to select group to show and also add/delete button to manage your groups. I will check the code now that I see where the error happens. Must be something UpdateWarning is using and that …
-
Crashgefahr ist nicht so hoch wenn du mit hohen Z werten anfängst und dich runter arbeitest. Wenn im display nach homen Z=0.8 steht nimmt er das wohl als Z an, aber host denkt home z min ist z=0. Er weiß es einfach nicht besser.Kannst auch firmware …
-
17:41:39.501 : endstops hit: x_min:L y_min:L Z-probe state:H Where is z_min ? My printer with z min = z endstop returns endstops hit: x_min:L y_max:L z_min:L Z-probe state:L So I guess you have no z min endstop defined, so it is not following the …
-
Is that image from your setting? Since you have set bed leveling method to n * n grid it shoud use 4x4 points. Also I hope you are using G32 S2 for autoleveling and not G29 (like in marlin). G29 will always measure 3 points and use average height bu…
-
Cap:EEPROM:0 tells host that no eeprom is supported. That was for a time wrong in dev so that may be the problem since it overrides firmware detection. Will check linux eeprom, not sure if I only tested this on windows as it should be compatible but…
-
Wie das bei Marlin geht kann ich nicht sagen, aber der host nimmt bei min homing an das du bei Z=0 bist. Solte dies nicht der Fall sein weil Marlin bei Z = 1.08 stoppt wo der sensor triggert, must du nach dem homing einfachG1 Z2schicken und dann kan…
-
Was their source from config tool? You see this in the end where you see a commented json string with settings for the tool. If not it will not copy the settings.
-
Only config option is sufficient. This is something you know if your design requires it, so no reason to wast so much memory with eeprom handlers, string etc. Should work for all - see no reason why limit it. Will bi in #if conds anyway if
-
What firmware are you using?What is the M115 response string? Firmware needs to detect firmware version to select the right editor until then it stays grey and some vendors modify the strings to unknown values.
-
Slicing did work but loading result into editor was not possible for memory reasons as you might have guessed. Depending on your slicer settings such gcode files can get very big and adding view data even more. The only solution to print the file is…
-
Also you need to extrude slow for calibration so no interference like slip invalidates measurement.
-
Manual control uses relative coordinates while firmware by default uses absolute. So G1 E50 and then G1 E-50 retracts 100mm not 50 as you may think.
-
Temperatures are queried once a second. Later dev repetier-firmware supports a mode to autoreport temperature, but once a second is no reason to slow down. My installation is after a day and a 3 hour print still on 2.3% memory usage. So question is …
-
Please read github comment on this.
-
Autoleveling is not the problem. It does nothing when idle so when it happens then it is not related. I have more hope with the log that may show some unusal communication causing to block. Another thing that might be a problem is a slow wifi connec…
-
Just retried it and still working for me. What is new is that it now uses the server groups. Do you have Repetier-Server with groups support for gcode or are you still on a old version? Might be the difference. Also what is the error message?