Re: RADDS work now stable with RepRap Firmware December 16, 2015 12:41PM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware December 18, 2015 12:54AM |
Registered: 9 years ago Posts: 185 |
Quote
filipeCampos
Hi dnewman,
Have you done progress on the lcd support for the reprapfirmware?
Re: RADDS work now stable with RepRap Firmware December 31, 2015 06:20AM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 01, 2016 06:35AM |
Registered: 10 years ago Posts: 95 |
Re: RADDS work now stable with RepRap Firmware January 01, 2016 08:57AM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 01, 2016 10:10AM |
Registered: 11 years ago Posts: 14,686 |
Quote
mundsen
At the moment I have some problems where bossac do not find my DUE/RADDS when using the programming port - I found in this forum that some other users have this problem -have to test more.
Re: RADDS work now stable with RepRap Firmware January 01, 2016 10:53AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware January 01, 2016 10:55AM |
Registered: 9 years ago Posts: 185 |
Quote
mundsen
3. How to configure basic settings for RADDS LCD, end stops, and RAPS128 stepper drivers.
Re: RADDS work now stable with RepRap Firmware January 01, 2016 12:55PM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 01, 2016 01:27PM |
Registered: 9 years ago Posts: 185 |
Quote
mundsen
So if I want to test RepRap firmware on RADDS I have to use PanelDUE?
Re: RADDS work now stable with RepRap Firmware January 01, 2016 06:14PM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 01, 2016 07:09PM |
Registered: 9 years ago Posts: 185 |
Quote
mundsen
ok,here is some of what I have found:
- when using RepRap firmware you have to use the PanelDUE, and/or control the printer using a Control Program
Quote
mundsen
- The printer is configured by editing files on the SD card
Quote
mundsen
What is the benefits in using RepRap Firmware compared to Marlin, Repetier..?
Re: RADDS work now stable with RepRap Firmware January 01, 2016 07:23PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware January 02, 2016 04:47AM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 02, 2016 03:39PM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 04, 2016 06:06AM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware January 04, 2016 08:32AM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 04, 2016 08:54AM |
Registered: 11 years ago Posts: 14,686 |
Quote
filipeCampos
I have tested the reprapfirmare with radds and for an firmware in testing phase i was very impressed.
At the moment i using repetier firmware because the lack of radds lcd support of the reprapfirmware, but when it will have the lcd support i definitely planning to move to the reprapfirmware.
Re: RADDS work now stable with RepRap Firmware January 05, 2016 11:53AM |
Registered: 9 years ago Posts: 8 |
Re: RADDS work now stable with RepRap Firmware January 05, 2016 12:30PM |
Registered: 9 years ago Posts: 185 |
M569 P0 S1 R1 ; Drive 0 goes forwards; inverted enable M569 P1 S0 R1 ; Drive 1 goes backwards; inverted enable M569 P2 S0 R1 ; Drive 2 goes backwards; inverted enable M569 P3 S1 R1 ; Drive 3 goes forwards; inverted enable M569 P4 S1 R1 ; Drive 4 goes forwards; inverted enable M569 P5 S1 R1 ; Drive 5 goes forwards; inverted enable
;*** Heaters off M104 S0 T0 M140 S0
M111 S0 ; Debug off M550 PCoreXY ; Machine name (can be anything you like) M551 Preprap ; Machine password (used for FTP connections) ;M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address ;*** Adjust the IP address and gateway in the following 2 lines to suit your network ;M552 P0.0.0.0 ; IP address (0 = use DHCP) ;M552 P10.30.32.13 ; IP address ;M553 P255.255.0.0 ; Netmask ;M554 P10.30.218.161 M555 P2 ; Set output to look like Marlin G21 ; Work in millimeters G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Machine configuration M569 P0 S1 R1 ; Drive 0 goes forwards; inverted enable M569 P1 S0 R1 ; Drive 1 goes backwards; inverted enable M569 P2 S0 R1 ; Drive 2 goes backwards; inverted enable M569 P3 S1 R1 ; Drive 3 goes forwards; inverted enable M569 P4 S1 R1 ; Drive 4 goes forwards; inverted enable M569 P5 S1 R1 ; Drive 5 goes forwards; inverted enable ; If you use an endstop switch for Z homing, change Z0 to Z1 in the following line, and see also M558 command later in this file M574 X2 Y2 Z1 S0 ; set endstop configuration (X and Y and endstops only, at low end, active high) M667 S1 ; set CoreXY mode ;M906 X1200 Y1200 Z1200 E720 ; Set motor currents (mA) M92 X88.88889 Y88.88889 Z400 E96.27520187 ; Set steps/mm M201 X800 Y800 Z15 E1000 ; Accelerations (mm/s^2) M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min) M566 X600 Y600 Z30 E20 ; Maximum jerk speeds mm/minute M208 X100 Y100 Z2000 ; set axis maxima (adjust to suit your machine) M208 X-100 Y-100 Z-0.5 S1 ; set axis minima (adjust to make X=0 and Y=0 the edges of the bed) ; Z probe ;M558 P1 X0 Y0 Z1 ; Analog Z probe, also used for homing the Z axis ;G31 Z1.20 P500 ; Set the probe height and threshold (put your own values here) ; The following M557 commands are not needed if you are using a bed.g file to perform bed compensation ;*** Adjust the XY coordinates in the following M557 commands to suit your build and the position of the Z probe ;M557 P0 X60 Y0 ; Four... ;M557 P1 X60 Y165 ; ...probe points... ;M557 P2 X222 Y165 ; ...for bed... ;M557 P3 X222 Y0 ; ...levelling ;M557 P4 X141 Y82.5 ; 5th probe point for levelling ; Tool definition M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures ;*** If you have a dual-nozzle build, remove or comment out the previous line, and un-comment the following 3 lines1 ;M563 P1 D1 H2 ; Define tool 1 ;G10 P1 S0 R0 ; Set tool 2 operating and standby temperatures ;M563 P2 D2 H3 ; Define tool 2 ;G10 P2 S0 R0 ; Set tool 2 operating and standby temperatures ;M563 P3 D3 H4 ; Define tool 3 ;G10 P3 S0 R0 ; Set tool 3 operating and standby temperatures ;M92 E96.27520187:96.27520187:96.27520187:96.27520187 ; Set extruder steps/mm (dual nozzle) ; Thermistors and heaters ;*** If you have a Duet board with 4.7K thermistor series resistors, change R1000 to R4700 to the following M305 commands ; You can also use S and B parameters to define the parameters of the thermistors you are using M305 P0 T100000 R4700 B4066 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction M305 P1 T100000 R4700 B4066 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction ;*** Heaters off M104 S0 T0 M140 S0 ;*** If you are using axis compensation, put the figures in the following command M556 S78 X0 Y0 Z0 ; Axis compensation here M18 ; Disable stepper motors T0
Re: RADDS work now stable with RepRap Firmware January 05, 2016 12:43PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware January 05, 2016 01:24PM |
Registered: 9 years ago Posts: 8 |
Re: RADDS work now stable with RepRap Firmware January 05, 2016 01:47PM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 05, 2016 04:12PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware January 06, 2016 12:57AM |
Registered: 9 years ago Posts: 8 |
; SparkCube config file for dc42 Due RADDS firmware M111 S0 ; Debug off M550 SparkCube ; Machine name (can be anything you like) M555 P2 ; Set output to look like Marlin G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Machine configuration M569 P0 S0 R1 Y0 ; Drive 0 goes forward (change to S0 to reverse it) M569 P1 S0 R1 X0 ; Drive 1 M569 P2 S1 R1 Z0 ; Drive 2 M569 P3 S1 R1 E0 ; Drive 3 M569 P5 S1 R1 Z0 ; Drive 5 M92 X640 Y640 Z800 E953.1 ; If you use an endstop switch for Z homing, change Z0 to Z1 in the following line, and see also M558 command later in this file M574 X2 Y2 Z1 S1 ; set endstop configuration (X max, Y max, Z min, active HIGH) M667 S1 ; set CoreXY mode M201 X800 Y800 Z15 E1000 ; Accelerations (mm/s^2) M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min) M566 X600 Y600 Z30 E20 ; Maximum jerk speeds mm/minute M208 X300 Y300 Z205 ; set axis maxima (adjust to suit your machine) M208 X10 Y0 Z-0.5 S1 ; set axis minima (adjust to make X=0 and Y=0 the edges of the bed) ; Z probe M558 P1 X0 Y0 Z1 H5 F200 T5000 ; smart IR Z probe, used for homing Z axis only, dive height 3mm, probe speed 200mm/min, travel speed 5000mm/min G31 P500 X-28.3 Y22 Z1.65 ; set threshold and offsets ; Tool definition M563 P0 D0 H1 ; Define tool 0 G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures M92 E953.1 ; Set extruder steps per mm (single nozzle) ; Thermistors and heaters ;*** If you have a Duet board with 4.7K thermistor series resistors, change R1000 to R4700 to the following M305 commands ; You can also use S and B parameters to define the parameters of the thermistors you are using M305 P0 R4700 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction M305 P1 R4700 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction ; T0 ; select first hot end
Re: RADDS work now stable with RepRap Firmware January 06, 2016 02:47AM |
Registered: 11 years ago Posts: 14,686 |
Re: RADDS work now stable with RepRap Firmware January 06, 2016 09:09AM |
Registered: 11 years ago Posts: 38 |
Re: RADDS work now stable with RepRap Firmware January 06, 2016 09:58AM |
Registered: 9 years ago Posts: 8 |
Quote
dc42
RRF does not currently support paired drivers. With 3 Z motors, I suggest you connect them in series and drive them all from one driver. Depending on the motors, you might need to use 24V power to run the Z axis at a reasonable speed.
Re: RADDS work now stable with RepRap Firmware January 06, 2016 06:59PM |
Registered: 11 years ago Posts: 14,686 |
Quote
WestonWW
Quote
dc42
RRF does not currently support paired drivers. With 3 Z motors, I suggest you connect them in series and drive them all from one driver. Depending on the motors, you might need to use 24V power to run the Z axis at a reasonable speed.
I was thinking about doing this but couldn't find a good example of this done with more than 2 motors. I didn't want to overload my stepper driver without knowing what I was doing. I am running a 24v power supply so that is easy, other than slow axis response are there any other risks I should look out for?
Also, can you define endstop switches Hi/Lo independent of each other or do they all need to be the same?
Re: RADDS work now stable with RepRap Firmware January 06, 2016 11:35PM |
Registered: 9 years ago Posts: 8 |
Quote
Yes, you can have high endstops on some axes and low endstops on others.