I use duet maestro for m3d quadfusion. I was thinking that I could use it to see the current mixing ratio during printing.
If you can see the mix ratio of M567 command, please tell me the G-code.
Best posts made by airking7
-
Can show the mixing ratio on the Duet maestro 12864 display?
Latest posts made by airking7
-
RE: 12864 LCD "N534" is not work in Duet3 Mini5+ ver 3.4.5
@dc42
I added the two codes you told me the other day to 3.4.5, which is currently running, but an error occurred as shown in the image.
@chrishamm
Can you tell me about the code inside the daemon .g file? -
RE: 12864 LCD "N534" is not work in Duet3 Mini5+ ver 3.4.5
@dc42
Thank you for suggesting the cause and solution.However, are the codes and countermeasures that you have taught me functions that are valid only for the beta version? If so, change to the suggested version and try again.
I would like to strongly hope that it will be compatible with the official version in the future.
Because I am currently developing a 3D printer to sell to Japanese companies.
I think it is very functional that the IP address that accesses the DWC can be easily seen on the LCD just by plugging in the wired LAN. -
12864 LCD "N534" is not work in Duet3 Mini5+ ver 3.4.5
I have connected a BTT 12864 LCD to the Duet3 Mini 5+ and I am configuring the settings for the LCD.
I added the following code to the lcd"main" file of the LCD to display the IP address of the Raspberry Pi connected to it.
text R54 C17 F0 T"IP:" value N534 W30
However, it displays "IP: 0.0.0.0". Could this be due to incorrect settings on the Raspberry Pi or elsewhere?
(The Ras-Pi is connected via wired LAN, and the wireless functionality is disabled on the Pi.)
Previously, I was able to use a command to display the IP address on the LCD when using the Duet2 Maestro. I assumed I could do the same with the Duet 3 Mini 5+.
-
RE: Can show the mixing ratio on the Duet maestro 12864 display?
oh , ok .
I expect it to update the firmware. I would like to ask for consideration! -
Can show the mixing ratio on the Duet maestro 12864 display?
I use duet maestro for m3d quadfusion. I was thinking that I could use it to see the current mixing ratio during printing.
If you can see the mix ratio of M567 command, please tell me the G-code.