Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
No you need to tell to heat up. But you need also to measure before decoupling triggers and disables output. Then it will be 0V anyway like before enabling heater. So you have 13 seconds to measure.
-
There is no directory that auto imports file. They always need to be uploaded so the extra files with analysis data can get generated. What you can do is zip a bunch of files and upload the zip instead. Or use drag and drop to drop files on the upl…
-
You can start graphic application from ssh shell. Just set DISPLAY like export DISPLAY=:0 and then call the executable. I think it is named xinput... use tab key for autocomplete if you do not name of the installed binary.
-
My host image is not cropped. Any special settings?
-
No that is not possible. Gcode ha sno line numbers - they are added on transfer for error correction only and you can not know which line in code gets which line send.
-
Webcam settings have a rotation settings in printer settings.
-
If it is in deed related to the pins state, that would not be the problem. Next release will get a switch for the pins so we have more options to find reasons.
-
So it is hardware defect if it does not rise any more and worked before. Maybe just a broken wire. To be sure you can measure voltage at output before error happens if it is 12V. Then you know board wants to deliver and you need to search on the oth…
-
In that case use 2 extruders and set SHARED_HEATER to tell firmware that this is the case. You need to set select/deselect script wise to retract enough on extruder change. Also make sure to always select first extruder when disabling printer. Firm…
-
There is a special form from a davinci user here https://github.com/luc-github/Repetier-Firmware-0.92 that might help.
-
You put the G4 S300 before the fast G4 commands. Remember the last one do not get executed because you disable the printer. The copy server configs copies the printer dimension and shape to host.
-
What might do the trick is using speed coloring at least if support speed differs from outside speed.
-
No I can't. Default is what I would give you but it depends on so many factors. Speed, temperature and extrusion multiplier are the most important here. But they also depend on your material, so no one can tell you what is best in your case if he do…
-
I'm also working on V2 where I can remove this limit. Will add linear advance in normal segment computation so these are added in normal stepper interrupt. Should be much smoother. But is not included at the moment.
-
Might be that your mouse scroll speed is higher. That is a system widget from microsoft, so I can not say much about the internal reasons how they work. When I tried with mouse it did one step at a time, but I also had only a few layers. SO might al…
-
First you should analyse log especially the first error where firmware explains what triggered it. It can just be a bad calibration of decoupling test parameter so you trigger it just because some part did not correct fast enough. Especially if it …
-
If you stick to the character based menu then this is all you need. If you make your own menu structure to make it compatible with touchscreen (current version is for encode/click control) you need a complete new logic and it might be easier to hav…
-
The outer part is the ooze shield you have enabled. This is not part of your object and it is important it does not hit th eobject. That is totally correct. You use it for dual extruder printers where the unused extruder may drop plastic and it shie…
-
No E homing is not supported. In your special case you know already you are at the other endstop you could replace homing with a E move of known distance.
-
No it will always store to eeprom. Of course you could go to commands.cpp and search 134: and near the end of the case #if EEPROM_MODE != 0 EEPROM::storeDataIntoEEPROM(0); #endifremove the store command or make it depe…
-
I tested it 2 days ago when I released 1.1.0 and it was working for me. What does M205 return and does opening eeprom window send it? You should see in log if commands is enabled.
-
The error is pure cosmetic. Server does not assume B: to be a bed temperature form this condition so it just does not show the temperature, but it still gets set correctly. So nothing to worry. Just use M190 in gcode to wait for target temperature a…
-
Dot is 0,0 and positive values go to right and top, that is ok. Assuming your printer also uses positive coordinates having origin in back/right means printer has rotated the coordinate system 180°. That is more a wrong configuration or printer that…
-
There is simply no button/function in host to do this. So you need to program something and there are many ways. You could also make a host plugin adding a menu item to do so. You can call form there the server api which calls a function that trigge…
-
Click into the layer number text field and use up/down arrows works fine for me.
-
This option was never part of host configuration. If you use it in slic3r it should be in slic3r configuration. Not sure as I never used this.
-
No MIXING_EXTRUDER only. Mixing extruder maps everything to 1st extruder and then simulates 16 virtual extruders with 16 mixing ratios.
-
It shows server connection and action state and server does not have these states. You can switch to manual control if you want to see if it is heating also this is only a guess from host from temperature difference.
-
You mean you ordered the backup-media and it is encrypted? I would expect it to just contain a big zip file with versions for all supported os. Just unzip it and use the installation procedure for your target system. More details can be found in our…
-
Have you increased extrusion/reduced steps per mm for your extruder to solve it or what have you done to fix underextrusion? Did it improve?