Putting Alerts in Repetier / G-Code

All things related to the Rostock MAX 3D Printer, the worlds FIRST Delta kit!
Post Reply
inventabuild
Printmaster!
Posts: 137
Joined: Wed May 22, 2013 10:53 pm

Putting Alerts in Repetier / G-Code

Post by inventabuild »

How do I set up Repetier (or the G-code) to always turn on the peek fan before a job starts printing? My fan is currently connected to the RAMBO board fan section.

How do I set up Repetier (or the G-code) to always terminate a print and have the effector go Home if the hotend turns off / fails mid-print for some reason?
User avatar
Nylocke
ULTIMATE 3D JEDI
Posts: 1421
Joined: Sun Jun 23, 2013 1:43 pm
Location: Iowa

Re: Putting Alerts in Repetier / G-Code

Post by Nylocke »

If I were you, I would directly hook the PEEK fan to power from the power supply, in the terminal connector that goes into the RAMBo. Thats what I did, because generally you want that running all the time anyways.

I dont think you can do the second thing completely, but in Repetier you can tell it to go to a dispose area on kill which you can set to be 0X 0Y 300Z or something like that, its in printer settings under the behavior tab.
geneb
ULTIMATE 3D JEDI
Posts: 5367
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Putting Alerts in Repetier / G-Code

Post by geneb »

If you followed the assembly guide, M42 P6 S255 will turn the PEEK fan on, M42 P6 S0 will turn it off. If you followed the assembly guide, you'd know where to add them. :D

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
inventabuild
Printmaster!
Posts: 137
Joined: Wed May 22, 2013 10:53 pm

Re: Putting Alerts in Repetier / G-Code

Post by inventabuild »

I found that using Repetier Host the following g-code turns on the FAN 0 port on the RAMBO board where the S# is the speed (0-255):

M106 P1 S255

Here is where I placed it in KISSlicer to automatically turn on my PEEK fan which I have wired to the FAN 0 port:
Turning on Fan 0 on RAMBO Board with Repetier.jpg
"P2" might turn on the FAN 1 port, but not 100% sure about that because I did not try it.
inventabuild
Printmaster!
Posts: 137
Joined: Wed May 22, 2013 10:53 pm

Re: Putting Alerts in Repetier / G-Code

Post by inventabuild »

geneb,

How is your code different from the code that I found and modified for the FAN 0 port? Will your code work in KISSlicer if I use the correct P# for the FAN 0 port?
geneb
ULTIMATE 3D JEDI
Posts: 5367
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: Putting Alerts in Repetier / G-Code

Post by geneb »

The FAN 0 port is supposed to be used for the layer fan. That's the port that is controlled by the fan slider in Repetier.

The FAN 1 port is used for the PEEK fan.

g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
dziarski
Noob
Posts: 2
Joined: Sun Nov 11, 2012 5:54 pm
Location: Poland
Contact:

Re: Putting Alerts in Repetier / G-Code

Post by dziarski »

inventabuild wrote:I found that using Repetier Host the following g-code turns on the FAN 0 port on the RAMBO board where the S# is the speed (0-255):

M106 P1 S255

Here is where I placed it in KISSlicer to automatically turn on my PEEK fan which I have wired to the FAN 0 port:
Turning on Fan 0 on RAMBO Board with Repetier.jpg
"P2" might turn on the FAN 1 port, but not 100% sure about that because I did not try it.
I use KISSlicer also and it work fine with standard gcode line:

M42 P6 S255

Here is how I setup it in KISSlicer:
[img]http://i.minus.com/iH70yIlgf87d3.png[/img]

I plugged PEEK FAN wire to Fan_1 and LAYER FAN wire to Fan_0 on RAMBO Board.
PEEK FAN starts with the start of HotEnd Heating.
Post Reply

Return to “Rostock MAX”