Nibbels / e3d-toolchanger-config

This is my personal config for the e3d toolchanger. I use this repo to track changes.
GNU General Public License v3.0
11 stars 5 forks source link

A question about Firmware version number and G0/G1 instructions #1

Open charles114 opened 3 years ago

charles114 commented 3 years ago

Dear Nibbels:

I copied the e3d-toolchanger-config in your project from github today. I found a problem during use? My configuration is as follows: Board: Duet 2 WiFi (2WiFi) Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.1.1 (2020-05-19b2)

problem: In the 3.1.1 version, the operation will prompt G0/G1, it will prompt, G0/G1 needs to replace the parameter S with H, so it can't run!

Looking forward to your reply,

8D05F571-CF8B-457A-916B-6392B146518F

Nibbels commented 3 years ago

Hello Charles, can you describe where the problem might be?

I tried to search all the files and dont see the position you might refer to. I think I remember switching S to H ... image My printer as well uses 3.1.1

charles114 commented 3 years ago

Hello Nibbels, I will check again tomorrow night. Maybe the G1 I configured has a parameter S. Thank you very much for your reply

Nibbels commented 3 years ago

No problem and thank you for your review. I have two TitanAeros and two Hemeras running but did not print much the last month. So if you have any suggestions or improvements tell me.

Be careful when it comes to wipe mechanisms. My printer has razor blades built underneath the nozzles when the printer is parked. I do not use silicon rubber or brushes to clean up the nozzle yet.

charles114 commented 3 years ago

Hi Nibbels:

Thank you for your reminder, I'm still testing, I haven't used toolchanger before.

I just checked github again, and I found out where the problem is. There is no problem with your configuration. I cloned it wrong!

The address of the corresponding configuration on v3.1.1 should be https://github.com/Nibbels/e3d-toolchanger-config

The address I cloned is https://github.com/Nibbels/e3d-toolchanger-config/tree/a60a4ad47098b93c2572655d84353f87f287d9a5

Nibbels commented 3 years ago

Ok, so you have a lot of work to do :) Do not miss to checkout the postprocessing like here https://github.com/mkudzia84/toolchanger-pspp Using that you generate gcode which skipps waiting for heatup times etc.

charles114 commented 3 years ago

Okay, Nibbels, thank you for your reply today. I hope to communicate with you for the problems encountered during the debugging process.