Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Be carefull with due boards. They have 2 ports. Default config is for programming port, but you can change that or use both if you assign te other to bluetooth port. This is independent of the upload port. So if configured for programming and upload…
-
Please check also log for potential error messaages.
-
SOunds like your manual home command is not G28? Homing touches endstop, goes back and touches again endstop. That is the right procedure for z homing. If it does not go back the back move might be too short. It must go as far back as needed to disa…
-
Heat extruder and then hit extrude button. Or use the matching gcode commands to send commands manually (easy mode off).
-
You can't. Overrides are hard coded so you need to change these settings in slic3r settings instead.
-
No, Cura can not be integrated only the slicing engine but the new versions are incompatible, so we need a big rewrite first to support them. Planned but will take time as the new solution is very complex to handle.
-
If you say GUI you mean a display on pi or the browser gui remotely? If latter case which CPU is increasing? Pi or desktop. We had problems that caused loops in browser when server tried to send non UTF-8 chars as browsers do not like this and abor…
-
So you are using the E1 socket now or E1 socket placed in Y? One thing with Rambo board is that motor current is set in software. Maybe you need to reduce it now that you doubled voltage? If Marlin has lower defaults it would explain that they had …
-
Also that file writes to the calibration file it looks to me as it would do this only if the file does not exists, so on a second run even manually it will not do a new calibration. If you delete if [ -e $CALFILE ] ; then if grep replace $CALFILE…
-
Ok, we had that with a windows stream provider and fixed that problem in 0.85.2. Looked exactly like your case so I guess you found another way to fool our new webcam handling. Strangely it looks like you are using mjpg_streamer which is what I have…
-
First you should use dev version for autoleveling as that has the most stable version. It will also give more information on fail. Typical reason for failure is a) Start position does not allow activating z probe b) z probe triggered before going d…
-
I would assume The epcos comes closer if not even identical as the main part number is the same. NTC just means resistance decreases with increasing temperatures in contrast to PTC thermistors. 99% use NTC. Generic curves never match at high temper…
-
Your configuration is wrong. 'DIO94_PORT' was not declared in this scope means you tried to use pin 94 but the board used/set in boards does not have that pin. Make sure you have set the right board in Arduino AND configuration.h and use only pins …
-
One more thing. On deltas make sure to always have at least 900 byte free ram when arduino reports it. For deltas we use all available ram to increase subsegments for moves so this can easily use up all ram and then strange things happen.
-
1. Home should start with up move, looks like they go down. 2. Buzzing seems to be the problem. This happens e.g. when only one coil gets power or if the current is set too high on driver they also start singing. Too high stepper frequency is also a…
-
Does that also store the calibration commands in the right config? The calibrators I know just output the code that you would need to paste into the right file. Your problem is a bit difficult. 1. Always use absolute path names. sudo and bash might…
-
In ui.cpp search for UI_ACTION_WIZARD_FILAMENTCHANGE and you will find it in 3 case sections. One for activated, know turned and knob pressed. That should give you all cases you need.
-
ui.cpp function initialize around line 1000 depedning on version has a menuPos[0] = 0; which is menu to show on startup. Set it to 1.
-
Do you have more then 4 printers defined? In that case dashboard would not show the webcam switch any more since that is a limitation of browsers that would lead to full block otherwise. Also webcams are only shows if dynamic MJPG view is defined fo…
-
First I would upgrade to newer repetier version. Why start with ancient version:-) Check endstops with M119 if signals get send correctly. If it stops early you have either set z length so small or have crosstalk to endstops if they work otherwise. …
-
What firmware do you use? Did you upload firmware? If baudrate is 115200 you can also use arduino serial console to connect. Then you can send simple commands without checksums like M115 just to see it communicates and sends some data. You will also…
-
Only with 20x4 char displays. For graphic displays you need to change the special handling of the page 1 with grids, bars etc to be done then on page 2. Or you set on initalization the startpage to 1 for menulevel 0 so parge 1 is still first but pag…
-
Is dry run disabled? Extruder hot? Right commands used? Especially extruder must be in realtive or absolute mode depending on how you sliced the object.
-
What does "Still numbers extruder pins sequentially. " mean?
-
Ignore device manager. That baud rate is overridden anyway, so leave it on 9600. Make sure you have selected right communication protocol - repetier on marlin will not work. Autodetect should work at start, but always check log window with such pro…
-
What I said is a motor with 200 steps per rotation and 16 substeps for driver set needs 3200 steps per rotation. For xy you have to take into account how much mm that moves a belt. E.g. 10 teeth with 2mm distance = 20mm circumspehere so 3200/20 = 16…
-
Not sure informer app is the right place for this. This forum is for all repetier software related stuff. We will not add threads for building printers. Have already enough to do monitoring existing staff. www.reprap.org is an excelent forum for t…
-
Ok, I could reproduce the LUA error. It is related to the shared storage calling an event for all shared printers but only one will work. Next version will silently return in that case as one of the following calls will do the correct work. But as f…
-
We have no standard configs for any printer. We leave that to vendors to produce them.