Web interface, T0 and T1 disappeared!
-
Hi,
After I changed steps/mm, current, accelerations and jerk settings for my two extruders, the web interface is only showing the bed (it was bed, T0 and T1).
If I refresh the browser they appear for less than a second then they disappear again.
What's going on? how can I fix this? Thanks!
-
I think that you need to select tools somehow or perhaps there is a problem with the labeling of your hotends in the firmware. I have had hardware disappear before and it was usually connected to the listing and naming in tegh config files. Sorry I cannot be more definitive.
-
Thank you, but I didn't understand where to look.
I haven't changed any other settings other than the ones I mentioned. Everything were fine before the change. -
@dc42 any way to fix this please? I'm not able to use the printer.
-
@rajaakahel It looks like you've messed something up when you made the changes, so can you post your config.g file then we might be able to see what the problem is.
-
I added them from the "Tools" section. But still don't know what caused that. I hope they stay there now.
-
@deckingman I believe it's a bug, I changed only a few things that I know what they do. Will see if this happens again.
-
After I added them manually, they stayed for a few minutes, then when I edited the current value for T1, they disappeared again...
Here's the settings file:; Configuration file for Duet WiFi (firmware version 1.20 or newer)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Tue Jun 05 2018 01:10:26 GMT+0200 (CEST); General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder movesM667 S1 ; Select CoreXY mode
; Network
M550 PMy printer ; Set machine name
M552 S1 ; Enable network
M587 S"Xiaomi5772" P"Kahel2000" I192.168.31.206 J192.168.1.254 K255.255.255.0 ; Configure access point and IP addresses. You can delete this line once connected
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S0 ; Drive 1 goes forwards
M569 P2 S0 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M569 P4 S0 ; Drive 4 goes forwards
M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
M92 X80 Y80 Z800 E2700:2700 ; Set steps per mm
M566 X900 Y900 Z100 E40:40 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z1000 E5000:5000 ; Set maximum speeds (mm/min)
M201 X5000 Y5000 Z100 E120:120 ; Set accelerations (mm/s^2)
M906 X1100 Y1100 Z1000 E400:400 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S60 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X430 Y350 Z400 S0 ; Set axis maxima; Endstops
M574 X1 Y1 Z1 S1 ; Set active high endstops
;M574 Z1 S3 ; Set endstops controlled by motor load detection; Z-Probe
;M558 P0 H5 F120 T18000 ; Set Z probe type to switch and the dive height + speeds
;G31 P600 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
;M557 X15:385 Y15:335 S20 ; Define mesh grid; Heaters
M305 P0 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
M305 P2 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S280 ; Set temperature limit for heater 2 to 280C; Fans
M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 -
Thats it? Or something happened to copy-paste?
-
@aidar Sorry? That's my settings in case something is causing the problem.
-
This config seems to me like not finished, thats why i asked if the end is lost in copy-paste. Anyway, you havent define any tools in your config as i see. Look at https://duet3d.dozuki.com/Wiki/Gcode#Section_M563_Define_or_remove_a_tool
-
@aidar Oh, didn't notice that, thank you!
I had a back-up and I'v put what was missing, now it seems ok again. Strange, usually I'm very careful when I change something, don't know how that happened.
Here are the rest:
; Fans
M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1:2 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1:2 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 H1 ; 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
M563 P1 D1 H2 ; Define tool 1
G10 P1 X0.1 Y0.2 Z-1 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C; Automatic saving after power loss is not enabled
; Custom settings are not configured
-
You welcome, i am glad you got it sorted.