Re: RADDS work now stable with RepRap Firmware May 26, 2016 03:00AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 10:29AM |
Registered: 9 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 12:20PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 05:17PM |
Registered: 11 years ago Posts: 14,686 |
Quote
AK_Eric
Just got through 9 pages of this thread: Thought I'd give RRF a go on my Due\RADDS coreXY bot. I've used Sailfish, Marlin & Repetier in the past,... but I'm having a heck of a time getting this installed. I feel like I'm missing the secret handshake or something.
I've been following this page:
[github.com]
When I run scons though (I'm on a Mac), it constantly gives me this:
scons: *** No SConstruct file found.
I've been using Python for years, but never scons. I've been searching all over the web for what to do about this, but there is surprisingly little. Mainly it's just 'make a SConstruct file'... very not helpful.
This is probably a noob mistake, but can someone help me out here?
thanks!
Re: RADDS work now stable with RepRap Firmware May 26, 2016 05:32PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 06:13PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 06:40PM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
@dc42 : "...and upload that to your Due." : That's the main part of the puzzle I'm missing. Maybe it's a terribly obvious billboard in my face, but I'm failing to find how to actually do that step. Is that the scons bit from step 8 here:
[github.com]
Quote
AK_Eric
And if so, again apologies on my ignorance, how do you specify which .bin to upload since there are quite a few available in that distro.
Quote
AK_Eric
scons platform=radds upload port=/dev/
Seems to not specify any specific .bin file.
Re: RADDS work now stable with RepRap Firmware May 26, 2016 06:47PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 06:54PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 10:19PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 26, 2016 11:17PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 27, 2016 12:44AM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
Progress, I've got this going on:
I press the reset button on the RADDS board (I've also tried the LCD reset too) and execute:
$ /path/to/bossac --port=cu.usbmodem621 -e -w -v -U false -b /path/to/RepRapFirmware/Release/RepRapFirmware-1.12a-dc42.bin
Quote
But it keeps coming back telling me:
No device found on cu.usbmodem621
Re: RADDS work now stable with RepRap Firmware May 27, 2016 02:21AM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 27, 2016 02:52AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 27, 2016 03:40AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 27, 2016 10:39AM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 27, 2016 11:34AM |
Registered: 9 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware May 28, 2016 01:46AM |
Registered: 8 years ago Posts: 83 |
$ /path/to/bossac --port=tty.usbmodem2621 -e -w -v -U true -b /path/to/RepRapFirmware-RADDS/Release/RepRapFirmware-1.10+4-dc42-radds.binInteresting how the native port calls it tty.usbmodem2621, while the programming port called it cu.usbmodem621
Re: RADDS work now stable with RepRap Firmware May 28, 2016 04:00AM |
Registered: 11 years ago Posts: 14,686 |
Quote
AK_Eric
Interesting how the native port calls it tty.usbmodem2621, while the programming port called it cu.usbmodem621
Quote
AK_Eric
Also interesting that the bossa ui I installed still won't detect it, even over the native port.
Quote
AK_Eric
One more question: I read the RADDS LCD isn't spoorted (yet?) : Does that mean I need to use the micro-sd slot on the RADDS instead of the normal SD slot in the LCD board?
Re: RADDS work now stable with RepRap Firmware May 28, 2016 11:21AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 28, 2016 06:14PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 28, 2016 08:46PM |
Registered: 9 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware May 28, 2016 10:14PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 29, 2016 04:58PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 29, 2016 09:50PM |
Registered: 8 years ago Posts: 83 |
Re: RADDS work now stable with RepRap Firmware May 29, 2016 09:59PM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
Since I'm on a roll, here's my config issues:
#1: Endstops not being detected.
Same endstops attached to the same min plugs used in Repetier (and Marlin). All three are in minimum headers on RADDS, using 'makerbot style' switches, which are 'normally open'.
Neither of these detect them at all:
M574 X1 Y1 Z1 S1
M574 X1 Y1 Z1 S0
I can hold the switch down, but the toolhead just keeps moving...
Quote
#2 My filament cooling fan is constantly on.
I have my hotend fan wired into F0, and my PLA cooling fan in F1 : When the board turns on, F1 gets hit at 100% power. I've done a lot of troubleshooting, and narrowed it down to my tool definition line:
M563 P0 D0 H1
If I comment out that line, the fan't doesn't turn on, but neither does my tool get defined. What's going on there?
Quote
#3 : My hotend is not the correct temp
I'm using a E3d-V6, an in their docs they say to set the beta value in RRF to 4267K. So this is my config:
M305 P1 T100000 R1000 B4267
But I have to set it upwards of 260 deg to just barely get my PLA to barely extrude. I noticed however... I don't recall ever putting an 'inline resistor' into the mix: Should I set R to 0?
Re: RADDS work now stable with RepRap Firmware May 29, 2016 10:00PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware May 29, 2016 11:35PM |
Registered: 8 years ago Posts: 83 |
G91 G1 X-10 F600 S1With either of these endstop config:
M574 X1 Y1 Z1 S0 M574 X2 Y2 Z2 S0And while the toolhead is moving, I can press the endstops, and nothing happens.
M574 X1 Y1 Z1 S1 M574 X2 Y2 Z2 S1And I can't get it to move with G1 S1 at all, endstops open or close. Setting it to G1 S0 let's it move, but obviously isn't good.
M106 P0 T60 H1And once I did that, the PLA cooling fan (F1) stopped turning on, on boot. Weird, but true.
M106 P1 I1And off with
M106 P1 I0The S parameter seems to have no effect
M106 P1 S255And this still turns it on full blast:
M106 P1 S32 I1Since it's a 24cfm fan for a volcano nozzle, I really need some control over that air-blast.
Re: RADDS work now stable with RepRap Firmware May 29, 2016 11:47PM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
Thanks so much Dan. I'm getting closer!
Issue#1 : Endstops, still problems:
I was not using the G1 S1: Was just driving the toolhead around with S3D's jog control. Not used to the G1 S1, but I'm getting more familiar.
So I tried this:
G91 G1 X-10 F600 S1With either of these endstop config:
M574 X1 Y1 Z1 S0 M574 X2 Y2 Z2 S0And while the toolhead is moving, I can press the endstops, and nothing happens.
So I give these two configs a shot just to rule things out:
M574 X1 Y1 Z1 S1 M574 X2 Y2 Z2 S1And I can't get it to move with G1 S1 at all, endstops open or close. Setting it to G1 S0 let's it move, but obviously isn't good.
Quote
Issue #2 PLA Cooling fan always on: Fixed, but new issue:
Interestingly enough, I after reading what a 'theromstatic fan' was, I set this so my extruder cooler (F0) will auto kick on when the toolhead hist 60c (which it successfully does):
M106 P0 T60 H1And once I did that, the PLA cooling fan (F1) stopped turning on, on boot. Weird, but true.
However, I can't get the PLA cooling fan to respect PMW settings (did in Repetier). It will only turn on full blast with :
M106 P1 I1And off with
M106 P1 I0The S parameter seems to have no effectFor example, this does nothing:
M106 P1 S255And this still turns it on full blast:
M106 P1 S32 I1Since it's a 24cfm fan for a volcano nozzle, I really need some control over that air-blast.
Re: RADDS work now stable with RepRap Firmware May 29, 2016 11:58PM |
Registered: 9 years ago Posts: 185 |
Quote
AK_Eric
Issue #2 PLA Cooling fan always on: Fixed, but new issue:
Interestingly enough, I after reading what a 'theromstatic fan' was, I set this so my extruder cooler (F0) will auto kick on when the toolhead hist 60c (which it successfully does):
M106 P0 T60 H1
Quote
And once I did that, the PLA cooling fan (F1) stopped turning on, on boot. Weird, but true.
However, I can't get the PLA cooling fan to respect PMW settings (did in Repetier). It will only turn on full blast with :
M106 P1 I1And off with
M106 P1 I0The S parameter seems to have no effectFor example, this does nothing:
M106 P1 S255And this still turns it on full blast:
M106 P1 S32 I1Since it's a 24cfm fan for a volcano nozzle, I really need some control over that air-blast.