It used to work perfectly, strangely now it's stopped. Now I read again this link that you posted to me.
Latest posts made by Fedekossel1
-
RE: g29 crash bed
-
g29 crash bed
hi, lately i'm having problems with self-leveling, i run the g32 perfectly with smart effector, after step to the g29 for the mesh, towards the last touches it slams the nozzle over the bed and stops, I checked all the cables with the tester are ok.
another problem that I'm having, during the press it doesn't respond to babysteps, it doesn't get up and it doesn't go down.
I attach my configuration
Duet Web Control 2.1.3
Board: Duet WiFi 1.02 or later (duetwifi102)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 2.05.1 (2020-02-09b1)
Duet WiFi Server Version: 1.23config.g :
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Apr 20 2020 15:09:48 GMT+0200 (Ora legale dell’Europa centrale); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"kossel" ; set printer name
M665 R185 L360.27 B150 H371 ; 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 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
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 Z160.00 E830.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 E1000.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E700 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 Z0 S1 ; set minimum Z; Endstops
M574 X2 Y2 Z2 S1 ; set active high endstops; Z-Probe
M558 P5 R0.4 H5 F500 T5000 ; set Z probe type to effector and the dive height + speeds
G31 P100 X0 Y0 Z-0.175 ; set Z probe trigger value, offset and trigger height
M557 R120 S20 ; define mesh grid; Heaters
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4092 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 S280 ; set temperature limit for heater 1 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 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 memoryconfig.override
; config-override.g file generated in response to M500 at 2020-05-19 05:01
; This is a system-generated file - do not edit
; Delta parameters
M665 L360.270:360.270:360.270 R185.199 H368.562 B150.0 X0.282 Y0.051 Z0.000
M666 X1.313 Y-0.872 Z-0.441 A0.00 B0.00
; Heater model parameters
M307 H0 A157.6 C626.6 D2.2 S1.00 V24.7 B0
M307 H1 A648.3 C115.7 D5.6 S1.00 V24.6 B0
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00 -
RE: Double abnormal config.g file
Version 2.05, With old versions I didn't have this problem.
-
Double abnormal config.g file
Hello, strangely something strange happens to me, after editing the config.g file the changes made are not made by the duet, I realized that I have to edit the config.g.bak file as well,Just so the duet makes the changes I changed on the config.g, I tried to delete the config.g.bak file as soon as I turn off no longer starts And it doesn't connect to the wifi network, I put the config.g.bak file back into the memory and the Card works normally. What happened?
-
RE: External perimeter problem
@giostark That's right, I have the same blobs of this discussion that you linked to me
-
RE: External perimeter problem
@Phaedrux Tomorrow morning I'll put all the necessary information
-
RE: External perimeter problem
@giostark As soon as every perimeter that does at any height starts, the perimeter begins with too much material but only where the retraction begins, to better understand along the entire seam.
-
RE: External perimeter problem
@giostark I use smart effector leveling is very precise, I have a nozzle from 0.4 and use volcano
-
RE: External perimeter problem
@bot In any case, you highlight the problem I have very swollen seams
-
RE: External perimeter problem
@Phaedrux Is it normal that activating the M572 command makes a strange noise? It's very annoying