Firmware Upgrade Problems

Having a problem? Post it here and someone will be along shortly to help
Post Reply
brianmichalk
Printmaster!
Posts: 43
Joined: Fri Aug 12, 2016 3:20 pm

Firmware Upgrade Problems

Post by brianmichalk »

I am following the directions here:
https://seemecnc.dozuki.com/Guide/DUET+ ... 97?lang=en

I should have left well enough alone, but I was having problems with parts not printing to proper scale. So, I decided to update firmware to the latest.
I am getting a G28, Error: Failed to enable endstops
What do I do to fix this?

Code: Select all

12:45:18 PMM122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later
Board ID: 08DLM-996RU-N85T0-6J9F2-3S46N-1UTHP
Used output buffers: 3 of 24 (9 max)
=== RTOS ===
Static ram: 23876
Dynamic ram: 73272 of which 404 recycled
Never used RAM 16864, free system stack 184 words
Tasks: NETWORK(ready,13.4%,237) HEAT(delaying,0.0%,386) Move(notifyWait,0.1%,338) MAIN(running,86.2%,503) IDLE(ready,0.4%,29), total 100.0%
Owned mutexes: WiFi(NETWORK)
=== Platform ===
Last reset 00:04:24 ago, cause: software
Last software reset at 2021-12-16 12:40, reason: User, GCodes spinning, available RAM 16864, slot 2
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x08
Aux0 errors 0,0,0
Step timer max interval 0
MCU temperature: min 36.9, current 37.2, max 38.1
Supply voltage: min 13.0, current 13.1, max 13.2, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Driver 0: position 130770, standstill, SG min/max not available
Driver 1: position 130770, standstill, SG min/max not available
Driver 2: position 130770, standstill, SG min/max not available
Driver 3: position 0, standstill, SG min/max not available
Driver 4: position 0, standstill, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 2021-12-16 12:45:17
Cache data hit count 4294967295
Slowest loop: 3.18ms; fastest: 0.15ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 1.0ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = -1 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 15.35ms; fastest: 0.00ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8
- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.26
WiFi MAC address 84:0d:8e:b2:f8:6e
WiFi Vcc 3.38, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 27016
WiFi IP address 192.168.10.196
WiFi signal strength -37dBm, mode 802.11n, reconnections 0, sleep mode modem
Clock register 00002002
Socket states: 4 0 0 0 0 0 0 0
geneb
ULTIMATE 3D JEDI
Posts: 5362
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Firmware Upgrade Problems

Post by geneb »

Please post your config.g file.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
marte_91
Noob
Posts: 2
Joined: Wed Jun 03, 2015 2:06 pm

Re: Firmware Upgrade Problems

Post by marte_91 »

; SeeMeCNC 3D Printers
; General preferences
G90 ; absolute coordinates
M83 ; relative extruder moves

; Only remove ONE semi-colon for ONE printer configuration
M550 P"RMAXV32" ; set printer name (ARTEMIS, RostockMAX, BOSSdelta, SeeMeCNC, BestFriend, etc.)
M665 R150 L340.5 B150 H400 X0 Y0 Z0 ; INJECTION MOLDED ARMS delta radius, diagonal rod length, printable radius and homed height
;M665 R150 L350 B150 H350 X0 Y0 Z0 ; CARBON FIBER ARMS length setting

M666 X0 Y0 Z0 ; endstop adjustment (this is set by autocalibration leveling)

; 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
M569 P1 S0 ; physical drive 1
M569 P2 S0 ; physical drive 2
M569 P3 S0 ; physical drive 3 S one or zero = motor direction
M569 P4 S0 ; physical drive 4 S one or zero = motor direction
M584 X0 Y1 Z2 E3:4 ; set drive mapping
M350 X16 Y16 Z16 E16:16 I1 ; configure micro stepping with interpolation
M92 X200.00 Y200.00 Z200.00 E182.00:182.00 ; 0.9 step/degree motors set steps per mm < adjust depending on pulley num. of Teeth
;M92 X100.00 Y100.00 Z100.00 E91.00:91.00 ; 16T PULLEYS 1.8 step/degree motors set steps per mm (older SeeMe printers <2017)
;M92 X80.00 Y80.00 Z80.00 E91.00:91.00 ; 20T PULLEYS 1.8 step/degree motors set steps per mm (older SeeMe printers <2017)
M566 X700.00 Y700.00 Z700.00 E2000.00:2000.00 ; set maximum instantaneous speed changes (mm/min)
M203 X10000.00 Y10000.00 Z10000.00 E9000.00:9000.00 ; set maximum speeds (mm/min)
M201 X1400.00 Y1400.00 Z1400.00 E5000.00:5000.00 ; set accelerations (mm/s^2)
M906 X1500 Y1500 Z1500 E1300:1300 I40 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout

; Axis Limits
M208 Z0 S1 ; set minimum Z

; End-stops
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 P5 I0 A4 R0.4 C"zprobe.in" H10 F2500 T6000 ; HOTEND PROBEset Z probe type to switch and the dive height + speeds
;M558 P5 I1 A4 R0.4 C"!^zprobe.in" H10 F250 T6000 ; FSR PROBE set Z probe type to switch and the dive height + speeds
G31 P500 X0 Y0 Z-0.4 ; set Z probe trigger value, offset and trigger height
M557 R130 S30 ; define mesh grid

; Bed Heater
M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 0 as thermistor on pin bed temp
M950 H0 C"bedheat" T0 ; create bed heater output on bed heat and map it to sensor 0
M307 H0 R0.245 C774.3 D25.92 S1.00 V12.9 ; Bed Heater Process Parameters
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C

; Hotend Heater
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
M307 H1 R3.300 C110.0115.0 D7.00 S1.00 ; Hotend Heater Process Parameters
M143 H1 S280 ; Hotend Max Temp

; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan2" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S0.80 H1 T45 ; set fan 1 value. Thermostatic control is turned on

; Tool Extruder 1
M563 P0 D0 H1 F0
G10 P0 X0 Y0 Z0
G10 P0 S0 R0

; Tool Extruder 2
M563 P1 D1 H1 F0
G10 P1 X0 Y0 Z0
G10 P1 S0 R0

;Filament Runout Sensor
M950 J0 C"!^e0Stop" ; create switch pin
M950 J1 C"!^e1stop" ; create switch pin
M581 P0:1 T2 S1 R1 ; run trigger2.g to pause if filament has run out during SD card printing

; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDue
M501 ; load saved parameters from non-volatile memory
T0 ; select Tool 0
M911 S10.5 R11.2 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
M579 X1.0090 Y1.0090 Z1.0090 ; scale axis all three must be equal
marte_91
Noob
Posts: 2
Joined: Wed Jun 03, 2015 2:06 pm

Re: Firmware Upgrade Problems

Post by marte_91 »

having the same issue
geneb
ULTIMATE 3D JEDI
Posts: 5362
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Firmware Upgrade Problems

Post by geneb »

What happens when you issue an M119 with none of the end stop switches triggered? Test each one - hold an end stop closed, issue the m119 and make sure it reports the right switch as being triggered.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Post Reply

Return to “Troubleshooting”