Has my bed malfunction, or my ssr?
Or have i a false phrase in rrf3?
Posts made by goodchrhere
-
RE: After Firmware update on Duet 2 Ethernet from 2.04 to 3 Error
-
RE: After Firmware update on Duet 2 Ethernet from 2.04 to 3 Error
okay i understand, it work by the 3d printer in the company. At home i have the same problem. I tuned the bed, and it will be heat up. but when i set 50° for bed, it will heat. After to reach 50° the voltage from 12V goes down to 9.5V. I have a 12V bed with a ssr.
The heatbed https://www.3dware.ch/MK3-Alu-Heizbett-400mm-x-300mm-De.htm
The ssr: https://www.aliexpress.com/item/32756137315.html?spm=a2g0s.9042311.0.0.27424c4dRuqXvcIn rrf2 it works fine and in rrf3 it give an error.
-
RE: After Firmware update on Duet 2 Ethernet from 2.04 to 3 Error
@jay_s_uk Thanks, it works. i'm stupid xD
-
RE: After Firmware update on Duet 2 Ethernet from 2.04 to 3 Error
No, i will do it now. Thanks, i will reply after
-
After Firmware update on Duet 2 Ethernet from 2.04 to 3 Error
Hello
After update on Duet2 Ethernet i have a Problem when i heating the Bed.
It show me an error: Heating fault on heater 0 temperature rising more slowly than the expected 0.8°C/sec.here my config:
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.7 on Wed Jan 15 2020 14:35:10 GMT+0100 (Mitteleuropäische Normalzeit); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Deltawasp 2.0" ; set printer name
M665 R175 L295 B110 H416 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X256 Y256 Z256 E64 I0 ; configure microstepping without interpolation
M92 X1350.00 Y1350.00 Z1350.00 E663.00 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1600.00 ; set accelerations (mm/s^2)
M906 X1600 Y1600 Z1600 E1000 ; set motor currents (mA)
M84 S0 ; Disable motor idle current reduction; Axis Limits
M208 Z0 S1 ; set minimum Z; Endstops
M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop
M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop
M574 Z2 S1 P"zstop" ; configure active-high endstop for high end on Z via pin zstop; Z-Probe
M558 P0 H0 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 R85 S20 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M143 H1 S300 ; set temperature limit for heater 1 to 300C
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S1 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H-1 ; set fan 1 value. Thermostatic control is turned off; Tools
M563 P0 D0 H1 F-1 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
-
RE: Endstop problem DeltaWasp
@dc42 I don't know, but i solved the problem.
-
RE: Endstop problem DeltaWasp
@droftarts I changed the value. I have the problem, the z is 5mm to high during the printing.
I changed the homed heigh from 430 to 435mm but i have g0/g1 error, target position not reachable from current position.
What is the problem?thanks for your help.
-
RE: Endstop problem DeltaWasp
@droftarts It's nema 17 motors, you can using 1.68A on this motor, no problem
-
RE: Endstop problem DeltaWasp
@droftarts I changed all the sequences and it works. thank you.
-
Endstop problem DeltaWasp
Hello
I have installed the duet board on a Delta Wasp 2040.
Endstop works, but at the end of the Endstop it is not X0 Y0 and Z430.What is the problem?
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.5 on Tue Oct 29 2019 12:23:52 GMT+0100 (Mitteleuropäische Normalzeit); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Deltawasp 2.0" ; set printer name
M665 R175 L295 B110 H430 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 ; put your endstop adjustments here, or let auto calibration find them; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X256 Y256 Z256 E64 I0 ; configure microstepping without interpolation
M92 X1374.00 Y1374.00 Z1374.00 E390.00 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1600.00 ; set accelerations (mm/s^2)
M906 X1600 Y1600 Z1600 E1600 ; set motor currents (mA)
M84 S0 ; Disable motor idle current reduction; Axis Limits
M208 X0 Y0 Z0 S1 ; set minimum Z; Endstops
M574 X0 Y0 Z0 S1 ; set active high endstops; Heaters
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S300 ; set temperature limit for heater 1 to 300C; Fans
M106 P0 S1 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H-1 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off; Tools
M563 P0 D0 H1 F-1 ; define tool 0G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
; Custom settings are not defined
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool v2.1.2 on Tue Nov 12 2019 16:19:50 GMT+0100 (Mitteleuropäische Normalzeit)
G91 ; relative positioningG1 S1 X505 Y505 Z505 F3000 ; move all towers to the high end stopping at the endstops (first pass)
G1 S2 X-5 Y-5 Z-5 F3000 ; go down a few mm
G1 S1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
G1 S2 F6000 ; move down a few mm so that the nozzle can be centred
G90 S1 X0 Y0 Z430 ; absolute positioning -
extruder motor didn't work
Hello
Extruder Motor doesn't work, when i like to extrude. Hotend is on 200 degres.
I changed the motor and he still doesn't work.
Is there a fault in the config?
In the test config mode he works fine.best regards
goodchrhereConfig are below:
; Configuration file for Duet WiFi (firmware version 2.xx)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.3 on Sat Sep 07 2019 20:36:27 GMT+0200 (Mitteleuropäische Sommerzeit); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Cinemucker" ; set printer name; Network
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X160.00 Y160.00 Z4266.67 E458.81 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X1500 Y1500 Z1500 E1500 ; set motor currents (mA)
M84 S0 ; Disable motor idle current reduction; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X300 Y400 Z400 S0 ; set axis maxima; Endstops
M574 X1 Y1 Z1 S0 ; set active high endstops; Heaters
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S300 ; set temperature limit for heater 1 to 300C; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off; Tools
M563 P0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
M501 ; load saved parameters from non-volatile memory -
RE: Endstop switches doesnt work
I‘t works fine, thanks for your helps!
-
RE: Endstop switches doesnt work
okay, i dont know, i had new wired and x and y works. i'm an idiot xD
What i have to chance in my config, to active z with the same switch? -
RE: Endstop switches doesnt work
@calvinx okay i will make photos today or tomorrow evening.
thanks for your help -
RE: Endstop switches doesnt work
@themelle i did that, i checked the wiring 3 times.
-
RE: Endstop switches doesnt work
@veti i will do that today or tomorrow evening.
-
RE: Endstop switches doesnt work
@droftarts i checked my wiring 3 times. i measured with a multimeter on the plug, and ih have signal or no signal, but the duet doesn't recognize the signal. i know that only work in x and y because my config.
But x and y doesn't work. -
RE: Endstop switches doesnt work
okay, i will look to the endstops leds.
okay, i will change the configuring for the z endstop.Thanks for your help.