Firmware 1.19RC5 released - last chance to report issues
-
M292 BUG
if set Z0 appear the jog control ,also is set Z1 ?
Thanks David for all time devoloper this FW
Giorgio -
I'm not seeing anything anywhere about the pressure advance issues that I was having with multiple extruders (which were not present with a single extruder tool). This thread https://www.duet3d.com/forum/thread.php?id=1999&p=2. I know there is a lot of garbage in that thread so maybe it got overlooked?
I had a look at that and tried to work out what might be going on, but I failed to find anything. I'm not at all sure that I can do anything more without having a mixing hot end myself, unless I have a sudden clash of inspiration.
-
@TYPPA:
M292 BUG
if set Z0 appear the jog control ,also is set Z1 ?
Thanks David for all time devoloper this FW
GiorgioAll Z motors are always moved together, except in the special case of using multiple independently-driven Z motors to perform bed leveling.
-
David would it help if I sent you a diamond hotend ( I have one I bought but unlikely to use dont have the heatsinks for it tho)
-
I'm not seeing anything anywhere about the pressure advance issues that I was having with multiple extruders (which were not present with a single extruder tool). This thread https://www.duet3d.com/forum/thread.php?id=1999&p=2. I know there is a lot of garbage in that thread so maybe it got overlooked?
I had a look at that and tried to work out what might be going on, but I failed to find anything. I'm not at all sure that I can do anything more without having a mixing hot end myself, unless I have a sudden clash of inspiration.
That is a real bummer. Is there any testing I can do to help?
I guess in the meantime you ought to amend the wiki to state that pressure advance won't work with mixing hot ends, otherwise you'll get people posting that perimeters are being printed misshapenly, jerkily and slowly.
-
David would it help if I sent you a diamond hotend ( I have one I bought but unlikely to use dont have the heatsinks for it tho)
I've got a spare I could lend you as well - in fact I have all the components to make a complete 3 colour Diamond (nozzle, heat sinks, and insulator) apart from heater and thermistor. Send me an email if you want me to post it to you.
-
Thanks, both of you. There is a SCARA printer kit on its way to me, and perhaps that may be able to be modified to accept a Diamond. I don't think either of my existing printers (Ormerod and large delta) could handle the size of a Diamond.
-
@TYPPA:
M292 BUG
if set Z0 appear the jog control ,also is set Z1 ?
Thanks David for all time devoloper this FW
GiorgioAll Z motors are always moved together, except in the special case of using multiple independently-driven Z motors to perform bed leveling.
sorry David is my error on typing !!!
M291: Display message and optionally wait for response
The parameter Z0 also the Z1 visualize the jog on message box -
Thanks, both of you. There is a SCARA printer kit on its way to me, and perhaps that may be able to be modified to accept a Diamond. I don't think either of my existing printers (Ormerod and large delta) could handle the size of a Diamond.
Could you simulate it? By that I mean just hook up 3 extruder motors and do an air print. I could probably supply a gcode file and config file that'll demonstrate the problem.
-
RC5 seems to be ok for me.
Where do I find the debug information? - I see no difference in the console when enabling debugging for all modules.Regarding the requested tool change gcode, here you go:
G1 X116.118 Y109.931 E5.6070
G1 X119.931 Y106.118 E5.8007
G1 X116.537 Y106.118 E5.9226
G1 X116.118 Y106.537 E5.9439
G92 E0
G1 E0.0000 F600
G1 Z1.280 F9000
; process Tool 0
; layer 8, Z = 0.780
G1 z0.780
T0
; tool H0.200 W0.480
; inner perimeter
G1 X115.720 Y125.720 F4500
G1 Z0.780 F9000
G1 E0.0000 F600
G92 E0
G1 X134.280 Y125.720 E0.6667 F2250
G1 X134.280 Y144.280 E1.3334
G1 X115.720 Y144.280 E2.0001 -
Debug info is sent to the USB port only.
-
Kulitorum, thanks for your feedback. I'll assume that the slow homing issue you reported with a previous RC is fixed now.
Nobody else has reported any issues with RC5, so I'll assume that no news is good news. Expect a 1.19 release in the next day or two.
-
OK, I am ready to try again 1.19, but I fail to find "the important upgrade notes". There are references in "what's new" page, but there is no actual link.
-
Is there any way to set the speed of a G1 P1 command?
-
OK, I am ready to try again 1.19, but I fail to find "the important upgrade notes". There are references in "what's new" page, but there is no actual link.
its here:
-
Also, any positive movement with my U axis, with S1 defined ignores any F data and just runs at full speed. RC5
-
OK, I am ready to try again 1.19, but I fail to find "the important upgrade notes". There are references in "what's new" page, but there is no actual link.
Upgrade notes are always in the WHATS_NEW file in the root of my RepRapFirmware github repository, as linked to in the first post in this thread. If you look past the list of new features (which is rather long for this release) and the list of bug fixes, you will find the upgrade notes.
-
Is there any way to set the speed of a G1 P1 command?
The P parameter is just a modified for the G1 command, so the speed of movement is set by the F parameter as usual.
-
Also, any positive movement with my U axis, with S1 defined ignores any F data and just runs at full speed. RC5
Can you confirm that you have a space character in the command string immediately before the letter F ?
-
I don't know if it helps but the issue I reported under RC1 (in that thread) on my corexy with the duet board crashing and trying to send information to the USB was still happening earlier today. I upgraded to RC5 and it is working normally. Many thanks for all the hard work.