Welcome! Log In Create A New Profile

Advanced

New RepRapFirmware release 1.09r-dc42

Posted by dc42 
Re: New RepRapFirmware release 1.09r-dc42
January 23, 2016 09:18AM
Ah. I have 1.06.

How do I update that part?

Update:

It's ok, I got it. Copied over the latest www folder from Github and now have 1.08 installed. All good now.

Thanks for the help.

Edited 1 time(s). Last edit at 01/23/2016 10:24AM by rjmusto.
Re: New RepRapFirmware release 1.09r-dc42
January 23, 2016 10:57AM
Quote
rjmusto
Ah. I have 1.06.

How do I update that part?

Update:

It's ok, I got it. Copied over the latest www folder from Github and now have 1.08 installed. All good now.

Thanks for the help.

Glad I could be of limited Help (Not an Expert yet)
Re: New RepRapFirmware release 1.09r-dc42
January 23, 2016 03:38PM
Another quick question: the x-axis homing is now hitting the endstops (and yes the white paper is still there on the stub). Are there any other SD Card files that need updating for 1.09r perhaps?
Thanks.
Re: New RepRapFirmware release 1.09r-dc42
January 23, 2016 06:38PM
Your previous config.g file and homing files should still work. If the gap between the homing tab and the proximity sensor is too large to give reliable homing, then gluing a small piece of white card on top to raise it a little may help.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: New RepRapFirmware release 1.09r-dc42
January 24, 2016 12:19AM
I have/ had with both printers that problem. I do not know why this happened exactly. At least I had to exchange the x-carriage maybe this is the cause. The original x-carriage including the original sensor board (3pin MK1 and 4-pin MK2) does not reach the trigger point. For my MK2 I temporarily added a small piece of white paper (white label). It does not look good and it is not very precisely, but it works. It looks like that the sensor is too close in x-arm-direction. The sensor hits the diagonal of the trigger area instead the horizontal.
For my MK1 I added this nice one by dc42:
[github.com]

This will be added to my MK2, too.

Edited 1 time(s). Last edit at 01/24/2016 12:19AM by Treito.


Slicer: Simplify3D 4.0; sometimes CraftWare 1.14 or Cura 2.7
Delta with Duet-WiFi, FW: 1.20.1RC2; mini-sensor board by dc42 for auto-leveling
Ormerod common modifications: Mini-sensor board by dc42, aluminum X-arm, 0.4 mm nozzle E3D like, 2nd fan, Z stepper nut M5 x 15, Herringbone gears, Z-axis bearing at top, spring loaded extruder with pneumatic fitting, Y belt axis tensioner
Ormerod 2: FW: 1.19-dc42 on Duet-WiFi. own build, modifications: GT2-belts, silicone heat-bed, different motors and so on. Printed parts: bed support, (PSU holder) and Y-feet.
Ormerod 1: FW: 1.15c-dc42 on 1k Duet-Board. Modifications: Aluminium bed-support, (nearly) all parts reprinted in PLA/ ABS, and so on.
Re: New RepRapFirmware release 1.09r-dc42
January 24, 2016 06:45AM
Added a pice of white card and working fine again. It has been ok for months and just decided to cause trouble coincident with the firmware upgrade - typical curved ball!
Re: New RepRapFirmware release 1.09r-dc42
January 24, 2016 10:05AM
Hi,
I have an Ormerod 2 and I made the upgrade of the firmware for the first time. Passing from v0.78 to v1.9. I used Arduino IDE 1.6.1.
I made passages in right mode and I've upgraded it.

Now I'm setting config.g .
My Duet is a 1K board (R19 and R21 resistors report "102" on the top).
I'm reading "Setting the temperature for you your board" on Commissioning page, but don't know how do I do.
In the config.g file the values are:

;M305 P0 R4700 ; Set the heated bed thermistor series resistor to 4K7
;M305 P1 R4700 ; Set the hot end thermistor series resistor to 4K7

What do I do?
Re: New RepRapFirmware release 1.09r-dc42
January 24, 2016 10:37AM
Change the R4700 to R1000 and remove the ;before the M305
Re: New RepRapFirmware release 1.09r-dc42
January 24, 2016 10:50AM
Ok. Thanks Darathy.
It's all correct?



