RF1000 Which doesn't want to print properly

Hier geht es um die reine Hardware des RF1000. Bitte nutzt das "Forum durchsuchen" und die Kategorien. Wenn nicht klar ist wohin, dann in Sonstiges.
speckledpear
Anfänger
Anfänger
Beiträge: 6
Registriert: Sa 9. Mai 2020, 12:22
Wohnort: arnhem

Re: RF1000 Which doesn't want to print properly

Beitrag von speckledpear »

Thanks for the responses. I've cleaned the filament lead-in. Lowered the printing speed and altered the start G-code. The F-value of around 5500 seems like a good fit considering the value is usually around 4000 and tops at 5000 on top layers. I might try it with 6500 tomorrow. For some background, how is this value measured and what exactly does it represent? I don't really understand the impact of it yet.
New start G-code

Code: Alles auswählen

G28 ; home all axes
G1 Z5 F5000 ; lift nozzle
M3001 ; Activate Z-Compensation
M3909 P5500 S300 ; Configure and activate SenseOffset (https://www.rf1000.de/wiki/index.php/SenseOffset) 
M3911 S4900 P5500 F-30 E-30 ; Configure and set DigitFlowCompensation (https://www.rf1000.de/wiki/index.php/DigitFlowCompensation)
G90 ; use absolute coordinates
M82 ; use absolute distances for extrusion
;---- Start line ----
G92 E0 ; start line
G1 F300 E-0.5
G1 X230 Y22 Z0.35 F5000
G1 F30 E1
G1 X18 E10 F400
G1 X2 
;---- End start G-code ----
The new results are mediocre, I believe it might come down to a lack of cooling. What do you think?
Pictures
This cube was printed without glue on the bed. It didn't stick well in the corners.
Bild

This cube was printed with the same settings but with glue on the bed.
Bild
About the bed temperature, why would this be lowered?

About the fan, what do you think about the new parts I suggested earlier? I might give printing the support with ABS a try. The old fans worked but I don't know what output these were connected to. Nonetheless, a 12V radial fan should work, right?
Benutzeravatar
AtlonXP
3D-Drucker Erfinder
3D-Drucker Erfinder
Beiträge: 3374
Registriert: So 15. Nov 2015, 20:55
Has thanked: 742 times
Been thanked: 588 times

Re: RF1000 Which doesn't want to print properly

Beitrag von AtlonXP »

Hi,

the RFX000 class has two arms at the top.
These are strain gauges, where force acts on the extruder and thereby changes its electrical resistance.
The resistance finally represents the digits.
The higher the digits, the more the strain gauges bend and the extruder motor has to use more force.
Of course, this also changes the nozzle distance to the printed part.

Lowering the bed temperature creates a cooler environment for the printed part.
The pressure part overheats less!

A lower speed lowers the digits and the printed part can cool down better, even without a component fan.
However, you should know exactly how far you can lower the bed temperature without the printed part losing its grip on the bed.

The easiest way is to print two dice at the same time.
This doubles the cooling time.
Then you will understand what I mean.

The original 12 V output from the mainboard cannot even last for 0.5 watts.
It’s about to be fried!
See my link in more detail on component fan repair.

LG AtlonXP
speckledpear
Anfänger
Anfänger
Beiträge: 6
Registriert: Sa 9. Mai 2020, 12:22
Wohnort: arnhem

Re: RF1000 Which doesn't want to print properly

Beitrag von speckledpear »

Hi,

Thank you for the explanation!

I printed a calibration cube and cat at the same time to test the effects of the increased layer time. This is still done at 190 °C extrusion with 60 °C bed temperature. However, this still requires glue to stick every time I print something. I clean the print bed beforehand but doesn't the use of glue still create small (unwanted) differences along the print bed? I assume the adhesion would only get worse once I start lowering the temperature. I could order some kapton tape along with the 24V fan. What do you think?

The prints still show a lack of cooling even though the average layer time was around 1-2 minutes.
Pictures
Cube
Bild
Cat
Bild
Cat's tail
Bild
Board front
Bild
Board zoomed to connected pins
Bild
For the fan, I'm just going to double-check so I don't fry my board:
The 24 V (X20) output can withstand this load.
If you are using a 24V fan, you could also connect it to X19, assign the pin in the firmware to the fan and work with it.
The pin number is in the firmware behind FAN_PIN.
If I see that correctly, it is usually = #define ORIG_FAN_PIN 27 // PINA.5, 73, OUT2
But since the mosfet at pin 27 could be defective:
X19 also has a mosfet which should be #define CASE_LIGHT_PIN 25. I suspect that you can also use this port. It always makes 24V.
(from viewtopic.php?t=2048)
So I can remove the blue-red cable from X24 and connect it to either X19 or X20 and then change this pin number in the firmware? Then I can connect a new 24V fan to the outlet of the blue-red cable near the extruder without breaking the port?

Thank you,
Stefan
Benutzeravatar
AtlonXP
3D-Drucker Erfinder
3D-Drucker Erfinder
Beiträge: 3374
Registriert: So 15. Nov 2015, 20:55
Has thanked: 742 times
Been thanked: 588 times

Re: RF1000 Which doesn't want to print properly

Beitrag von AtlonXP »

Hi,
first of all you should check whether the 24V as PWM signal is still available on port X20.
It is the same MOSFET that also switches port X24.
If there is still electricity there is no need to change anything in the FW.
Simply plug a 24 V fan into port X20 and continue.

The X19 port is defined in our FW in the printer as "light on" and can be switched via G code or on the printer menu.
As another option, I would like to address port X10, which is also free.
On this and the X19, changes in the firmware have to be made.
Programming is not my area of ​​expertise.

A radial fan is best suited for your project.
This type of fan is able to generate more air pressure than an axial fan.
An axial fan is more suitable for larger air volumes.

Just like that next to.
Look at my little fan, that's enough for me.
viewtopic.php?p=14480#p14480

LG AtlonXP
speckledpear
Anfänger
Anfänger
Beiträge: 6
Registriert: Sa 9. Mai 2020, 12:22
Wohnort: arnhem

Re: RF1000 Which doesn't want to print properly

Beitrag von speckledpear »

Hi,

Thank you for the response. I ordered the fan and connected it to port X20. The fan works and I'm going to test how to best utilize it.

However, I also noticed a (new?) buzzing sound coming from the circuit board once I turn on the printer. To check if this is caused by the newly attached fan I removed the connector from port X20 but the buzzing still persists. Now I'm not sure if I never noticed this before or if it's new. If it is new I have no idea if it's harmful or not. Everything works as it should.

Does anyone have any idea what this could be?

Thank you,
Stefan
Benutzeravatar
AtlonXP
3D-Drucker Erfinder
3D-Drucker Erfinder
Beiträge: 3374
Registriert: So 15. Nov 2015, 20:55
Has thanked: 742 times
Been thanked: 588 times

Re: RF1000 Which doesn't want to print properly

Beitrag von AtlonXP »

Hi,
the noise could come from your engines.
If you switch off the motors in the printer menu, the sounds should stop.
Then that's normal.

LG AtlonXP
uffy
Frischling
Frischling
Beiträge: 3
Registriert: Mo 24. Aug 2015, 13:25
Wohnort: Vännäsby, Schweden

Re: RF1000 Which doesn't want to print properly

Beitrag von uffy »

Hello I have a problem with my RF1000. It does print OK.
But I can not reverse the feeding of filament to extruder.
It does not go backwards when I try to press the button for reverse direction of filament.
What can I do?
Uffy
Benutzeravatar
rf1k_mjh11
Developer
Developer
Beiträge: 2051
Registriert: Di 6. Jan 2015, 19:44
Wohnort: Autriche
Has thanked: 263 times
Been thanked: 542 times

RF1000 Which Won't Retract the Filament

Beitrag von rf1k_mjh11 »

Hi Uffy,

Making a decent analysis and coming up with the proper solution is a little difficult due to the lack of information.

My first guess would be that you are trying to retrack with a cold hot end. If the hot end (~extruder) is below a certain temperature, all moves are disabled.

Q: When retracting filament does not work, does extruding filament still work?

Q: If you use a host via USB (Repetier-Host, Pronterface, Simplify 3D, etc.), can you extrude but not retract?

May COVID-19 spare us all!,

mjh11
RF1000 (seit 2014) mit:
  Pico Hot End (mit eigenem Bauteil- und Hot End Lüfter)
  Ceran Bett
  FW RF.01.47 (von Conrad, modif.)

Die Natur kontert immer sofort mit einem besseren Idioten.
uffy
Frischling
Frischling
Beiträge: 3
Registriert: Mo 24. Aug 2015, 13:25
Wohnort: Vännäsby, Schweden

Re: RF1000 Which doesn't want to print properly

Beitrag von uffy »

I use USB from my laptop computer. I can extrude but not retract. I did use Repetier-Host. The extruder was not cold. AND I can not getfrinting from the SD card to function, only USB.
uffy
Frischling
Frischling
Beiträge: 3
Registriert: Mo 24. Aug 2015, 13:25
Wohnort: Vännäsby, Schweden

Re: RF1000 Which doesn't want to print properly

Beitrag von uffy »

Printing from the SD Card.
Antworten

Zurück zu „Hardware“