Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You do it from command line. Use a ssh client like putty to connect to pi using user pi, password raspberry and run the installation as defined by the display vendor. The image already contains starting gui, but on hdmi so you need to change linux …
-
Yes that is the right value, but it also copied into eeprom and I guess you have 255 in eeprom. Just chenge it in eeprom.
-
Das geht schon über server commands und excommands.xml kann man solche Befehle einprogrammieren und zumindest bei Linux ist es leicht als umount umzusetzen. Das alles hängt aber sehr stark davon ob in welcher umgebung es betrieben wird und wie es in…
-
In object placement the black circle with blue plus is for adding stl. The open button in top toolbar can only open stl if it has the right ending .stl.
-
That is the one in all export ini I think. On export it should get splitted into the individual config parts we always used. At least I could already slice with 1.39.1 the old way. Only that there is a bug making many valid models unsliceable.
-
Ok you omitted the essential data of having 2 extruders. At left position you must be able to activate both, which means that with left extruder active you need to be able to go 35mm to the left to activate second extruder at same position. So with …
-
- G1 - Coordinated Movement X Y Z E, S1 disables boundary check, S0 enables it So disable boundary check and you can go below 0 with G1.
-
Currently it is only on/off with the standard drivers programmed. It is only already prepared that drives get these speed values so you can change speeds. But you need to write your driver to take the values. In V2 we at least have a general purpos…
-
That you have defined it as second filament cooling fan. What you want is an extruder cooler, so remove this second fan option and in extruder definition set fan2 as cooler fan pin. Then it turns on as soon as it gets hotter then 50°C or heating is …
-
Alles steht unter /var/lib/Repetier-Server. Wenn man dieses Verzeichnis sichert kann man alle Daten durch zurückkopieren wieder herstellen.
-
You can select number of fans in printer settings->extruder. This adds Px to fan commands. Just make sure your firmware supports this. Repetier-Firmware 1.0.x supports 2 fans controlled that way. In version 2.x it will be unlimited number.
-
These are also wrong port names, so I do not really wonder they do not work. Right name is ttyUSB0 or ttyAC... You can call ls /dev/tty* with and without printer connected. The one that disappears is the port you search. I know some linux kernels h…
-
No, not normal. But you need to use z probe pin for z min endstop as well to tell firmware to use it instead and also to adjust just like you do with G32. Also make sure bed coating is set to 0. Set homeing order to a version with preheat so you mea…
-
No you can't. It is to compensate different extruder heights between each other on multi extruder setup. If you trigger after hitting the bed you can use bed coating also it is not that good to always hit extruder. Better is to physically adjust be…
-
That is easy to verify in hardware manager. All active com ports are listed there. But also make sure no other software is using the port at the moment. Windows does not support simultaneous opening of same port.
-
Ok, just make sure to set the shared heater flag as well.
-
I guess you are right. These moves are really tiny and then communication speed becomes a factor. If buffer runs out of moves it tries to slow down to LOW_TICKS_PER_MOVE until buffer gets full again. If buffer gets empty the pause will even be highe…
-
Please check ui.cpp line 2635 #if DISTORTION_CORRECTION case UI_ACTION_MEASURE_DISTORTION2: uid.popMenu(false); uid.pushMenu(&ui_msg_calibrating_bed, true); Printer::measureDis…
-
No need for tricks. In config tool you can select any digital pin, not only one with assigned symbol name. So easy solution is to select the digital pin number of pin where you connected it.
-
Depend a bit if it is a mixing extruder or just 2 extruders with shared heater. Both are supported but work differently. For mixing extruder you set mixing ratios in eeprom which are set now to 50/50 so both move at once. Setting them 100/0 and 0/1…
-
Does M105 return A: in the temperature report? In current version this will cause host to ignore B: thinking it is a position report. Next release would fix that. If not please report how your firmware reports temperatures.
-
"No start signal detected - forcing start". means it did not see the "start". Pressing reset button on arduino should show it if connection is established and baud rate is correct. RAMPS is the most widely used and tested system. Autodetect is ok. T…
-
Ok, you are right. Another thing mono does different. So connecting will not get you the dialog, If you go to preferences->informer and send a test message without group you also get such a messagebox. You should be able to close it with mouse/sp…
-
No, you need to hit the print button.
-
Why do you have 3 motor drivers: #define NUM_MOTOR_DRIVERS 3 #define MOTOR_DRIVER_1(var) StepperDriver var(800,2) #define MOTOR_DRIVER_2(var) StepperDriver var(800,2) #define MOTOR_DRIVER_3(var) StepperDriver var(800,2) Motor at position 1 is fixed…
-
Working on it, but latest Slic3r PE has problems importing some models correct. So maybe we update to an newer but not newest version as older versions did not have the problem. What do you mean with different config format? I know some new options…
-
These only appear for cartesian printers. For deltas radius and height define it. In next release host will again read reported position after homing overriding home z position.
-
Disable filament preview while printing. Maybe that causes too much cpu time? Another reason for pauses is if you have too many small moves they can not get send fast enough. Also activities on windows might bind cpu so sending data slows down causi…
-
Good to know. In that case it should be no problem.
-
Is transfer protocol set to automatic? Did you upload a compatible firmware to the arduino? Anything in the log? At reset the firmwares send "start" if baud rate is correct.