Software bundle 3.4.0 beta 3 now available
-
YES I just realized that there is this new folder ( SORRY )
That folder should be moved away
-
@dc42 Thanks. I’ll leave the Maestro in then and look to hook the accelerometer when I have time. Look forward to testing the functionality
-
@dc42 Thanks!!
-
@dc42 have you forgot to look after the idle problem? It's still not working here
-
@siam said in Software bundle 3.4.0 beta 3 now available:
@dc42 have you forgot to look after the idle problem? It's still not working here
That one is still on my list to look into.
-
@dc42 Okay Thank you !!!
-
@dc42 My printer doesn't seem to hung anymore (https://forum.duet3d.com/topic/24694/3-4-0beta2-printer-stop-mid-print-with-no-reason-errors), I ran the gcode file that caused some troubles and it appears to be fine
I'm going to run more prints within the next few days and also do some testing on my delta.
-
Good morning @dc42,
I'm testing the new echo functionality, it doesn't allow me to put tabulation, as shown in this example:
echo >>"config1.g" "G90 (tabulation) ; Enviar coordenadas absolutas"
Is there any way to put them, or I forget about them?
-
@aitor I'll make a note to look into this. Meanwhile, I suggest you use spaces instead.
-
I just tried upgrading to 3.4b3 from 3.3. Unfortunately my Y homing doesn't work correctly anymore. I have my origin in the middle of the bed, with Y homing against the minimum of that axis (-149). With 3.4b3, the machine instead thinks it's at Y0 after homing.
-
@diamondback post your homing files. probably best to start a new thread
-
@diamondback yes please create a new thread and post your config.g and homing files in it.
-
I'd like to confirm that this beta fixed an issue I had with a tool board reading very erratic thermistor values which spiked up and down constantly.
Thanks!
-
@dc42 The addition of stepper braking is a game changer and fixed several issues for us! Thank you. Will you please confirm the following is the correct syntax? It's working, but the example didn't show multiple motors on a single port. Thanks
M569.7 P0.0:0.2 C"0.out3"
-
@oozebot all the M569.x commands take only a single P parameter.
-
@dc42 Hmm.. our two stepper motor brakes are wired together. Can C"0.out3" be defined twice? Once per motor? Or am I overthinking it? Thanks
-
@oozebot assuming those motors are used for the same axis, they will always be enabled or disabled together. Therefore you need only declare the brake port for one of the motors.
-
Does anyone else have the issue that M122 from DWC does not produce any output on the console?
-
@diamondback that's a known issue. Duet 2 WiFi I assume?
-
@jay_s_uk Correct, thanks for the info