Elegoo 3D Printers Forum
Modified Gcode to only run the cooling fan while the printer is running - Printable Version

+- Elegoo 3D Printers Forum (https://www.elegoomars.com/forum)
+-- Forum: Elegoo Mars 3D Printer (https://www.elegoomars.com/forum/forumdisplay.php?fid=1)
+--- Forum: Printer Mods / Add-Ons (https://www.elegoomars.com/forum/forumdisplay.php?fid=4)
+--- Thread: Modified Gcode to only run the cooling fan while the printer is running (/showthread.php?tid=3)

Pages: 1 2 3 4


Modified Gcode to only run the cooling fan while the printer is running - admin - 07-17-2019

This is a modified .gcode configuration file based off the original Mars mainboard configuration file.

The only thing this changes is the UV cooling fan so it only turns on while there is a print running and as soon as the print completes, the fan turns off.

Download the attachment and make sure to view the READ ME file for instructions
[attachment=2]

Also, here is a more modified gcode config file that sets the fan as above, but also slows down some basic movements when homing the build plate.  It's also translated descriptions are in english Smile  (that was fin, lol)
[attachment=10]


RE: Modified Gcode to only run the cooling fan while the printer is running - obv - 07-18-2019

I was just wondering if this was possible the other day. Thanks!


RE: Modified Gcode to only run the cooling fan while the printer is running - bluloo - 08-15-2019

Great idea. Thanks


RE: Modified Gcode to only run the cooling fan while the printer is running - f15sim - 08-16-2019

Would it be possible to post a version of the gcode file that had the comments in English? Smile

Tnx.


RE: Modified Gcode to only run the cooling fan while the printer is running - blubarist - 08-16-2019

(08-16-2019, 06:01 AM)f15sim Wrote: Would it be possible to post a version of the gcode file that had the comments in English? Smile

Tnx.
You can look at the original file from Elegoo.

The modification needed is this:
M8030 I-1
To:
M8030 I-2


RE: Modified Gcode to only run the cooling fan while the printer is running - f15sim - 08-16-2019

(08-16-2019, 09:34 AM)blubarist Wrote:
(08-16-2019, 06:01 AM)f15sim Wrote: Would it be possible to post a version of the gcode file that had the comments in English? Smile

Tnx.
You can look at the original file from Elegoo.

The modification needed is this:
M8030 I-1
To:
M8030 I-2

Can the M code just be updated to the g-code prefix section in ChiTuBox as well?  (I would assume so, but...)

tnx.

g.


RE: Modified Gcode to only run the cooling fan while the printer is running - Formless63 - 09-03-2019

Is having this file the only thing on the flash drive just a precaution, or are there actual consequences otherwise?


RE: Modified Gcode to only run the cooling fan while the printer is running - admin - 09-03-2019

(09-03-2019, 07:29 AM)Formless63 Wrote: Is having this file the only thing on the flash drive just a precaution, or are there actual consequences otherwise?

It's really just a precaution more then anything.  It can be there with other print files.


RE: Modified Gcode to only run the cooling fan while the printer is running - Spinnetti - 09-04-2019

looks like a fair bit of code in there when I try and open it in notepad. Will this get overwritten every time there is a firmware update, and does this write over anything except the fan?

Thanks!


RE: Modified Gcode to only run the cooling fan while the printer is running - admin - 09-05-2019

(09-04-2019, 05:44 PM)Spinnetti Wrote: looks like a fair bit of code in there when I try and open it in notepad. Will this get overwritten every time there is a firmware update, and does this write over anything except the fan?

Thanks!

No, this doesnt get overwritten with FW updates as it's a stand alone config file.  Only thing this one changes is that the fan only runs while the printer is actively running a print, then shuts it off when the print is finished.