; Configuration file for RepRap Ormerod 2
; RepRapPro Ltd
;
; Copy this file to config.g if you have an Ormerod 2
; If you are updating a config.g that you already have you
; may wish to go through it and this file checking what you
; want to keep from your old file.
;
; For G-code definitions, see [reprap.org]
;
M111 S0 ; Debug off
M550 PMy RepRapPro Ormerod 2 ; Machine name (can be anything you like). With DHCP enabled connect to (example) [reprapproormerod2] (machine name with no spaces).
M551 Preprap ; Machine password (currently not used)
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;M552 P0.0.0.0 ; Un-comment for DHCP
M552 P192.168.1.14 ; IP address, comment for DHCP
M553 P255.255.255.0 ; Netmask
M554 P192.168.1.1 ; Gateway, comment for DHCP
M555 P2 ; Set output to look like Marlin
G21 ; Work in millimetres
G90 ; Send absolute corrdinates...
M83 ; ...but relative extruder moves
M906 X800 Y1000 Z800 E800 ; Set motor currents (mA)
M305 P0 R1000 ; Set the heated bed thermistor series resistor to 1K
M305 P1 R1000 ; Set the hot end thermistor series resistor to 1K
M569 P0 S0 ; Set X axis direction
M92 E420 ; Set extruder steps per mm
M558 P2 ; Use a modulated Z probe
G31 Z0.8 P600 ; Set the probe height and threshold (deliberately too high to avoid bed crashes on initial setup)
M556 S75 X0 Y0 Z0 ; Put your axis compensation here
M201 X500 Y500 Z15 E500 ; Accelerations (mm/s^2)
M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)
M566 X200 Y200 Z30 E20 ; Minimum speeds mm/minute
M563 P0 D0 H1 ; Define tool 0
G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures
;M563 P1 D1 H2 ; Define tool 1, uncomment if you have a dual colour upgrade
;G10 P1 X19 S-273 R-273 ; Set tool 1 operating and standby temperatures, uncomment if you have a dual colour upgrade



The other doubt is...

I send "M105" command and the response is:


ok T: B:21.6 H0:21.6/-273.1 H1:20.8/-273.0


Temperature of the room is about 22°C. It's all ok to go over and connect with Pronterface?

Edited 4 time(s). Last edit at 01/25/2016 07:17AM by Palobay.
Re: New RepRapFirmware release 1.09r-dc42
January 24, 2016 07:27PM
My heated bed has a 100K thermistor instead of a 10K... can I account for this in software, or will I need to find a proper thermistor? I previously sent this command to change the expected resistance on the board:

M305 P0 R95.5                       ; Set the heated bed thermistor series resistor

To obtain the expected room temperature. R95.5 is pretty close and was determined through trial-and-error, based on the glass thermometer I keep in a glass next to my desk. Is there anything wrong with this approach, or will it cause problems elsewhere?

Edited 2 time(s). Last edit at 01/24/2016 07:28PM by 0x0000.
Re: New RepRapFirmware release 1.09r-dc42
January 25, 2016 02:16AM
Here is my entry for the config.g

M305 P0 R4700 H0 L0	B3950 T100000.0	; Put your own H and/or L values here to set the bed thermistor ADC correction

Again there are only two allowed parameters for the R-value either 1000 for older boards or 4700 for newer boards. With your settings you will not get any proper readings. I hope you have an infrared thermometer to compare the readings of the Duet. Maybe you should ask for assistance.


Slicer: Simplify3D 4.0; sometimes CraftWare 1.14 or Cura 2.7
Delta with Duet-WiFi, FW: 1.20.1RC2; mini-sensor board by dc42 for auto-leveling
Ormerod common modifications: Mini-sensor board by dc42, aluminum X-arm, 0.4 mm nozzle E3D like, 2nd fan, Z stepper nut M5 x 15, Herringbone gears, Z-axis bearing at top, spring loaded extruder with pneumatic fitting, Y belt axis tensioner
Ormerod 2: FW: 1.19-dc42 on Duet-WiFi. own build, modifications: GT2-belts, silicone heat-bed, different motors and so on. Printed parts: bed support, (PSU holder) and Y-feet.
Ormerod 1: FW: 1.15c-dc42 on 1k Duet-Board. Modifications: Aluminium bed-support, (nearly) all parts reprinted in PLA/ ABS, and so on.
Re: New RepRapFirmware release 1.09r-dc42
January 25, 2016 02:32AM
wrong thread

