Re: RADDS work now stable with RepRap Firmware September 17, 2016 01:46PM |
Registered: 8 years ago Posts: 83 |
Quote
dnewman
That you got the "Updating main firmware" message means that you had files with the correct names in sys/.
However, I've always done this while talking directly to the board over USB without some program which will periodically send commands at the same time to the board. That is, you're using some control software which is also sending other commands to the board at the same time (e.g., trying to read the temp with M105 commands). While I don't think that should cause a problem, I cannot guarantee that. You might try again after first turning off temp readings and other periodic commands from whatever the tool it is you are using.
ok Heat class exited. Move class exited. Move class exited. Updating main firmware
Re: RADDS work now stable with RepRap Firmware September 18, 2016 07:39PM |
Registered: 8 years ago Posts: 356 |
Quote
o_lampe
AFAIK, the CD pin is not on the full-SD card adapter, but in the housing where it normally would be inserted.
Same for the micro-SD-Cards. The CD pin is a blank metal latch that got pressed against the grounded housing.
If your RADDS has a flaky SD-socket use a jumper wire to gnd the CD-pin.
Do at your own risk, maybe you better use contact spray
-Olaf
Re: RADDS work now stable with RepRap Firmware October 16, 2016 01:29PM |
Registered: 8 years ago Posts: 68 |
Re: RADDS work now stable with RepRap Firmware October 17, 2016 03:40PM |
Registered: 8 years ago Posts: 68 |
Re: RADDS work now stable with RepRap Firmware October 20, 2016 11:54PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware October 21, 2016 01:39AM |
Registered: 8 years ago Posts: 68 |
Re: RADDS work now stable with RepRap Firmware October 21, 2016 12:14PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware October 23, 2016 07:58PM |
Registered: 8 years ago Posts: 83 |
; Z Probe M558 P4 X0 Y0 Z1 ; Set probe type + which axes should use the probe. G31 X49 Y52 Z.5 P500 ; Set the XY probe offset from toolhead, + Z height and trigger threshold (put your own values here)
M561 ; Clear any bed transform, otherwise homing may be at the wrong height G28 ; home the printer G30 P0 X49 Y52 Z-99999 ; Four... - Front Left G30 P1 X49 Y305 Z-99999 ; ...probe points... - Back Left G30 P2 X299 Y305 Z-99999 ; ...for bed... - Back Right G30 P3 X299 Y52 Z-99999 ; ...leveling - Front Right G30 P4 X149 Y152 Z-99999 S5 ; 5th probe point + store the leveling - Center G1 X0 Y0
Re: RADDS work now stable with RepRap Firmware October 23, 2016 11:56PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware October 24, 2016 02:18AM |
Registered: 10 years ago Posts: 14,684 |
Re: RADDS work now stable with RepRap Firmware October 24, 2016 12:25PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware October 24, 2016 11:12PM |
Registered: 8 years ago Posts: 83 |
READ: Bed equation fits points [49.0, 52.0, 0.794] [49.0, 305.0, 0.635] [299.0, 305.0, 0.203] [299.0, 52.0, 0.552] [149.0, 152.0, 0.655]G32 with bed.g and no M557:
READ: Bed equation fits points [49.0, 52.0, 0.798] [49.0, 305.0, 0.639] [299.0, 305.0, 0.205] [299.0, 52.0, 0.555] [149.0, 152.0, 0.657]So only off by a few thousandths. I did it a second time with the same modes in place, and different numbers came up, so I'm guessing they're probably slightly different every time based on homing variance.
Re: RADDS work now stable with RepRap Firmware October 25, 2016 01:58AM |
Registered: 10 years ago Posts: 14,684 |
Re: RADDS work now stable with RepRap Firmware October 28, 2016 04:06PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware October 28, 2016 04:16PM |
Registered: 10 years ago Posts: 14,684 |
Re: RADDS work now stable with RepRap Firmware October 28, 2016 04:33PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware October 29, 2016 12:47PM |
Registered: 8 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware October 29, 2016 04:42PM |
Registered: 10 years ago Posts: 14,684 |
Re: RADDS work now stable with RepRap Firmware October 29, 2016 06:02PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware October 31, 2016 09:32PM |
Registered: 9 years ago Posts: 15 |
Re: RADDS work now stable with RepRap Firmware November 01, 2016 02:41AM |
Registered: 10 years ago Posts: 14,684 |
Re: RADDS work now stable with RepRap Firmware November 01, 2016 06:13AM |
Registered: 11 years ago Posts: 1,807 |
Re: RADDS work now stable with RepRap Firmware November 01, 2016 06:15PM |
Registered: 8 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware November 01, 2016 07:24PM |
Registered: 11 years ago Posts: 1,807 |
Re: RADDS work now stable with RepRap Firmware November 02, 2016 03:39AM |
Registered: 8 years ago Posts: 68 |
Re: RADDS work now stable with RepRap Firmware November 02, 2016 11:33AM |
Registered: 8 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware November 02, 2016 11:43AM |
Registered: 8 years ago Posts: 68 |
Re: RADDS work now stable with RepRap Firmware November 02, 2016 04:30PM |
Registered: 10 years ago Posts: 14,684 |
Re: RADDS work now stable with RepRap Firmware November 02, 2016 04:55PM |
Registered: 8 years ago Posts: 68 |
Re: RADDS work now stable with RepRap Firmware November 03, 2016 04:48AM |
Registered: 9 years ago Posts: 5,232 |