Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
What I see is a very high cpu usage on 2 processes and on chrome. Do you have a touchscreen connected? If so what yre you viewing there and if not you should try disabling chrome since it then only waste on cpu and memory to run it. Edit in pi home …
-
It works but it depends on z probe type, homing direction and Z_PROBE_Z_OFFSET_MODE. For z min homing with inductive probe you would need Z_PROBE_Z_OFFSET_MODE 0.
-
Use M302 S1 to allow cold extrusion for motor testing. Reagarding board, this is not a RAMPS from the look so maybe pin numbers are not 100% compatible. Ramps has no dedicated FAN output so E1 output is used for fan as well and only one may be activ…
-
Thanks for the hint. I looked into current code and Free can be called several times without issues. My guess is that the violation comes from freeing the OpenGL buffers as these are the only unmanaged memory parts. These are protected by a flag if …
-
Test if firmware is configured correctly with M119 which shows endstop status. Test manually to see if it changes. For example if you home x to left you must have z min endstop triggering at that side.
-
You modify your firmware configuration and reupload it to printer. Where depends on firmware.
-
Any IP webcam with password authentication in url and sending MJPG should work. There are also IP webcams needing digest authentication. These do currently not work and will only work in next release which can handle digest authentication. I have on…
-
Apart from 0.91 being quite old a new sensor should not finish M109 if readings are ok. You could try to send manuallyM109 S200M115and watch temperature graph and log. In log you see output of M115 when M109 is finished so you know when exactly it s…
-
No, firmware handles display on it's own. The only exception might be M117 which changes status text to be displayed. But serial is meant to communicate only with firmware not with display.
-
Ok, now I understand what you mean. I have checked the sources to be sure and that is ignored and replaced by the firmware preset. Will remove it for next release.
-
No, it still containswhich tells server that it must use repetier for that firmware. Nothing deprecated.
-
You must configure this in your firmware. there is a invert option for every axis. Alternative rotate motor connector 180° which also inverts direction.
-
You mean switch for modes? No had no time. Concentrate on host release atm.
-
That is called by timer1 interrupt and the returned time in ticks is when timer should trigger again. That way we can control speed without dummy loops. Bresenham algorithm needs a leading axis to work. Since deltas are nonlinear the driving axis co…
-
You do not need to do anything. Selecting repetier-firmware automatically activates binary protocol. If you see the firmware xml description in firmwares folder in install dir, you see the protocol for each firmware is preset and for repetier it is …
-
Select Printer Settings->Connection-> Connector = Serial Connection
-
That download protection is an offer from them that they will allow later on to download the files and not needed if you make backups. We also provide the same downloads on our homepage and yes, you will be able to update until version 1.99. Should …
-
The motors are driven in motion.cpp bresenham function. There the precomputed segments are consumed and converted in stepper signals.
-
That error in this writing does not exists, but I assume you mean the checksum test when host/server send commands. They also send a checksum to verify that command was received correctly. The error indicates a communication error since the checksum…
-
As already said it should show start screen and status screen. That does not depend on eeprom. What you describe seems like a hang. Also what is reboot for you? Is it hitting reset button which should not reset lcd so it would never show the 2 bars …
-
Yes, that should happen.
-
That is Minimum extruder temperature / MIN_EXTRUDER_TEMP form config tool / configuration.h
-
The M105 comes from host temperature answers, these are always there so ignore that. LCD is independent of eeprom values at least meaning that you see it. Some Arduino Due clones have a bug that they do not start properly first time they get power a…
-
First set cold extrusion M302 S1 and try to move extruder motor without filament. So you can test if motor is configured correctly. Test if it blocks when enabled and if it turns. If it does not your motor settings are wrong or motor driver defect …
-
How much current does that probe then use? 5V has 500mA in total for all devices I think, at least on mega it was the limit safed by a polyfuse.
-
Not for min homing, otherwise coordinates would be way off. You loose of course software max endstop then.
-
Lead based z is always slow. But depending on your steps per mm and quality it might get faster. There is a max. z speed that needs to be high enough of course. Often steps per mm are so high that this can slow down everything. You will not get more…
-
Normally you set extruder 0 offset 0 so it is the origin of all extruder and z probe offset. This is not meant to define any positions relative to homing. That is what xmin/ymin and x,y length are for. After homing you are either at xymin or max dep…
-
Choose the serial connector if it is connected via USB. You seem to have selected the TCP/IP connector.
-
RADDS board has also 5V pins. I guess he used of those.