3.5 beta2 M929
-
M929 "file.txt" S1
M929 "file.txt" S2
M929 "file.txt" S3
M929 "file.txt" S0
M929 S1I tried different combinations but always with the same result.
Event loging is disabled.Something wrong?
-
-
@T3P3Tony - yes, sorry. But still not work.
-
Try starting with sending
M929 S0
in your DWC console, create the file manually and place it in/sys/
then go to console again and sendM929 P"filename.txt" S1
and see what happens. -
@Exerqtor - File created but still same...
On 3.4.5 work without problem.
-
@PetrKroupa
Might be an SBC thing
Working on Duet 2 stand alone2023-03-06 20:22:37 [info] Event logging started at level info 2023-03-06 20:22:37 [info] Running: Duet WiFi 1.02 or later: 3.5beta2+ (2023-02-12 12:52:31) 2023-03-06 20:22:46 [info] M291: - Tool - Please load Tool #0 2023-03-06 20:22:48 [info] M292: cancelled=false 2023-03-06 20:23:18 [info] Event logging stopped
-
Weird
🤔
, I'll try all three log levels on my standalone duet 3 machine as soon as i get home!
EDIT:
WellM929 P"eventlog.txt" S1
is working here at least :
console readout:6.3.2023, 19:02:01 M929 Event logging is enabled at log level warn 6.3.2023, 19:01:37 M929 P"eventlog.txt" S1
eventlog.txt
2023-03-06 19:01:36 [info] Event logging started at level warn 2023-03-06 19:01:36 [info] Running: Duet 3 Mini5plus WiFi: 3.5beta2 (2023-02-08 17:42:04)
I may not that i sent
M929 P"eventlog.txt" S1
midprint even, automagicaly created the file and started logging no questions asked lol. -
@Exerqtor - well here no....
6. 3. 2023 19:17:42 M929 P"2ukulele.txt" S3 Event logging is disabled 6. 3. 2023 19:17:37 M929 P"2ukulele.txt" S2 Event logging is disabled 6. 3. 2023 19:17:35 M929 P"2ukulele.txt" S1 Event logging is disabled 6. 3. 2023 19:17:15 M929 S0 Event logging is disabled 6. 3. 2023 19:15:47 M929 P"ukulele.txt" S2 Event logging is disabled 6. 3. 2023 19:15:44 M929 P"ukulele.txt" S1 Event logging is disabled 6. 3. 2023 19:15:42 M929 P"ukulele.txt" S0 Event logging is disabled 6. 3. 2023 19:15:14 M929 P"ukulele.txt" S3 Event logging is disabled
-
Just for complete post/problem info.
RepRapFirmware for Duet 3 MB6HC version 3.5beta2 (2023-02-08 15:27:50) running on Duet 3 MB6HC v1.01 (SBC mode)
config:
; Configuration file for Duet 3 (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sun Nov 28 2021 11:48:23 GMT+0100 (Středoevropský standardní čas) ; General preferences M81 C"pson" G4 S1 M80 ;M575 P1 S1 B57600 ; enable support for PanelDue G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"malej" ; set printer name ; Wait a moment for the CAN expansion boards to start G4 S2 ; 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.0 S1 ; physical drive 0.0 goes forwards M569 P0.1 S0 ; physical drive 0.1 goes forwards M569 P0.2 S0 M569 P0.3 S0 ;M569 P1.0 S0 ; physical drive 0.2 goes forwards ;M569 P1.1 S0 ;M569 P1.2 S1 ; physical drive 0.2 goes forward M569 P121.0 S1 ; physical drive 121.0 goes forwards M584 X0.0 Y0.1 Z2:3 E121.0 ;U1.0 V1.1 W1.2 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ;U16 V8 W16 ; configure microstepping with interpolation M92 X200.00 Y200.00 Z400.00 E420.00 ;U170 V50 W400 ; set steps per mm M566 X900.00 Y900.00 Z60.00 E400.00 ;U150 V50 W60 ; set maximum instantaneous speed changes (mm/min) M203 X12000.00 Y12000.00 Z2000.00 E2000.00; U8000 V2500 W4000 ; set maximum speeds (mm/min) M201 X1500.00 Y1500.00 Z300.00 E5000.00; U1500 V500 W300 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E450 I30; U700 V750 W700 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout M671 X26:240 Y105:105 S10 ; position of Z axis motors ; Axis Limits M208 X0 Y0 Z0 S1; U-50 V0 W0 ; set axis minima M208 X250 Y210 Z215 S0; U2000 V20.5 W75 ; set axis maxima ; Endstops M574 X1 S3 ; configure sensorless endstop for low end on X M574 Y1 S3 ; configure sensorless endstop for low end on Y ;M574 V1 S1 P"1.io3.in" ;M574 W1 S1 P"1.io5.in" ;M574 V1 S3 ;M574 W1 S3 ;;;;;;;;;;;;;;;;;;;;;;;;;; M574 Z1 S2 ; configure Z-probe endstop for low end on Z M915 X Y R0 F0 H400 S0 ;M915 V R0 F0 H200 S2 ;M915 W R0 F1 H200 S6 ; Z-Probe M950 S0 C"121.io0.out" ; create servo pin 0 for BLTouch M558 P9 C"^121.io0.in" H4 F400 T18000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X26 Y0 Z1.55 ; set Z probe trigger value, offset and trigger height M557 X30:250 Y0:210 S35:30 ; define mesh grid ; Filament sensor M591 D0 P3 C"121.io1.in" S1 R50:200 L25 E10.0 ; MFM config ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" Q10 T0 ; create bed heater output on out0 and map it to sensor 0 ;M307 H0 B0 R0.161 C1877.2 D21.70 S1.00 V24.9 ; disable bang-bang mode, set PWM limit M307 H0 B0 R0.311 C426.5 D10.90 S1.00 V26.1 M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M308 S1 P"121.temp0" Y"thermistor" T100000 B4680 C6.455513e-8 ; configure sensor 1 as thermistor on pin temp1 M950 H1 C"121.out0" T1 ; create nozzle heater output on out1 and map it to sensor 1 M307 H1 R3.267 C128.6:76.4 D4.80 S1.00 V25.9 ; disable bang-bang mode for heater and set PWM limit M143 H1 S300 ; set temperature limit for heater 1 to 300C ;Sensors M308 S10 Y"drivers" A"6HC-drivers" M308 S11 Y"mcu-temp" P"121.dummy" A"1LC temp" M308 S12 Y"drivers" P"121.dummy" A"1LC driver" ;M308 S13 Y"mcu-temp" P"1.dummy" A"3HC temp" M308 S14 Y"mcu-temp" P"dummy" A"6HC temp" ;inputs ;M950 J1 C"1.io0.in" ; FINDA selector log1 - je filament M950 J2 C"!121.io2.in" ; bontech kolecka log1 - je filament ;M950 J3 C"1.io1.in" ; rele kobinace log1 - je filament ;M950 J4 C"1.io2.in" ; vstup2 MMU log1 - je filament ;M950 J5 C"1.io3.in" ; vstup3 MMU log1 - je filament ;M950 J6 C"1.io4.in" ; vstup4 MMU log1 - je filament ;M950 J7 C"1.io5.in" ; vstup5 MMU log1 - je filament M950 J8 C"121.button0" M950 J9 C"121.button1" ;outputs ;M950 P3 C"1.out0" ;M950 P4 C"1.out1" ;M950 P5 C"1.out2" ;M950 P6 C"1.out3" ;M42 P3 S0 ;M42 P4 S0 ;M42 P5 S0 ;M42 P6 S0 ;sevo pin ;M950 S1 C"1.io1.out" Q50 ;M950 S2 C"1.io4.out" Q50 ;M280 P1 S140 ;M280 P2 S165 ; trigery ;M581 T2 P3 R1 S1 ;trigger MMU není material M581 T8 P8 R0 ;trigger vytažení filamentu M581 T9 P9 R0 ;trigger zavedení filamentu ;CPU temperature calib M912 P0 S-20 ; Fans M950 F0 C"121.out1" Q500 ; create fan 0 on pin out7 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"121.out2+out2.tach" ; Q500 ;M950 F1 C"121.out2+121.out2.tach" ; create fan 1 on pin out4 and set its frequency + snimaní otáček M106 P1 S1 H1 T50 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 S"Mosquito" 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 ;M563 P1 S"Mosquito" D0 H1 F0 ; define tool 1 ;G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets ;G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C ;M563 P2 S"Mosquito" D0 H1 F0 ; define tool 2 ;G10 P2 X0 Y0 Z0 ; set tool 2 axis offsets ;G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C ;M563 P3 S"Mosquito" D0 H1 F0 ; define tool 3 ;G10 P3 X0 Y0 Z0 ; set tool 3 axis offsets ;G10 P3 R0 S0 ; set initial tool 3 active and standby temperatures to 0C ;M563 P4 S"Mosquito" D0 H1 F0 ; define tool 4 ;G10 P4 X0 Y0 Z0 ; set tool 4 axis offsets ;G10 P4 R0 S0 ; set initial tool 4 active and standby temperatures to 0C ; Custom settings are not defined M150 X1 Q3000000 ; NEOPIXEL M150 U120 S15 ; NEOPIXEL M955 P121.0 I42 ; specify orientation of accelerometer on SAMMYC21 with CAN address 121 if !exists(global.beepbeep1) || global.beepbeep1=null global beepbeep1=0 else set global.beepbeep1=0 if !exists(global.fantmr1) || global.fantmr1=null global fantmr1=0 else set global.fantmr1=0 if !exists(global.endtemp1) || global.endtemp1=null global endtemp1=0 else set global.endtemp1=0 if !exists(global.tiktak1) || global.tiktak1=null global tiktak1=0 else set global.tiktak1=0 if !exists(global.fuufuu1) || global.fuufuu1=null global fuufuu1=0 else set global.fuufuu1=0 if !exists(global.turnoff1) || global.turnoff1=null global turnoff1=0 else set global.turnoff1=0 ; Miscellaneous T0 ; select first tool
-
@PetrKroupa Thanks for reporting this, I can confirm there is a problem in 3.5b2. It will be fixed in the next beta.