<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Marlin4Due</title>
        <description>Hi all,

I spend last weeks a lot of time. And now most parts works. 
[url=https://github.com/Wurstnase/Marlin4Due]Marlin4Due[/url] works with RADDS (also the RADDS-Display with the Back-Button) and also should work with RAMPS-FD V1/V2 (but not tested!).

All the extras which are new in the main-fork are implemented in Marlin4Due.
[list]
[*] Delta Autobedleveling
[*] up to 4 Extruders
[*] Filamentsensor
[*] improved Autobedleveling (G29 RLFB P V) for cartesian printers
[*] and many other things...
[/list]

Have fun with it. :)-D

Many thanks to bobc for a great starting point!
Also many thanks to all Marlin-developers!</description>
        <link>https://reprap.org/forum/read.php?147,485779,485779#msg-485779</link>
        <lastBuildDate>Wed, 15 Apr 2026 12:18:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,785040#msg-785040</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,785040#msg-785040</link>
            <description><![CDATA[ Looks like wrong baud rate.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 25 Aug 2017 15:52:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,783499#msg-783499</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,783499#msg-783499</link>
            <description><![CDATA[ and conect up with simpyfy gets]]></description>
            <dc:creator>munchit1</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Tue, 15 Aug 2017 10:35:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,783498#msg-783498</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,783498#msg-783498</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Wurstnase</strong><br />
Hi all,<br />
<br />
I spend last weeks a lot of time. And now most parts works. <br />
<a href="https://github.com/Wurstnase/Marlin4Due" target="_blank"  rel="nofollow">Marlin4Due</a> works with RADDS (also the RADDS-Display with the Back-Button) and also should work with RAMPS-FD V1/V2 (but not tested!).<br />
<br />
All the extras which are new in the main-fork are implemented in Marlin4Due.<br />
<ul><li> Delta Autobedleveling</li><li> up to 4 Extruders</li><li> Filamentsensor</li><li> improved Autobedleveling (G29 RLFB P V) for cartesian printers</li><li> and many other things...</li></ul>
<br />
Have fun with it. :)-D<br />
<br />
Many thanks to bobc for a great starting point!<br />
Also many thanks to all Marlin-developers!</div></blockquote>
<br />
just tried on my due/radds.. no screen, pushing buttons gets a brighter two horizontal flash momentarily...]]></description>
            <dc:creator>munchit1</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Tue, 15 Aug 2017 10:32:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,641772#msg-641772</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,641772#msg-641772</link>
            <description><![CDATA[ Hi, I just got an idea...<br />
I recently do RAMPS board compatibility mod. Since neither the original RAMPS board nor Due board have EEPROM, it is impossible to save configurations, unless we use this:<br />
<br />
<a href="https://github.com/sebnil/DueFlashStorage" target="_blank"  rel="nofollow">https://github.com/sebnil/DueFlashStorage</a><br />
<br />
Flash memory cycle count limit is rated less than EEPROM, but I think it's a good workaround for modded RAMPS board (other than adding I2C EEPROM).]]></description>
            <dc:creator>rollingdice</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sat, 19 Mar 2016 12:49:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,529792#msg-529792</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,529792#msg-529792</link>
            <description><![CDATA[ Well, display problem resolved!!<br />
<br />
It looks like the folks who created Marlin added support for the ST7920 Graphic LCD prior to it working very well in U8Glib . . . and thus created their own ST7920 definition for Marlin, located in ultralcd_st7920_u8glib_rrd.h, and creating the display type of U8GLIB_ST7920_128X64_RRD.  This works on the Mega, but dies an ugly, garbled death on the Due . . . I suspect that this predates the Due support in U8Glib, and thus the timing for the Due processor just isn't there . . . <br />
<br />
I had gotten the display to work with the U8Glib graphic test sample, using type U8GLIB_ST7920_128X64_4X (or 1X . . . they both appear to work).<br />
<br />
Looking in Marlin, in dogm_lcd_implemetation.h, this is where the definition of U8GLIB_ST7920_128X64_RRD is made based on a define of U8GLIB_ST7920, coming from the display definition in Conditionals.h. <br />
The good news is that the folks who wrote this didn't break the stock U8Glib type definition . . . Commenting out the ...RRD type definition to U8Glib, and adding a line for U8GLIB_ST7920_128X64_4X compiles cleanly, and *works*! <br />
<br />
I had read some notes that hardware SPI did not work on the Due, so all I can think is that this definition knows, and does it in software or some such.  The only think that I have not resolved yet is exactly how they are passing the pin definitions to the function in Marlin . . . the old definition had (0,0,0) as arguments, which results in a non-viable config with the library definition.  Hard wiring in the pining for the RAMPS-FD as (23,17,16) gets it going well . . . and taking the definitions from pins_XXX.h and inserting to give: U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); gets past that. <br />
<br />
So,  bottom line, this ended up looking massive, and took a *one* line change in Marlin, and let's the developers throw away a custom display definition that has apparently been superceded by a native definition in the U8Glib distribution!<br />
<br />
@Wurstnass . . . not sure how you want to integrate this into Marlin4Due, or how many folks try to run a graphic LCD on it, but let me know if you need anything else to get this included . . . I think it works around another fundamental difference in the Due and the Mega, and the implementations therof, and thus is important to your port.  The basic RepRap 4 line controller works out of the box, for what it's worth . . . <br />
<br />
The code snippet from dogm_lcd_implementation.h is at line 120, thus:<br />
<br />
#define START_ROW              0<br />
<br />
// LCD selection<br />
#ifdef U8GLIB_ST7920<br />
  //U8GLIB_ST7920_128X64_RRD u8g(0,0,0);<br />
  //U8GLIB_ST7920_128X64_RRD u8g(0)<br />
  //Dawson, TPC . . . Get the ST7920 display to actually work on a Due . . . <br />
  //U8GLIB_ST7920_128X64_4X u8g(23, 17, 16);<br />
  U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS);<br />
#elif defined(MAKRPANEL)<br />
  // The MaKrPanel display, ST7565 controller as well<br />
  U8GLIB_NHD_C12864 u8g(DOGLCD_CS, DOGLCD_A0);<br />
#elif defined(VIKI2) || defined(miniVIKI)<br />
  // Mini Viki and Viki 2.0 LCD, ST7565 controller as well<br />
  U8GLIB_NHD_C12864 u8g(DOGLCD_CS, DOGLCD_A0);<br />
#else<br />
<br />
- Tim]]></description>
            <dc:creator>tadawson</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Mon, 06 Jul 2015 21:52:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,525703#msg-525703</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,525703#msg-525703</link>
            <description><![CDATA[ FYI, more work to do, but regarding my LCD issue (12864 Graphic Smart Controller), I have done some more testing . . . <br />
<br />
Since the Due and the Mega have the same pinouts to the RAMPS (well, mostly . . . the LCD stuff does not change between them), I put a Mega on my RAMPS-FD (running 1.0.3-dev) to verify LCD function, and that failed.   Apparently the pullup resistors on the adapter card doing the level shift are too high to get the timing right.  So, I moved the logic level shift circuit to breadboard . . . Same 78HC07 circuit, but with 1K (instead of 10K) pullups, and now the display works with the Mega.  <br />
<br />
So, back to the Due . . . all I get is garbling on the display, same exact pin assignments and wiring (If I had to guess, I'd say mismatched baud rate, since this interface is serial).  To rule out the level transition of the 78HC07, I got a proper 4 channel logic level shifter, and gave that a try.  Same gibberish . . . To test further, I took the graphics card test program from U8glib (same tree that Marlin is building against), set it to the same card type that Marlin4Due (or Marlin in general) is using for this display, set the pinning in the test program as per Marlin, and *IT WORKS* . . . <br />
<br />
I need to do more testing, but I have pretty much confirmed that my interconnect to the LCD is correct, and that the 1.0.3-dev base Marlin code is not flawed.<br />
<br />
Has anything been done in the Due Marlin port that might somehow affect serial port timing?  It's not in U8glib, apparently, since the test code from that works . . . <br />
<br />
More testing to be done, but if this rings a bell to any of the folks doing the port, please let me know!  I'd rather chase unknowns than stuff folks may already know!<br />
<br />
Thanks,<br />
<br />
- Tim]]></description>
            <dc:creator>tadawson</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 24 Jun 2015 16:43:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,525097#msg-525097</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,525097#msg-525097</link>
            <description><![CDATA[ There are no speed lookups anymore. The Due has hardware division. This is faster.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Tue, 23 Jun 2015 07:59:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,524821#msg-524821</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,524821#msg-524821</link>
            <description><![CDATA[ I have a question for the Due hackers, did anyone address the speed lookup tables?]]></description>
            <dc:creator>thetazzbot</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Mon, 22 Jun 2015 15:07:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,524819#msg-524819</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,524819#msg-524819</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>3DLTech</strong><br />
Is that using windows?</div></blockquote>
<br />
Yes, windows 8.]]></description>
            <dc:creator>thetazzbot</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Mon, 22 Jun 2015 15:06:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,523775#msg-523775</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,523775#msg-523775</link>
            <description><![CDATA[ Is that using windows?]]></description>
            <dc:creator>3DLTech</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 19 Jun 2015 23:12:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,523702#msg-523702</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,523702#msg-523702</link>
            <description><![CDATA[ I just downloaded Arduino 1.6.5 and Marlin4Due and it compiled fine.<br />
<br />
Sketch uses 116,992 bytes (22%) of program storage space. Maximum is 524,288 bytes.]]></description>
            <dc:creator>thetazzbot</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 19 Jun 2015 16:59:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,522997#msg-522997</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,522997#msg-522997</link>
            <description><![CDATA[ I also believe I found out why I could not make the motors work and I found this out when I was attempting the test with my standard RAMPS board.  I did not have my thermistors installed so Repetier would not recognize any of the motors.  Once I hooked up the thermistors I was able to move the motors with my RAMPS board.  I quickly switched out the boards, attached my Due-Ramps-FD board, hooked up 4 motors and the two thermistors.  I wired the mini USB on RAMPS-FD and connected my computer to it, turned on Repetier Host.  Turned on the power supply and POOF!  The computer turned off.  I freaked out.  I removed the battery and I breathed a sign of relief when I connected it back up and it worked......So....I tried another COM port.   It did it again.  2nd time I did this was dumb, so a 3rd time would now just be really stupid so I stopped.  Somehow the power on the RAMPS-FD board is sending power back to my USB port and shutting down my computer.  Does anyone have any idea why or how this can happen?  Thank God I was trying the test out with an old laptop.  It did not do that before on my desktop.  Only difference in setup is that now I have thermistors hooked up.  The setup is the same as in my previous post with pictures.<br />
Jaime]]></description>
            <dc:creator>3DLTech</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Thu, 18 Jun 2015 01:39:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,522665#msg-522665</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,522665#msg-522665</link>
            <description><![CDATA[ Actually I use 1.5.8 because it's compatible with Eclipse. I think that 1.6.4 has some bugs.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 17 Jun 2015 09:37:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,522474#msg-522474</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,522474#msg-522474</link>
            <description><![CDATA[ Did anyone find out why the Firmware does not compile in Windows?<br />
Regards,<br />
Jaime]]></description>
            <dc:creator>3DLTech</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 17 Jun 2015 00:35:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,518456#msg-518456</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,518456#msg-518456</link>
            <description><![CDATA[ i am not home this weekend I will test it tomorrow night.]]></description>
            <dc:creator>3DLTech</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 07 Jun 2015 01:41:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,518096#msg-518096</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,518096#msg-518096</link>
            <description><![CDATA[ Ok, I'm at home now. I can't reproduce the issue on my computer. I run Linux here and don't have a Windows machine. I don't have any issue with 1.6.4 with any branch. :(]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 05 Jun 2015 12:27:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517946#msg-517946</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517946#msg-517946</link>
            <description><![CDATA[ Ok, I've tested my 'testing branch': [<a href="https://github.com/Wurstnase/Marlin4Due/tree/testing" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
Compiling on Linux I don't have any issue with 1.6.4.<br />
Compiling on Windows, hang with 1.6.4. No issue with 1.6.3.<br />
<br />
Can't compile the master branch on any Arduino Versions on Windows. Can't test Linux at the moment.<br />
<br />
So please use my testing branch with Arduino 1.6.3. You can use the configs of the master.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 05 Jun 2015 03:58:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517933#msg-517933</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517933#msg-517933</link>
            <description><![CDATA[ Ah, I think I found my mistake. Did not test it actually but there is a missing #define in the config for the new stepping part.<br />
Here is an update.<br />
<br />
Edit: There is something wrong... Can't find the problem now. I will look again this afternoon.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 05 Jun 2015 02:40:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517860#msg-517860</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517860#msg-517860</link>
            <description><![CDATA[ I am using Arduino 1.6.4  Please find attached my configuration.h file.  The only change I made was I changed from RADDS to BOARD_RAMPS_FD_V1.  Did you see my comment on the heater/motor(P107) labels and schematics not matching?  Is my comment relevant?<br />
BTW<br />
Thanks for all the support to you and Andrew.<br />
Jaime]]></description>
            <dc:creator>3DLTech</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Thu, 04 Jun 2015 19:17:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517476#msg-517476</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517476#msg-517476</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>tadawson</strong><br />
Any chance to look at the inverted fan issue yet?</div></blockquote>
<br />
Sorry forgot you. Maybe tomorrow.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>3DLTech</strong><br />
I just loaded most recent Marlin4Due files.  It doesn't stop compiling, its in some sort of endless do loop.</div></blockquote>
<br />
Can you upload your config? Which Arduino-Version do you running?<br />
You could also enable the debug-part in the arduino ide to 'normal'. Then you will see where it starts hanging.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Thu, 04 Jun 2015 00:26:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517454#msg-517454</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517454#msg-517454</link>
            <description><![CDATA[ I just loaded most recent Marlin4Due files.  It doesn't stop compiling, its in some sort of endless do loop.]]></description>
            <dc:creator>3DLTech</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 21:39:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517438#msg-517438</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517438#msg-517438</link>
            <description><![CDATA[ Any chance to look at the inverted fan issue yet?<br />
<br />
Thanks,<br />
<br />
- Tim]]></description>
            <dc:creator>tadawson</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 20:39:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517418#msg-517418</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517418#msg-517418</link>
            <description><![CDATA[ OK, well done! (tu)]]></description>
            <dc:creator>AndrewBCN</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 18:58:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517405#msg-517405</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517405#msg-517405</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>AndrewBCN</strong><br />
@ Wurstnase <br />
<br />
Hi,<br />
I have just checked the datasheets for both the A4988 and the DRV8825, they require respectively a 1uS minimum low and 1uS minimum high pulse width (A4988 datasheet), and 1.9uS minimum low and 1.9uS minimum high pulse width (DRV8825 datasheet).<br />
<br />
On a 16MHz AVR MCU, these minimum pulse widths are easy to get/respect, but on an 84MHz ARM Cortex M3 MCU, you have to pay more attention to how you code this.<br />
<br />
So I agree with you, the latest fastio.h on Marlin4Due will possibly be too fast, an analysis of the compiled assembler code would confirm this.<br />
<br />
There is a DelayMicroseconds() function in the Arduino libraries, I am not sure what the shortest delay it is able to generate on a Due is, this would have to be investigated further.<br />
<br />
So apparently this problem is not as easy to solve as it looks like at first glance. :(</div></blockquote>
<br />
Not anymore too fast :) There is a new config option in the configuration.h. Just below the steps/mm-settings. <br />
For everyone who are &lt;120kHz can deactivate the ENABLE_HIGH_SPEED_STEPPER, you don't need it. This is the standard.<br />
<br />
Pretty easy to calculate your maximum kHz. It's your steps/mm * max velocity.<br />
<br />
If you use GT2 with 20 tooth, a standard cartesian printer with DRV8825 with 1/32 you have 160steps/mm. If your max speed is below 750mm/s, you don't need ENABLE_HIGH_SPEED_STEPPER.<br />
With CoreXY it 750mm/s / squareroot(2) = 530mm/s.<br />
<br />
Or more simple, everyone who has no move faster than 500mm/s and has DRV8825 or A4988 driver don't need to activate it.<br />
<br />
And the best of it, no delays used for this :)]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 18:38:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517363#msg-517363</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517363#msg-517363</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>dc42</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Wurstnase</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>dc42</strong><br />
My fork doesn't. Perhaps the official RepRapPro version does, I haven't checked. My fork uses totally different Move code.</div></blockquote>
<br />
That's your dev-fork!?</div></blockquote>
<br />
Yes. The main branch of my repo was originally set up to track the RepRapPro official release, although it's somewhat out of date now. I use different branches for highly experimental work.</div></blockquote>
<br />
Sorry, but I don't understand you. <br />
First it's not yours. Then it's yours but there is some highly experimental somewhere nobody can see? Your dev-branch is only 13 days old.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 17:08:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517356#msg-517356</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517356#msg-517356</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Wurstnase</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>dc42</strong><br />
My fork doesn't. Perhaps the official RepRapPro version does, I haven't checked. My fork uses totally different Move code.</div></blockquote>
<br />
That's your dev-fork!?</div></blockquote>
<br />
Yes. The main branch of my repo was originally set up to track the RepRapPro official release, although it's somewhat out of date now. I use different branches for highly experimental work.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 16:52:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517333#msg-517333</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517333#msg-517333</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>dc42</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Wurstnase</strong><br />
@dc42 Reprapfirmware has a lot of nop on this point? At least the last time I checked it, this weekend.</div></blockquote>
<br />
My fork doesn't. Perhaps the official RepRapPro version does, I haven't checked. My fork uses totally different Move code.</div></blockquote>
<br />
That's your dev-fork!?]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 15:43:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517329#msg-517329</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517329#msg-517329</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Wurstnase</strong><br />
@dc42 Reprapfirmware has a lot of nop on this point? At least the last time I checked it, this weekend.</div></blockquote>
<br />
My fork doesn't. Perhaps the official RepRapPro version does, I haven't checked. My fork uses totally different Move code.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 15:31:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517324#msg-517324</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517324#msg-517324</link>
            <description><![CDATA[ @dc42 Reprapfirmware has a lot of nop on this point? At least the last time I checked it, this weekend.<br />
<br />
Edit: just a simple delay in reprapfirmware <br />
[<a href="https://github.com/dc42/RepRapFirmware/blob/dev/Move.cpp#L1010" target="_blank"  rel="nofollow">github.com</a>]<br />
[<a href="https://github.com/dc42/RepRapFirmware/blob/dev/Move.cpp#L1048" target="_blank"  rel="nofollow">github.com</a>]<br />
<pre class="bbcode">
platform-&gt;StepHigh(Z_AXIS);
ShortDelay();
platform-&gt;StepLow(X_AXIS);</pre>
<br />
Marlin4Due made some stuff when it handles the direction, so Marlin don't need any delay.<br />
<br />
@Andrew I have already a really good solution. Hopefully this will work. :)]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 15:10:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,485779,517315#msg-517315</guid>
            <title>Re: Marlin4Due</title>
            <link>https://reprap.org/forum/read.php?147,485779,517315#msg-517315</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>AndrewBCN</strong><br />
@ Wurstnase <br />
<br />
Hi,<br />
I have just checked the datasheets for both the A4988 and the DRV8825, they require respectively a 1uS minimum low and 1uS minimum high pulse width (A4988 datasheet), and 1.9uS minimum low and 1.9uS minimum high pulse width (DRV8825 datasheet).<br />
<br />
On a 16MHz AVR MCU, these minimum pulse widths are easy to get/respect, but on an 84MHz ARM Cortex M3 MCU, you have to pay more attention to how you code this.<br />
<br />
So I agree with you, the latest fastio.h on Marlin4Due will possibly be too fast, an analysis of the compiled assembler code would confirm this.<br />
<br />
There is a DelayMicroseconds() function in the Arduino libraries, I am not sure what the shortest delay it is able to generate on a Due is, this would have to be investigated further.<br />
<br />
So apparently this problem is not as easy to solve as it looks like at first glance. :(</div></blockquote>
<br />
What I do in RepRapFirmware for Duet electronics (which uses the same ATSAM3X8E processor) is to set the pin high when it is determined that a step is needed, then do other work (i.e. calculate the time when the next step is due) before setting the pin low again. I also have a timer running at MCLK/32 so that I can time things to a resolution of 0.38us.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 03 Jun 2015 14:33:50 -0400</pubDate>
        </item>
    </channel>
</rss>
