<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>various questions (wiring, mountung, control)</title>
        <description> Hello, Prusa i3 owner here, just got a chinese 2w laser module w/ driver

As of now, I have it wired as as the layer fan (D9) and using M106 SXXX/ M107 to PWM it
Is this the best way? the driver has a TTL input which i did not connect. I saw a few post that mention high speed on/off to control power

Also, what Linux tools do i have? im using inkscape with a gcode plugin which does not look like it can do engraving with different power levels (grayscale)

* Is there any quick mount for the X carriage to change between laser and extruder quickly? (without screws removal)

* I tried LaserWeb but gcode is G1 X0.0 Y68.5 S41 which does not turn on the laser in marlin, i had updated machine definition with M106 but i still get this code format.</description>
        <link>https://reprap.org/forum/read.php?133,648858,648858#msg-648858</link>
        <lastBuildDate>Tue, 10 Mar 2026 14:07:23 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,718746#msg-718746</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,718746#msg-718746</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>cozmicray</strong><br />
Perhaps this may help<br />
<br />
<b>Marlin Firmware modification for Laser Control</b><br />
<br />
Looks like Pins 42, 44 used for laser trigger<br />
<br />
[<a href="http://dreammakercnc.blogspot.com/2015/06/marlin-firmware-modification-for-laser.html" target="_blank"  rel="nofollow">dreammakercnc.blogspot.com</a>]</div></blockquote>
<br />
May I know how is the wiring done for this 2 pins between RAMPS and the Laser TTL board? Is there any wiring diagram? Thanks a lot.]]></description>
            <dc:creator>jenovauh</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Mon, 31 Oct 2016 16:54:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,652077#msg-652077</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,652077#msg-652077</link>
            <description><![CDATA[ Like 5k-10k]]></description>
            <dc:creator>falwty99</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Wed, 13 Apr 2016 17:41:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651901#msg-651901</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651901#msg-651901</link>
            <description><![CDATA[ falwty99, thanks for the explanation, case closed on that one, I did a test about the seccond issie, my solution was to also define that pin as a servo, laser is OFF at startup. Since i still have ground via D9, i do not know, if there is a small pulse on arduino startup, I'll conect 12v directly to be sure and in any case go with your solution resistor between signal and ground. should it be 1 or 10K?]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Wed, 13 Apr 2016 09:04:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651785#msg-651785</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651785#msg-651785</link>
            <description><![CDATA[ It turns out that the servo functions use timer 5 and PWM for pins 44-46 are also<br />
controlled by timer 5. So pins 44-46 can not be used for PWM when also using servo.<br />
Without servos is should be fine with pin 44-46.<br />
<br />
After a bit of googling it turns out that during reset all Mega's pins go to high-impedance state,<br />
thus a floating voltage can be seen from the pin. Obviously interpreted as "high" by the laser driver.<br />
Easiest solution is to connect a small pull-down resistor to the TTL positive pin. <br />
I will do that myself, good that this question came up.]]></description>
            <dc:creator>falwty99</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Wed, 13 Apr 2016 02:52:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651662#msg-651662</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651662#msg-651662</link>
            <description><![CDATA[ what software can I look into? i saw laserweb and some inkscape plugins]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Tue, 12 Apr 2016 16:28:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651661#msg-651661</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651661#msg-651661</link>
            <description><![CDATA[ You have to look at the software you will be using to do laser engraving<br />
and what commands it uses to control the laser<br />
Some let you choose laser control command others are fixed.<br />
Some treat laser as just another splndle.<br />
<br />
I have also seen where laser is turned ON / OFF to set power<br />
others  set laser output.<br />
<br />
<i>I have little experience with 3D printer to laser engraver<br />
I am using Shapeoko 2 driven by GRBL  with laser in place of spindle.</i><br />
<br />
:S<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>luismanson</strong><br />
Thanks Ray, i think i will use D9 for 12v, and D6 for PWM t the TTL, that way a have two control forms *security<br />
<br />
I still have to figure how and why D6 is at 255 on startup^(laser at full power on arduino start, WTF is going on with D44, Arduino doc says its PWM, and then a software election</div></blockquote>]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Tue, 12 Apr 2016 16:20:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651609#msg-651609</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651609#msg-651609</link>
            <description><![CDATA[ I think the laser goes on during the short run of the bootloader.'<br />
It will go on during download of new firmware as well.]]></description>
            <dc:creator>falwty99</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Tue, 12 Apr 2016 14:26:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651593#msg-651593</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651593#msg-651593</link>
            <description><![CDATA[ Thanks Ray, i think i will use D9 for 12v, and D6 for PWM t the TTL, that way a have two control forms *security<br />
<br />
I still have to figure how and why D6 is at 255 on startup^(laser at full power on arduino start, WTF is going on with D44, Arduino doc says its PWM, and then a software election]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Tue, 12 Apr 2016 13:51:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651581#msg-651581</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651581#msg-651581</link>
            <description><![CDATA[ Perhaps this may help<br />
<br />
<b>Marlin Firmware modification for Laser Control</b><br />
<br />
Looks like Pins 42, 44 used for laser trigger<br />
<br />
[<a href="http://dreammakercnc.blogspot.com/2015/06/marlin-firmware-modification-for-laser.html" target="_blank"  rel="nofollow">dreammakercnc.blogspot.com</a>]<br />
<br />
<br />
<b>JTech   RAMPS1.4 Laser Upgrade</b><br />
<br />
this uses fan control D9 hooked to trigger<br />
<br />
[<a href="http://jtechphotonics.com/?page_id=1503" target="_blank"  rel="nofollow">jtechphotonics.com</a>]<br />
<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Tue, 12 Apr 2016 13:27:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651313#msg-651313</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651313#msg-651313</link>
            <description><![CDATA[ Have that too, always surprises me...]]></description>
            <dc:creator>falwty99</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Tue, 12 Apr 2016 00:45:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651276#msg-651276</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651276#msg-651276</link>
            <description><![CDATA[ ok... who knows D44 does NOT work...however D6 does, but the laser start ON at power on]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Mon, 11 Apr 2016 19:38:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,651271#msg-651271</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,651271#msg-651271</link>
            <description><![CDATA[ well..laser on/off no PWM ¬¬ &lt;=254 off / 255 = on, full power.<br />
I guess i need some way (firmware?) to turn it on/off a few times per seccond]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Mon, 11 Apr 2016 18:49:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,650934#msg-650934</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,650934#msg-650934</link>
            <description><![CDATA[ If you with D42 mean pin 42 (and not M42 command) the PWM capable pins are pins 2-13 and 44-46 according to [<a href="https://www.arduino.cc/en/Main/arduinoBoardMega" target="_blank"  rel="nofollow">www.arduino.cc</a>]<br />
so one of those pins should be fine. Perhaps best to avoid the servo pins if you use a servo but I am not sure there.<br />
Other pins will just be ON or OFF, so if you used D42 then it should be on or off.<br />
D44 is in AUX-2 [<a href="http://www.geeetech.com/wiki/images/c/c3/Ramps_interfaces.jpg" target="_blank"  rel="nofollow">www.geeetech.com</a>] , try that.<br />
<br />
Regarding D5 - you didn't happen to plug it into the +5V? There are three pins +5V, D5 and GND.]]></description>
            <dc:creator>falwty99</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Mon, 11 Apr 2016 03:23:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,650900#msg-650900</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,650900#msg-650900</link>
            <description><![CDATA[ What Marlin are you using?<br />
Standard? Turnkey Tyranny? Something else?<br />
The TTL input should work with 5V but not 12V - can be wrong though.<br />
If you power the laser it should be off, give 5V on the TTL input and the laser goes on.<br />
There might be a jumper for this.<br />
Usualy approach would be to power the laser with the machine and to have the laser TTL connected to the PWM output.]]></description>
            <dc:creator>Downunder35m</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Mon, 11 Apr 2016 00:55:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,650863#msg-650863</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,650863#msg-650863</link>
            <description><![CDATA[ well...to be honest. i dont get it. I guess the electronics of this laser works diferently.<br />
I have +12v from D9. (for this example, lets assume its ON)<br />
<br />
now, TTL from driver are: white + / blue - <br />
when i plug them in D5 laser goes ON. there is no way to turn it off, but this can be a marlin think, because i use a servo. while i do have only one. it might be playing with those pins<br />
<br />
Now...D42 works, on/off control. but it ignores D9 power level...I guess its taking 12v directly and D9 mosfet works on ground??<br />
<br />
<br />
YUP, im officlially confused on how to use this laser:<br />
(confirmed D9 is switched at ground)<br />
<br />
1- i wan to (try to) keep marlin<br />
2- i need to control its power, but i cant do PWM, only (fast?) ON/OFF <br />
3- i do not want to change firmwares to print and engrave]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Sun, 10 Apr 2016 19:04:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649855#msg-649855</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649855#msg-649855</link>
            <description><![CDATA[ thanks =)]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Fri, 08 Apr 2016 11:48:05 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649853#msg-649853</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649853#msg-649853</link>
            <description><![CDATA[ ... I'm using Pronterface and Marlin4Due for developing a paste-dispensing application, but it's the same for laser-engraving too.<br />
<br />
The main change in Marlin4Due was to set the "smallest E-step range" to 0 ... it was set to 5, so when starting a line or single pulses, only every 5th E-step produced a pulse.<br />
<br />
The G-code is nearly the same - e.g. "G0 X0 Y0 F6000" and "G1 X11.1 Y22.2 E15 F3000" will create a line with 15 droplets from X/Y 0/0 to 11.1/22.2<br />
... while "G0 X11.1 Y22.2 F6000" and "G1 E15 F1000" will create a 'blob' with 15 droplets on the same position.<br />
<br />
But I had to change the 'printing behaviour' for E-moves without X/Y-moves in Pronterface, as normally pure E-moves in G-code won't be extruded/printed ...]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Fri, 08 Apr 2016 11:40:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649803#msg-649803</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649803#msg-649803</link>
            <description><![CDATA[ Thanks falwty99, thats the info i needed.<br />
<br />
<br />
VDX, that looks interesting, can you elaborate on this setup? I guess wiring is simple, 12V directly, TTL to step. but what settings do you use in firmware (marlin?) and in g-code generator tool]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Fri, 08 Apr 2016 09:31:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649671#msg-649671</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649671#msg-649671</link>
            <description><![CDATA[ ... I'm using the STEP pin of the extruder for generating synchrone pulsing, as it's automatically calculated to meet the correct position and moving speed ...]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Fri, 08 Apr 2016 02:23:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649644#msg-649644</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649644#msg-649644</link>
            <description><![CDATA[ When you only have a TTL input on the diode driver you can use for example one of the servo pins, which you dont use anyway.<br />
Either reconfigure your firmware to use the servo pin, typically pin numbers in the range 4-7, as the fan pin and then use M106/107.<br />
OR use directly M42 P5 S178 for use of pin 5. However in a program you need to use<br />
M400<br />
M42 P5 Ssss<br />
because someone thought it was a good idea that M42 is performed asymchronpusly. M400 makes sure it happens at the expected time.]]></description>
            <dc:creator>falwty99</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Thu, 07 Apr 2016 22:14:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649641#msg-649641</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649641#msg-649641</link>
            <description><![CDATA[ Hello, this is the laser and driver module: [<a href="http://www.ebay.com/itm/331616652602" target="_blank"  rel="nofollow">www.ebay.com</a>]<br />
<br />
Im using RAMPs with Marlin. <br />
The item says:<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />TTL signal input 0~5V input.(0V OFF/5V ON)(TTL Modulation control the output beam OFF / ON )<br />
(TTL Modulation: Make sure input TTL level PWM dightal signal)<br />
Frequency for TTL control:0-20KHz;<br />
Duty cycle:input 1%-100%;</div></blockquote>
<br />
Thanks cosmicray, i had found those modules, but since im from another country the "real way" is out of my budget<br />
<br />
My first goal is to engrave. I did requested two protection googles, however i plan to box the printer, fring eyes is not in my ToDo list yet...at least until i can get all my doubts sorted out :P]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Thu, 07 Apr 2016 22:03:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649640#msg-649640</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649640#msg-649640</link>
            <description><![CDATA[ It would be nice to know what controller you have?<br />
<br />
Thank you for giving us the details on laser diode and driver circuit<br />
and your printer controller.<br />
<br />
Megatronocs or a RAMPS?<br />
<br />
A 2W diode laser probably needs a 4 - 5 amp supply<br />
driver usually 9 - 18v<br />
I would use a separate supply  --- save your printer supply for printing<br />
<br />
Driver is powered ON   ( voltage supplied to driver)<br />
there should be a trigger pin to start and stop diode laser.<br />
<br />
there maybe a switch to select  continous or pulsed operation<br />
<br />
What is your intended use?   Engraving, cutting or just fring your eyes?<br />
<br />
[<a href="http://jtechphotonics.com/" target="_blank"  rel="nofollow">jtechphotonics.com</a>]<br />
<br />
will show how a real USA unit is set up.<br />
<br />
:S]]></description>
            <dc:creator>cozmicray</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Thu, 07 Apr 2016 21:52:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649252#msg-649252</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649252#msg-649252</link>
            <description><![CDATA[ The firmware can be used for single and daul pin firing.<br />
Either one pin provides the "on" signal and the other the PWM signal or<br />
just one pin and just the PWM signal.<br />
The TTL logic is slightly different from a real PWM control, it needs some time for the signal to rise and fall.<br />
Around 5ns for this is a normal value.<br />
Try the "FADE" example and instead of a LED you add the TTL input.<br />
To be on the safe side with the unknown module put a 1k resistor is series with the TTL input.<br />
Now when you upload the sketch your laser should change intensity from off to full and back just like the LED.<br />
If that works than it should work in a similar way through the Marlin Firmware, if not you can still try to set the PWM frequency from the standard 8kHz down to 5kHz.]]></description>
            <dc:creator>Downunder35m</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Wed, 06 Apr 2016 20:03:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,649238#msg-649238</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,649238#msg-649238</link>
            <description><![CDATA[ Thanks Downunder35m, do you know where so I put 12v rail directly. but where do u wire TTL? (i think its rated 5v max)<br />
the schematic in the marlin mod you use its for another module (laser fire and laser pwm) I only have TTL<br />
<br />
will check FW later]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Wed, 06 Apr 2016 18:22:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,648947#msg-648947</guid>
            <title>Re: various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,648947#msg-648947</link>
            <description><![CDATA[ I run the Turnkey Tyranny firmware (Marlin based) on my laser cutter.<br />
With some mods it is no problem to do 8bit engravings at quite high speeds (in my case 6000mm/min).<br />
But I thought most people GRBL on their diode laser machines?<br />
<br />
You should check if your laser driver supports the "on-off" method for the PWM signal - it can't be too good for the electronics.<br />
The TTL input does exactly the same, it turns on if there is a signal and off if there is none - big difference is that the electroncs stay powered and won't get the shock from switching on.<br />
Question is if the TTL input is fast enough but it should.<br />
Give <a href="http://www.vicious1.com/forum/topic/image2gcode-free-raster-image-laser-engraving-software-modified-for-mpcnc/" target="_blank"  rel="nofollow"><b><span style="color:#0000CC"><u>Image2Gcode</u></span></b></a> a chance, it should do what you want.<br />
Otherwise you can still modify the firmware to accept the commands you need or use Notepad++ to replace the "<span style="color:#669900">Sxxx</span>" with "<span style="color:#660000">\r\nM106 Sxxx\r\r</span>"]]></description>
            <dc:creator>Downunder35m</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Wed, 06 Apr 2016 05:41:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?133,648858,648858#msg-648858</guid>
            <title>various questions (wiring, mountung, control)</title>
            <link>https://reprap.org/forum/read.php?133,648858,648858#msg-648858</link>
            <description><![CDATA[ Hello, Prusa i3 owner here, just got a chinese 2w laser module w/ driver<br />
<br />
As of now, I have it wired as as the layer fan (D9) and using M106 SXXX/ M107 to PWM it<br />
Is this the best way? the driver has a TTL input which i did not connect. I saw a few post that mention high speed on/off to control power<br />
<br />
Also, what Linux tools do i have? im using inkscape with a gcode plugin which does not look like it can do engraving with different power levels (grayscale)<br />
<br />
* Is there any quick mount for the X carriage to change between laser and extruder quickly? (without screws removal)<br />
<br />
* I tried LaserWeb but gcode is <b>G1 X0.0 Y68.5 S41</b> which does not turn on the laser in marlin, i had updated machine definition with M106 but i still get this code format.]]></description>
            <dc:creator>luismanson</dc:creator>
            <category>Laser Cutter Working Group</category>
            <pubDate>Tue, 05 Apr 2016 22:32:26 -0400</pubDate>
        </item>
    </channel>
</rss>