Edited 2 time(s). Last edit at 01/25/2016 02:35AM by Treito.


Slicer: Simplify3D 4.0; sometimes CraftWare 1.14 or Cura 2.7
Delta with Duet-WiFi, FW: 1.20.1RC2; mini-sensor board by dc42 for auto-leveling
Ormerod common modifications: Mini-sensor board by dc42, aluminum X-arm, 0.4 mm nozzle E3D like, 2nd fan, Z stepper nut M5 x 15, Herringbone gears, Z-axis bearing at top, spring loaded extruder with pneumatic fitting, Y belt axis tensioner
Ormerod 2: FW: 1.19-dc42 on Duet-WiFi. own build, modifications: GT2-belts, silicone heat-bed, different motors and so on. Printed parts: bed support, (PSU holder) and Y-feet.
Ormerod 1: FW: 1.15c-dc42 on 1k Duet-Board. Modifications: Aluminium bed-support, (nearly) all parts reprinted in PLA/ ABS, and so on.
Re: New RepRapFirmware release 1.09r-dc42
February 28, 2016 11:09AM
Hi,

I have loaded last firm RepRapFirmware-1.09r-dc42 end Web Interface Version: HTML: 1.08, JS: 1.08


with older versions, using the button "Upload & Print" software sent the gcode to sd card, printed it, and later erase it. Now do not erase more .... it is a bug or is there a setting that I did not?
Re: New RepRapFirmware release 1.09r-dc42
February 28, 2016 02:49PM
Quote
Mak64
Hi,

I have loaded last firm RepRapFirmware-1.09r-dc42 end Web Interface Version: HTML: 1.08, JS: 1.08


with older versions, using the button "Upload & Print" software sent the gcode to sd card, printed it, and later erase it. Now do not erase more .... it is a bug or is there a setting that I did not?

As far as I know, Upload & Print has never erased the files afterwards.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: New RepRapFirmware release 1.09r-dc42
February 29, 2016 03:01AM
Quote
dc42
As far as I know, Upload & Print has never erased the files afterwards.

The version html / js 1.03 , with the button "Upload & Print Drop/Click", print and after delete.
To not delete the files on the SD you had to use the button "SD Upload Drop".
It was convenient to print "disposable."

Edited 1 time(s). Last edit at 02/29/2016 03:02AM by Mak64.
Re: New RepRapFirmware release 1.09r-dc42
February 29, 2016 03:47AM
See my response in the other thread.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: New RepRapFirmware release 1.09r-dc42
March 04, 2016 12:38PM
Does this still have the tweaks for the ADC crosstalk that were in the earlier alphas? I got the first Duex4 extruder wired up and it was requiring some very aggressive ADC compensation that was also affecting all the other temperatures.
Re: New RepRapFirmware release 1.09r-dc42
March 04, 2016 03:53PM
Yes, version 1.09r includes the fixes for ADC channel crosstalk on the Duet 0.8.5.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: New RepRapFirmware release 1.09r-dc42
March 07, 2016 06:49AM
I noticed that when the hot end gets the temperature as low as 160C the extruder stops extruding.
Is there a way to lower this temperature setting cause I have some filament that can print at temp at 160C, so now I keep it at 161C.
I know its not a big difference +/-1C but I would like not to be only 1C away from the temp that extruder stops working at.
Re: New RepRapFirmware release 1.09r-dc42
March 07, 2016 07:01AM
Yes, that's the cold extrusion prevention. You can turn it off in RRF by sending M302 P1, but I don't think it's possible to modify this value (yet) unless you recompile the firmware.
Sorry, only registered users may post in this forum.

Click here to login