<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forum - Developers</title>
        <description>Everybody here is a developer. Share what you are doing !</description>
        <link>https://reprap.org/forum/list.php?2</link>
        <lastBuildDate>Tue, 10 Mar 2026 20:27:53 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?2,897498,897498#msg-897498</guid>
            <title>Building RepRap for new Kinematics class (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,897498,897498#msg-897498</link>
            <description><![CDATA[ I'm trying to build RepRapFirmware 3.6-dev as a platform to test my new Kinematics class.   I'm getting a C++ syntax error, but it is not trivial for me to come up with a fix.<br />
I ordered a Duet3 mini 5+ to prototype on.  3.6-dev only seems to have a Duet3_MB6HC folder.  Since I'm still just trying to compile at this time, I'm trying to build the MG6HC executable.<br />
<br />
Should I be working from a different branch?  3.7-dev?  <br />
<br />
My host is Linux with eclipse.  I'm using arm-none-eabi-g++ (Arm GNU Toolchain 15.2.Rel1 (Build arm-15.86)).  Original development may have used version 13, but perplexity claims that some have reported success on v15.<br />
<br />
If there is a better place to post my question, please let me know.<br />
<br />
Thansk.]]></description>
            <dc:creator>Mr.What</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 04 Mar 2026 16:40:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,896815,896815#msg-896815</guid>
            <title>DELTACORE - &quot;new&quot; kinematics on Marlin (4 replies)</title>
            <link>https://reprap.org/forum/read.php?2,896815,896815#msg-896815</link>
            <description><![CDATA[ Hi, I want to share "new" kinematics combination I implemented - deltacore.<br />
Z axis is regular, while X and Y work like delta but in one plane.<br />
It is named similar to corexy, because when two motors work in same direction it is only X-axis movement, <br />
and when motors work in oposite directions it is arc movement mostly in Y-axis.<br />
Check it out here: <a href="https://www.youtube.com/watch?v=YO74M19ytRc" target="_blank"  rel="nofollow">https://www.youtube.com/watch?v=YO74M19ytRc</a><br />
<div id="div_6f1803ff4e42f28c5e7e7f374339a7cc"
     class="mod_embed_images_extended"
     style="width:337px">

  

    
      
    

    <div id="imagediv_6f1803ff4e42f28c5e7e7f374339a7cc" class="mod_embed_images_image"
         style="width:337px; height:400px">

    

    <a href="https://reprap.org/forum/file.php?2,file=121380,filename=deltacore_prototype_2024.jpg">
        <img src="/forum/thumbcache/3ea/f62/eda/048/5a9/5d1/ef0/5b2/e63/28a/92_800x400.png"
             width="337"
             height="400"
             id="image_6f1803ff4e42f28c5e7e7f374339a7cc"
             alt=""
             title=""/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_6f1803ff4e42f28c5e7e7f374339a7cc"
      style="display:block">
      <a id="link_6f1803ff4e42f28c5e7e7f374339a7cc" href="https://reprap.org/forum/file.php?2,file=121380,filename=deltacore_prototype_2024.jpg"></a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('6f1803ff4e42f28c5e7e7f374339a7cc', '/forum/thumbcache/3ea/f62/eda/048/5a9/5d1/ef0/5b2/e63/28a/92_800x400.png', 'https://reprap.org/forum/file.php?2,file=121380,filename=deltacore_prototype_2024.jpg', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Freprap.org%2Fforum%2Ffile.php%3F2%2Cfile%3D121380%2Cfilename%3Ddeltacore_prototype_2024.jpg', '', 896815, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
	In advance of any questions - I did it because I could, there are very few benefits and much compromises.<br />
Main supposed benefit is ability to use heavy linear rails and ball-screws, but keep toolhead assembly ultra light.<br />
Second, questionable, is ability to make entire bed assembly easy swappable, or collapsable to save space when not in use.<br />
But all good is overshadowed by small shield-shaped printable area, which is equivalent to bed slinger but without corners.<br />
<br />
	If you for some reason interested in bulding another deltacore "unicorn", I made it relatively easy on software side.<br />
Without clue how to do it using existing kinematics, I copied how delta is implemented in Marlin. <br />
Everything tested except sensorless homing and bed leveling (only bilinear augmented, other theoretically should work as is).<br />
	Here is cleaned Marlin-2.1.2.2 with only deltacore-related changes:<br />
		<a href="https://www.mediafire.com/file/mtyx622vw3e35oy/Marlin-2.1.2.2-deltacore-clean.zip/file" target="_blank"  rel="nofollow">"Marlin-2.1.2.2-deltacore-clean.zip" at Medifire - 9.26MB</a><br />
	And here is my bulid with other junk but gurantee to compile:<br />
		<a href="https://www.mediafire.com/file/dzslpcjtxfjw4fq/Marlin-2.1.2.2-deltacore-prototype.zip/file" target="_blank"  rel="nofollow">"Marlin-2.1.2.2-deltacore-prototype.zip" at Mediafire - 9.34MB</a><br/>]]></description>
            <dc:creator>GIRATOR</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 09 May 2025 04:28:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,896621,896621#msg-896621</guid>
            <title>New generation extruder for FFF/FDM metal printing (3 replies)</title>
            <link>https://reprap.org/forum/read.php?2,896621,896621#msg-896621</link>
            <description><![CDATA[ Hi, I am currently working on a project that deals with the design of an extruder (hot end+cold end) that should allow conventional FFF 3D printers to directly process metal alloys such as aluminum or zinc alloys. Imagine if your printer would be able to process not only PLA, ABS, PETG , but also metals after minor modification. You could then produce components with greater strength and durability. This proposed extruder would work with metal wire, which is used for welding, for example. I would need to know your opinion on this new opportunity. If such a thing existed, would you be interested? What benefits do you think it could have for you? What problems could it pose for you? Any opinion is valuable to me thank you.]]></description>
            <dc:creator>KILDET</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 05 Mar 2025 17:11:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,896537,896537#msg-896537</guid>
            <title>Affordable Open Source DIY Resin Printer (6 replies)</title>
            <link>https://reprap.org/forum/read.php?2,896537,896537#msg-896537</link>
            <description><![CDATA[ Ahoy there folks and my inspiration digital dentist (wherever you are in this now silent RepRap universe). Owing to the lack of proper open source, DIYable resin 3d printers, and the hot mess that tariffs has become for my hobbies of late, I have resolved to put my hat into the arena to build one for the benefit of the general-public and the posterity, trying to keep it under $300 apx. So help me O the great noodly monster of the Printverse!<br />
<br />
That said, my research has landed me till here so far:<br />
<br />
First, this is definitely not going to be an MSLA/LCD based build. Period! Thir availability is dear and far between, at least where I live, and their consumable nature doesn't bode well with the sustainable notion of this DIYable printer relative to the two other options. Its custom PCB requirement was another turn off. <br />
<br />
Hence, we have two other options to go about the build: <br />
<br />
1. A cartesian XY laser apparatus with a bottom-up/top-down bed system;<br />
e.g. [<a href="https://www.instructables.com/Build-a-Laser-3D-Printer-Stereolithography-at-Ho/" target="_blank"  rel="nofollow">www.instructables.com</a>]<br />
Pros:<br />
Cheap and Simple, Rugged if done right. If you can get 9g servos in close loop to run precises enough and slap a relevant laser onto it (mirrored ofc), it may very much be ready to run with a Z-axis and a vat.<br />
Cons:<br />
Slow, unless one uses the costly galvos, scanning is slow. Stepper based galvo solutions are neither fast nor accurate enough in the absence of the f-theta lens which is costly. At least one example exist for a lens free solution (https://www.youtube.com/watch?v=38B44MFpHo0) but haven't explored that too much. Welcome to hear solutions on this one. <br />
 and <br />
<br />
2. A DLP Projector based printer as was staple in the now dead buildyourownsla.org fora. e.g.: <br />
[<a href="https://www.instructables.com/DIY-high-resolution-3D-DLP-printer-3D-printer/" target="_blank"  rel="nofollow">www.instructables.com</a>]<br />
[<a href="https://www.instructables.com/RooBee-One-SLA-DLP-Aluminum-Frame-3D-Printer/" target="_blank"  rel="nofollow">www.instructables.com</a>]<br />
[<a href="https://www.instructables.com/Chimera-60-DLP-resin-3d-printer/" target="_blank"  rel="nofollow">www.instructables.com</a>]<br />
[<a href="https://www.instructables.com/Little-Dipper-SLADLP-3D-printer-for-under-500-proj/" target="_blank"  rel="nofollow">www.instructables.com</a>]<br />
<br />
Pros:<br />
Simpleish. Its most complex component, the projector, is ready-made, recyclable, and depending on the modification requirements, dual use (watch a movie on it on the off times). <br />
Many companies like the Elgoo Mars 4DLP and Anycubic Photon 2 DLP are making a comeback to this technology thanks to its longevity.<br />
Have some solid reference builds in DropLit and LittleRP printers (https://github.com/goopyplastic/littlerp2)<br />
Cons:<br />
Most listed projectors on the build your own SLA website are out of even the secondary market. Documentation is out of date and the fora talking about it are long dead. <br />
<br />
The DLP Projectors available now to me are:<br />
Refurbished NEC NP40 DLP Lightweight Portable Projector<br />
<br />
Brand NEC Image Brightness 2200 ANSI Lumens Type Desktop Display Technology DLP Maximum Resolution 1080i (FHD) Model NEC NP40 Connectivity VGA/SVGA D-Sub, S-Video, RCA Features Portable Native Resolution 1024 x 768 Aspect Ratio 4:3<br />
<br />
2) Refurbished Sharp PG-MB60X DLP Projector Product Information With DLP display technology, the Sharp PG-MB60X is a high performer conference, classroom series projector. With 2500 ANSI Lumens, this Sharp DLP projector delivers bright clear images in any lighting condition. The 1024 x 768 native resolution of this Sharp multimedia projector projects true-to-life images with vivid colors. The HDTV Ready feature of this Sharp DLP projector brings crystal-clear high-definition images to your presentation. Whereas, the 1200:1 contrast ratio of this Sharp multimedia projector delivers brightest white and darkest black images. Placed at a distance of 1.8 – 9.1m, the Sharp PG-MB60X projector throws clear images sized 102 – 762cm. Product Identifiers Brand Sharp MPN SHRPGBM60X, PG-MB60X, PG-MB60X SHRPGBM60X UPC 0074000364318 Model PG-MB60X eBay Product ID (ePID) 66747921 Product Key Features Display Technology DLP Image Brightness 2500 ANSI Lumens Contrast Ratio 1200:1 Dimensions Weight 8lb. Additional Product Features Platform M·A·C, PC Products Native Resolution 1024×768 Form Factor Portable Features Keystone Correction<br />
<br />
3) Refurbished ViewSonic PJ 506D DLP Projector<br />
<br />
Brand ViewSonic Special Feature speakers Display resolution 800 x 600 Display Resolution Maximum 800 x 600 Display Type DLP About this item ViewSonic PJ506D – DLP projector – 2000 ANSI lumens – SVGA (800 x 600) DLP technology delivers crystal-clear images and brilliant color Portable projector is ideal for multimedia lessons in the classroom Support for 720p and 1080i HD signals Features &amp; Specs<br />
<br />
Contrast Ratio 2000:1 Lamp Wattage 200 Watts Hardware Connectivity VGA Mounting Type Tabletop Mount Wattage 250 watts Controller Type Button Control Additional Features speakers Native Resolution 800 x 600 Display Resolution Maximum 800 x 600 Display Type DLP Form Factor Portable<br />
<br />
4) Refurbished TOSHIBA TDP T45U Portable DLP Projector<br />
<br />
Brand TOSHIBA Special Feature speakers Connectivity Technology composite_video Display resolution 1024 x 768 Display Type DLP About this item Portable DLP Projector XGA 1024 x 768 Display Resolution/ 2500 Lumens 2000:1 Contrast Ratio 36 to 300 Inches Image Size/ 11.5 to 100 Projection Distance 7.50 Lbs (WxLxH) 9.00″ x 13.00″ x 3.90″ Features &amp; Specs<br />
<br />
Contrast Ratio 2000:1 Maximum Image Size 300 Inches Lamp Wattage 190 Watts Minimum Image Size 36 Inches Hardware Connectivity Composite Video Wattage 1 watts Additional Features speakers Connectivity Technology composite_video Native Resolution 1024 x 768 Display Type DLP Form Factor Portable<br />
<br />
<br />
<br />
<br />
From the first Instructable under Option 2:<br />
"....The dose is divided in to three vectors as you will, namely photon energy, light intensity and duration of illumination, together giving the total energy dose. Usually in the UV curing of materials the dose is only measured for a specific part of the spectrum. The rest of the light will usually be reflected or absorbed and converted in to heat.<br />
Only photons with a high enough energy will take part in the photo polymerization. This means that the resin that you will be using is the determining factor in the part of the light (electromagnetic) spectrum that we are interested in. Most photo curing resins will cure under the influence of UV light. Light with a wavelength of between 365nm and 420nm. <br />
Some resins also allow for curing with longer wavelengths but these are usually rare and expensive.<br />
<br />
1) One of the things to consider is that in order to be able to print with a wide range of resins we would like as much UV in our light as possible. I will explain this in depth when designing the basin, mirror and anti stick coating. <br />
<br />
The other part is time of illumination and illumination intensity. The illumination intensity, or luminous flux is the amount of Photons per unit of time that is emitted by the light source.  The longer you illuminate the resin the deeper the light penetrates and the harder and thicker your printed layer gets. This is a very unique feature of stereo lithography where the illumination time is another factor to consider as this determines the build layer thickness.<br />
<br />
2) The light source must be of high intensity so the illumination time can be as short as possible allowing for a faster build.<br />
3) An other thing to consider is that the light source needs to be very controllable in switching from illuminating the resin to not illuminating the resin.<br />
<br />
In the principle of photo lithography, what gets illuminated polymerizes and what does not get illuminated stays liquid. This means that our resolution or minimum feature size is determined by the minimum spot size.<br />
<br />
3) The third parameter for our light source is that it must have the possibility to illuminate a spot that is as small as possible.<br />
<br />
Googleing we found that there are two viable light sources/systems that will meet these demands. A blue/UV laser with nice optics to produce a small spot size and a Galvo Head or A DLP projector. A  Lasers are cool but to achieve a small accurate spot with a galvo system felt to us as going way over our heads. Since non of us has any experience in setting up a laser, laser optics and a galvo system. And having the guys from Form 1 as an example (patent issues), maybe one day we would like to offer the world a kit too. We decided to go for the DLP projector option.<br />
....As from our considerations in the above we can easily state what properties we want our projector to have:<br />
high UV content (determines if the projector works to cure the resin)<br />
high light intensity (shorter cure time)<br />
high contrast ratio (gives a higher resolution with less light contamination)<br />
high resolution (results in a smaller feature size)"<br />
<br />
Given the above considerations, I now looking forward to your recommendations. From hereon, this forum would also serve as the build log of this printer.]]></description>
            <dc:creator>sudarshan</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 09 Mar 2025 20:59:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894835,894835#msg-894835</guid>
            <title>Serial port responses, Marlin 2.1.2.1 (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,894835,894835#msg-894835</link>
            <description><![CDATA[ Hi,<br />
<br />
I need clarification regarding the additional serial port responses in Marlin 2.1.2.1 firmware.<br />
<br />
In Marlin firmware, when a command is sent to a specific serial port, is the response sent back to the same port that received the command?<br />
<br />
Can the responses on the additional serial ports be customized? If so, where in the software can I make these customizations?<br />
<br />
Thank you very much for your assistance.]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 17 May 2024 23:08:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894553,894553#msg-894553</guid>
            <title>Help with custom stl file. To enable an option in the file (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,894553,894553#msg-894553</link>
            <description><![CDATA[ So as is always the way I've had an idea which is a really good idea. <br />
<br />
I've built myself a workshop however I don't want a visible lock on the door so naturally I'm going to make it a vault locking door because why not.<br />
<br />
My plan so far is to use a RFID reader connected to a rpi which will open a command and send it to a 3d printer controller board with a custom version or marlin on it. Basically marlin that just moves 5 motors back and forth. Each rod will have a start and end endstops to make sure it's locked or unlocked. <br />
<br />
My question is this, is it possible to write an stl script that if the endstop at one position is detected it will move in the other direction to the other endstops? <br />
<br />
I ask because the script on the pi wouldn't be able to tell if the door is locked or unlocked or can an endstop be connected to a rpi then I can write 2 scripts depending on if the door is locked or unlocked?]]></description>
            <dc:creator>Bossydale</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 20 Mar 2024 16:46:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894377,894377#msg-894377</guid>
            <title>Marlin 2.1.2.1 MKS Gen L v1 - Enable Laser cooling - disable 3 servos (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,894377,894377#msg-894377</link>
            <description><![CDATA[ Hello,<br />
<br />
I am currently using the MKS Gen L board, and I've encountered an issue with the Laser Cooler loop functionality. To enable the Laser cooling feature, I had to disable three servos, which are typically in use.<br />
<br />
Enabling Laser cooling utilizes all available timer resources on the board, necessitating the removal of three out of the four servos I usually employ.<br />
<br />
I am seeking assistance from anyone capable of:<br />
<br />
a) Writing the necessary code to integrate separate cooler temperature control into Marlin 2.1.2.1 , or<br />
<br />
b) Modifying an existing hotend PID loop to function as a cooler loop , or <br />
<br />
c) Adding a configuration option where user can choose to use the cooler with or without the laser features so it does not monopolize timer resources, thereby allowing for the proper addressing of servos.<br />
   This option should be commented in the configuration_adv file.<br />
<br />
Please let me know if you are able to assist.<br />
<br />
Thank you.]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 13 Feb 2024 21:59:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894357,894357#msg-894357</guid>
            <title>EMO PIG- 90% 3d printed prusa i3 clone  with a twist (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,894357,894357#msg-894357</link>
            <description><![CDATA[ Well hello there. I am going crazy with doing things by myself, so i thought i will share my pain with others and maybe some of you will know what am i doing wrong.<br />
<br />
Recently i made something stupid. I downloaded from prusa all the mk3s files, printed or modyfied a lot of those files, some were made from scratch to replace cnc parts and thus EMO PIG was born. (or Original Prosiak how it is called in polish) <br />
<br />
And it almost work but not quite as i would like.<br />
I have some limitations (because i wanted to show off kids at school i work at you don't need high budget to make a printer) like using ramps and arduino mega, character based screen, Zrods being m8 thereaded rods, and bearings are 3d printed shells with ptfe tube liners runing on stainless rods, It uses the cheapest power suply i could find, used hp computer that only had 2 12V outputs and both of them could push 12-16 amps. But i also have bigtree tmc's 2130 in spi and sensorless homing is working (and that like 1/3 of the budget too), I use ir switch as a z probe that works too. printer is mostly made out of pink and black pet-g but pink is more magenta than pink :] <br />
Currently I am using marlin 2.1 from way back i made my last printer, but for some reason i would like to port actual prusa firmware to run on it, just for kicks.and the latest firmware seems the most interesting so i installed all the ide stuff required to compile it and.<br />
For some reason prusa frimware compiles always at around 640kb while atmega is only 1/3 of that so i have no idea where rambo stores it if it also uses atmega 2560 and i can't find a schematic that shows that 2mb serial flash mentioned in changelogs. or am i so dumb to not see it, because i most likely would have to hack something like that into the ramps to have it working. Hacking things in is not a problem, knowing what to do kind of is.<br />
<br />
I am currently at a phase that my project kind of work, meaning i can put sd card in and print small things from pla on unheated bed but things that takes more than one hour kind of die from heat creap in cheap hotend knokof and it  is very moody<br />
<br />
<br />
if you are interested in seeing it or know what am i doing wrong let me know, i probably post some pictures anyway but if you are interested in any specyfics i gladly share what i developed so far in details, (if we can call stealing from prusa a development)<br />
but i think that without help i probably just be forced to be unhappy and just chuck newest stable marlin into it and call it good , because i am 2 months into it and i am loosing will to continue what i set as a goal. so help wpild be apriciated, or just audience and some support.]]></description>
            <dc:creator>kokodin</dc:creator>
            <category>Developers</category>
            <pubDate>Sun, 11 Feb 2024 06:18:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894353,894353#msg-894353</guid>
            <title>Bed and Cooler icons are overlaping on the display MKS MINI 12864 v2 (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,894353,894353#msg-894353</link>
            <description><![CDATA[ Hi, <br />
<br />
I added the chamber to the configuration,  compile ok, but Bed and Cooler icons on the display MKS MINI 12864 v2 are overlapping.<br />
<br />
<br />
Solved, by adding the #define STATUS_COOLER_X 33  in the config file, will shift the cooler to the left in the place of the second hotend which i dont use.]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 10 Feb 2024 19:27:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894344,894344#msg-894344</guid>
            <title>Monster8  - Marlin 2.1.2.1  Configuration for XYZE0E1AUV + Laser cooling (11 replies)</title>
            <link>https://reprap.org/forum/read.php?2,894344,894344#msg-894344</link>
            <description><![CDATA[ Hi, <br />
<br />
Is any chance that you can help me or run the scan program Marlin 2.1.2.1 for the MKS Monster8 board with MKS Mini12864 v3.0 display for the configuration -   XYZE0E1AUV + Bed  and Laser cooling.   -  First hot end using MAX31855, using -3 option<br />
<br />
You run the similar scan for the my MKS Gen L board, it was so helpful,  it make me understand all changes in few minutes. <br />
<br />
Please let me know if you need any other information.<br />
<br />
Thank you very much.<br />
<br />
<br />
<br />
<br />
<br />
#define TEMP_SENSOR_0 -3<br />
#define TEMP_SENSOR_1 0<br />
#define TEMP_SENSOR_2 0<br />
#define TEMP_SENSOR_3 0<br />
#define TEMP_SENSOR_4 0<br />
#define TEMP_SENSOR_5 0<br />
#define TEMP_SENSOR_6 0<br />
#define TEMP_SENSOR_7 0<br />
#define TEMP_SENSOR_BED 1<br />
#define TEMP_SENSOR_PROBE 0<br />
#define TEMP_SENSOR_CHAMBER 0<br />
#define TEMP_SENSOR_COOLER 18<br />
#define TEMP_SENSOR_BOARD 0<br />
#define TEMP_SENSOR_REDUNDANT 0]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 13 Feb 2024 17:46:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894328,894328#msg-894328</guid>
            <title>Monster8 - can we copy or download original configuration files, form the board ? (1 reply)</title>
            <link>https://reprap.org/forum/read.php?2,894328,894328#msg-894328</link>
            <description><![CDATA[ Hi,<br />
<br />
Monster8 board.  Can we see, copy or download original configuration files form the board ?<br />
<br />
Thank you,]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 08 Feb 2024 19:51:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894309,894309#msg-894309</guid>
            <title>Monster8 / Marlin 2.1.2.1 , did anyone test the configuration XYZE0E1UVW ? (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,894309,894309#msg-894309</link>
            <description><![CDATA[ Hello, <br />
<br />
I just got the Monster8 V2, loaded it with the Marlin 2.1.2.1 and test the basic XYZE0 on the bench with steppers, hotend, bed, with out the 3d printer mechanicals. It worked fine.<br />
<br />
Just wondering if anyone has test the full configuration XYZE0E1UVW or for example, or similar. <br />
<br />
And if you did, can you please share your experience.<br />
<br />
Thank you]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 05 Feb 2024 01:20:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894285,894285#msg-894285</guid>
            <title>Marlin 2.1.2.1  #error &quot;No auto-assignable Spindle/Laser pins available.&quot; (2 replies)</title>
            <link>https://reprap.org/forum/read.php?2,894285,894285#msg-894285</link>
            <description><![CDATA[ Hello,<br />
<br />
I successfully configured the cooler, but encountered a compiler stoppage during code compilation with the following message:<br />
<br />
In file included from C:\Marlin-2.1.2.1\Marlin\src\pins\ramps\pins_MKS_GEN_L.h:62:0,<br />
from C:\Marlin-2.1.2.1\Marlin\src\pins\pins.h:119,<br />
from C:Marlin-2.1.2.1\Marlin\src\inc\MarlinConfig.h:34,<br />
from C:\Marlin-2.1.2.1\Marlin\src\HAL\AVR\eeprom.cpp:24:<br />
C:\Marlin\src\pins\ramps\pins_RAMPS.h:316:6: error: #error "No auto-assignable Spindle/Laser pins available."<br />
#error "No auto-assignable Spindle/Laser pins available."<br />
^~~~~<br />
<br />
exit status 1<br />
<br />
Compilation error: #error "No auto-assignable Spindle/Laser pins available."<br />
<br />
It took me some time to get the cooler loop working, but I had to remove 3 out of 4 servos. I suspect a pin conflict might be the issue. I attempted the following:<br />
a) In Marlin-2.1.2.1\Marlin\src\pins\ramps, I rearranged servo pins to check for additional servo activation, but without success.<br />
b) I also tried reassigning laser pins, but that didn't resolve the issue either.<br />
I attached configuration and pin files of the working code with one servo.<br />
Thank you for any help or sugestion.]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 03 Feb 2024 15:59:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894284,894284#msg-894284</guid>
            <title>Marlin 2.1.2.1  Config: 2 Hotend loops, one Extruder, reasighn E1 to U pins (2 replies)</title>
            <link>https://reprap.org/forum/read.php?2,894284,894284#msg-894284</link>
            <description><![CDATA[ Hello,<br />
<br />
I'm using the MKS Gen L v1 board, Marlin 2.1.2.1 with aim to make configuration of XYZE0U with 2 hotend loops with only one extruder in use.<br />
<br />
I aim to reassign E1 to unused or virtual pins and use the current E1 pins for a new U axis. <br />
<br />
What are the minimum changes needed in the existing configuration to add U axis with min end stop plug?<br />
<br />
Any help or suggestions would be appreciated.<br />
<br />
Thank you.]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 03 Feb 2024 18:16:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,894218,894218#msg-894218</guid>
            <title>How to setup 3.5k thermistor parametars in Marlin 2.1.2.1 (8 replies)</title>
            <link>https://reprap.org/forum/read.php?2,894218,894218#msg-894218</link>
            <description><![CDATA[ Hello, <br />
<br />
I need help configuring the Marlin 2.1.2.1  to use thermistor which resistance is 3,5k at 25C. <br />
<br />
I am using MKS Gen L board V1. I tested several options config file but I always got reading over the 100C.<br />
<br />
I think you for any help or recommendation]]></description>
            <dc:creator>lukaari</dc:creator>
            <category>Developers</category>
            <pubDate>Fri, 02 Feb 2024 23:46:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,893578,893578#msg-893578</guid>
            <title>X and Y will home, but will not read G1 from SD card (1 reply)</title>
            <link>https://reprap.org/forum/read.php?2,893578,893578#msg-893578</link>
            <description><![CDATA[ Hello,<br />
<br />
I am building a simple bot using Marlin Firmware and TMC2209 stepper motors. This machine runs the X, Y and Z axis and it's purpose is simply to dispense glue. My issues is that for some reason when I insert an SD card and select a simple g-code program it will run the homing for X, Y and Z, but then commences to only run the Z axis, X and Y will not move. This is frustrating as when I connect to pronterface everything works fine all axis respond. I have tried a myriad of different g codes and sequences and every time it's the same, everything will home, but only the z will run. I have attached my modified Marlin config files along with a one code I've tried to run. I have read through a many different forums, but haven't found any solutions. I have tried using the 998 and 999 dummy thermistors, and have played with the feed rates. <br />
<br />
Thank you in advance!]]></description>
            <dc:creator>radiumsilver</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 09 Oct 2023 21:59:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,892554,893563#msg-893563</guid>
            <title>Re: What Does A Developer Do With AI? Position Description and Duties (-1 replies)</title>
            <link>https://reprap.org/forum/read.php?2,892554,893563#msg-893563</link>
            <description><![CDATA[ This is just a spammer, linking through to their search engine optimization AI tool.<br />
<br />
Is not reprap related]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,892554,893556#msg-893556</guid>
            <title>Re: What Does A Developer Do With AI? Position Description and Duties (-1 replies)</title>
            <link>https://reprap.org/forum/read.php?2,892554,893556#msg-893556</link>
            <description><![CDATA[ ... as the AI isn't much more capable then me, it's more suitable as "personal assistant" for handling and organizing all the tiring tasks to give me more free time and easier/lazier life B)-]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 31 Dec 1969 19:00:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,893394,893394#msg-893394</guid>
            <title>Cannot receive data from 3d printer but sending it successfully (2 replies)</title>
            <link>https://reprap.org/forum/read.php?2,893394,893394#msg-893394</link>
            <description><![CDATA[ Hello, im trying to build a simple app as a learning project but im running some issues. So im successfully connecting through serial port and sending data to my printer (tried to send G28 and it homes) but when i try to read data for example i sent M503 i receive nothing. So my question is could it be that i need to set Databits, StopBit , Parity etc , if so where can i find them in my firmware. Im using Marlin 2.1.2 and Bigtreetech SKR 1.3. Thank you]]></description>
            <dc:creator>mile</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 06 Sep 2023 17:11:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,893154,893154#msg-893154</guid>
            <title>4 months in 6 minutes (2 replies)</title>
            <link>https://reprap.org/forum/read.php?2,893154,893154#msg-893154</link>
            <description><![CDATA[ I've just posted a little video on my YT channel that you might (or might not) like. Essentially it condenses the 4 months of my new printer build, from concept through design, manufacture and assembly to working machine, into 6 minutes. Being "all metal" (no printed parts other than those needed for electrical insulation purposes), it's hardly a RepRap but these forums long ago departed away from that concept so I don't feel too bad about posting a link here.  [<a href="https://youtu.be/RIbBNycWSIw" target="_blank"  rel="nofollow">youtu.be</a>]]]></description>
            <dc:creator>deckingman</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 27 Jul 2023 05:00:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,892777,892777#msg-892777</guid>
            <title>Changing Control Boards?Need your help (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,892777,892777#msg-892777</link>
            <description><![CDATA[ Hi, I have an Ultimaker 3 and I want to  get rid of the Ultimaker firmware,screen, and print head. I am planning on using a Creality control board, running the Ender 5 firmware, and putting in a Creality print head, and screen. I am not sure if there would be any issues that I am not considering, or if there is a better way to go about doing this.Please share your ideas. Thank you so much.]]></description>
            <dc:creator>Nuthead</dc:creator>
            <category>Developers</category>
            <pubDate>Thu, 18 May 2023 17:45:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,892492,892492#msg-892492</guid>
            <title>Berdair MOSFET board (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,892492,892492#msg-892492</link>
            <description><![CDATA[ MOSFET boards are nothing new. What I never did find was a board that fit on the back of the 555 motor of the pump :D<br />
<br />
[attachment 120288 EA9BA10C-3E80-4F15-AFC5-BE657C28CAC3.jpeg]<br />
[attachment 120289 13393802-9BBC-4F2F-B0F4-029054F9F0CF.jpeg]<br />
<br />
I have a small PWM signal generator to help figure out the best PWM frequency for the motors. Found my 24v likes 20hz, while the 12 prefers 30-40hz. Outside the ranges it would stumble or make horrible high pitched whines.<br />
<br />
<a href="https://www.youtube.com/watch?v=TMdxQ0ipmMc" target="_blank"  rel="nofollow">Video of testing the 12v Berdair pump</a><br />
<br />
As for the boards themselfs I used Digikeys Redboard service. Boards where made by a local shop in California, which surprised me there was a place so close by. 10 day turnaround from ordering to in my hand and cheaper than JLC with the same settings. They didn’t drill the center hole but sent me 2 extra boards, so kind of a trade off :P]]></description>
            <dc:creator>OutcastZeroOne</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 11 Apr 2023 09:46:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,892395,892395#msg-892395</guid>
            <title>My custom watercooling setup (7 replies)</title>
            <link>https://reprap.org/forum/read.php?2,892395,892395#msg-892395</link>
            <description><![CDATA[ I’ve been working on a water cooled hotend for my printer for a number of years now. Since about mid 2018. Back then options where limited and I opted for full custom setups of everything.<br />
<br />
Right now I’m running a custom made watercooled hotend, stainless steel water jacket printed by JLC PCB for me over a heatsink I cut on a lathe I designed and printed. Cooling is done via a coil cooler that is microcontroller controlled based off temperature of the fluid. Still working on the firmware for that but as it sits now here are some pictures of things.]]></description>
            <dc:creator>OutcastZeroOne</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 11 Apr 2023 08:59:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,891963,891963#msg-891963</guid>
            <title>3d printed wind turbines collection (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,891963,891963#msg-891963</link>
            <description><![CDATA[ Hello, we are a group of friends that is developing several vertical/horizontal wind turbine devices and we are also developing a new concept of a multi-stage VAWT. A group of students at the Munich University of Applied Sciences have asked us to give them information for their construction class project of our multi-stage &amp; multi-generator vertical wind turbine system and they delivered in June a pdf of 107 pages that we have attached in this topic.<br />
<br />
This is our website where it can be found several videos and other things about our projects,<br />
<a href="https://www.kolibriwindstorm.com/" target="_blank"  rel="nofollow">https://www.kolibriwindstorm.com/</a><br />
<br />
And below you can find a video that shows all the devices in action,<br />
<a href="https://youtu.be/WNd7hWqSSfQ" target="_blank"  rel="nofollow">https://youtu.be/WNd7hWqSSfQ</a><br />
<br />
<div id="div_54bbdcdad5373b1c6a976666cd00d819"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_54bbdcdad5373b1c6a976666cd00d819" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://www.dropbox.com/s/gdmagy15sq0hb0e/imgonline-com-ua-twotoone-71KAFen4ytW7Y%281%29%282%29.png?dl=0">
        <img src="https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fgdmagy15sq0hb0e%2Fimgonline-com-ua-twotoone-71KAFen4ytW7Y%25281%2529%25282%2529.png%3Fdl%3D0"
             
             
             id="image_54bbdcdad5373b1c6a976666cd00d819"
             alt="imgonline-com-ua-twotoone-71KAFen4ytW7Y%281%29%282%29.png"
             title="imgonline-com-ua-twotoone-71KAFen4ytW7Y%281%29%282%29.png"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_54bbdcdad5373b1c6a976666cd00d819"
      >
      <a id="link_54bbdcdad5373b1c6a976666cd00d819" href="https://www.dropbox.com/s/gdmagy15sq0hb0e/imgonline-com-ua-twotoone-71KAFen4ytW7Y%281%29%282%29.png?dl=0">imgonline-com-ua-twotoone-71KAFen4ytW7Y%281%29%282%29.png</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('54bbdcdad5373b1c6a976666cd00d819', 'https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fgdmagy15sq0hb0e%2Fimgonline-com-ua-twotoone-71KAFen4ytW7Y%25281%2529%25282%2529.png%3Fdl%3D0', 'https://www.dropbox.com/s/gdmagy15sq0hb0e/imgonline-com-ua-twotoone-71KAFen4ytW7Y%281%29%282%29.png?dl=0', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fgdmagy15sq0hb0e%2Fimgonline-com-ua-twotoone-71KAFen4ytW7Y%25281%2529%25282%2529.png%3Fdl%3D0', '', 891963, 800, 400, 'Loading image ...', false);
</script>
<br />
<div id="div_be6763bbf33a5bc08f291be16de0c872"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_be6763bbf33a5bc08f291be16de0c872" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://www.dropbox.com/s/ixhj0rzzh31qp31/UniAleman6.png?dl=0">
        <img src="https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fixhj0rzzh31qp31%2FUniAleman6.png%3Fdl%3D0"
             
             
             id="image_be6763bbf33a5bc08f291be16de0c872"
             alt="UniAleman6.png"
             title="UniAleman6.png"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_be6763bbf33a5bc08f291be16de0c872"
      >
      <a id="link_be6763bbf33a5bc08f291be16de0c872" href="https://www.dropbox.com/s/ixhj0rzzh31qp31/UniAleman6.png?dl=0">UniAleman6.png</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('be6763bbf33a5bc08f291be16de0c872', 'https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fixhj0rzzh31qp31%2FUniAleman6.png%3Fdl%3D0', 'https://www.dropbox.com/s/ixhj0rzzh31qp31/UniAleman6.png?dl=0', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fixhj0rzzh31qp31%2FUniAleman6.png%3Fdl%3D0', '', 891963, 800, 400, 'Loading image ...', false);
</script>
<br />
<div id="div_2f374a2e8a92b8974f7351ac055caa27"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_2f374a2e8a92b8974f7351ac055caa27" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://www.dropbox.com/s/a46ja19qa8ixkdu/WM-Screenshots-20221231213512.png?dl=0">
        <img src="https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fa46ja19qa8ixkdu%2FWM-Screenshots-20221231213512.png%3Fdl%3D0"
             
             
             id="image_2f374a2e8a92b8974f7351ac055caa27"
             alt="WM-Screenshots-20221231213512.png"
             title="WM-Screenshots-20221231213512.png"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_2f374a2e8a92b8974f7351ac055caa27"
      >
      <a id="link_2f374a2e8a92b8974f7351ac055caa27" href="https://www.dropbox.com/s/a46ja19qa8ixkdu/WM-Screenshots-20221231213512.png?dl=0">WM-Screenshots-20221231213512.png</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('2f374a2e8a92b8974f7351ac055caa27', 'https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fa46ja19qa8ixkdu%2FWM-Screenshots-20221231213512.png%3Fdl%3D0', 'https://www.dropbox.com/s/a46ja19qa8ixkdu/WM-Screenshots-20221231213512.png?dl=0', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2Fa46ja19qa8ixkdu%2FWM-Screenshots-20221231213512.png%3Fdl%3D0', '', 891963, 800, 400, 'Loading image ...', false);
</script>
<br />
<div id="div_cef68feb0ba06a3916ef2c3181226140"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_cef68feb0ba06a3916ef2c3181226140" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://www.dropbox.com/s/5snienjudz5kit9/272196301_924452018252634_1803611599617494301_n.png?dl=0">
        <img src="https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F5snienjudz5kit9%2F272196301_924452018252634_1803611599617494301_n.png%3Fdl%3D0"
             
             
             id="image_cef68feb0ba06a3916ef2c3181226140"
             alt="272196301_924452018252634_1803611599617494301_n.png"
             title="272196301_924452018252634_1803611599617494301_n.png"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_cef68feb0ba06a3916ef2c3181226140"
      >
      <a id="link_cef68feb0ba06a3916ef2c3181226140" href="https://www.dropbox.com/s/5snienjudz5kit9/272196301_924452018252634_1803611599617494301_n.png?dl=0">272196301_924452018252634_1803611599617494301_n.png</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('cef68feb0ba06a3916ef2c3181226140', 'https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F5snienjudz5kit9%2F272196301_924452018252634_1803611599617494301_n.png%3Fdl%3D0', 'https://www.dropbox.com/s/5snienjudz5kit9/272196301_924452018252634_1803611599617494301_n.png?dl=0', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F5snienjudz5kit9%2F272196301_924452018252634_1803611599617494301_n.png%3Fdl%3D0', '', 891963, 800, 400, 'Loading image ...', false);
</script>
<br />
<div id="div_47140161810f2d559afa60b69ed64a21"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_47140161810f2d559afa60b69ed64a21" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://www.dropbox.com/s/1mcpa2piwefvozi/Prototype.png?dl=0">
        <img src="https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F1mcpa2piwefvozi%2FPrototype.png%3Fdl%3D0"
             
             
             id="image_47140161810f2d559afa60b69ed64a21"
             alt="Prototype.png"
             title="Prototype.png"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_47140161810f2d559afa60b69ed64a21"
      >
      <a id="link_47140161810f2d559afa60b69ed64a21" href="https://www.dropbox.com/s/1mcpa2piwefvozi/Prototype.png?dl=0">Prototype.png</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('47140161810f2d559afa60b69ed64a21', 'https://reprap.org/forum/addon.php?2,module=embed_images,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F1mcpa2piwefvozi%2FPrototype.png%3Fdl%3D0', 'https://www.dropbox.com/s/1mcpa2piwefvozi/Prototype.png?dl=0', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F1mcpa2piwefvozi%2FPrototype.png%3Fdl%3D0', '', 891963, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>esposcar</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 11 Feb 2023 10:41:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,891682,891682#msg-891682</guid>
            <title>marlin2.1.2 on Geeetech A20M with SKR V1.4 (3 replies)</title>
            <link>https://reprap.org/forum/read.php?2,891682,891682#msg-891682</link>
            <description><![CDATA[ Good morning, being beginner on this forum I shall ask you to be forgiving <br />
I have a GEEETECHA20M of which the card mother in grilled. I have decide to take up SKR V1.4 (changes already made on another simple extruder printer and 100% fonctionnal).<br />
When I take shape Marlin 2.1.2 for GEEETECH A20M and that I compile no problem, no error.<br />
When I make modifications essentials to adapt it to SKR 1.4 nothing more go. (see below.)<br />
Would be there one worries in librairies LPC1768?<br />
shape with TMC2209, BL Touch, sensorless homing on axles X and Y, bed traming<br />
<br />
here is the messages of error emanate from VS Encode:<br />
<br />
In file included from Marlin\src\feature\../sd/../inc/../HAL/./LPC1768/../shared/Marduino.h:36,<br />
                 from Marlin\src\feature\../sd/../inc/../HAL/./LPC1768/HAL.h:37,<br />
                 from Marlin\src\feature\../sd/../inc/../HAL/HAL.h:30,<br />
                 from Marlin\src\feature\../sd/../inc/MarlinConfig.h:31,<br />
                 from Marlin\src\feature\../sd/cardreader.h:24,<br />
                 from Marlin\src\feature\runout.h:28,<br />
                 from Marlin\src\feature\runout.cpp:31:<br />
Marlin\src\feature\runout.cpp: In function 'void event_filament_runout(uint8_t)':<br />
Marlin\src\feature\../inc/../../Configuration.h:1824:34: warning: too many arguments for format [-Wformat-extra-args]<br />
 1824 |   #define FILAMENT_RUNOUT_SCRIPT "M600 T1c"<br />
C:\Users\alf26\.platformio\packages\framework-arduino-lpc176x\cores\arduino/Arduino.h:58:18: note: in definition of macro 'PSTR'   58 | #define PSTR(v) (v)<br />
      |                  ^<br />
Marlin\src\feature\runout.cpp:132:30: note: in expansion of macro 'FILAMENT_RUNOUT_SCRIPT'<br />
Compiling .pio\build\LPC1768\src\src\gcode\bedlevel\G26.cpp.o<br />
  132 |       sprintf_P(script, PSTR(FILAMENT_RUNOUT_SCRIPT), tool);<br />
<br />
Could you please help me?]]></description>
            <dc:creator>ALF</dc:creator>
            <category>Developers</category>
            <pubDate>Tue, 17 Jan 2023 06:24:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,890696,890696#msg-890696</guid>
            <title>Edit Marlin for Polar Coordinates (3 replies)</title>
            <link>https://reprap.org/forum/read.php?2,890696,890696#msg-890696</link>
            <description><![CDATA[ Hey all!<br />
<br />
I'm building a cantilevered 3d printer, similar to the one in the attached picture. However, I'm not sure how to adapt Marlin to account for this. I need rotation of the arm around the z axis, change of the length of the arm, and the linear motion along the z axis (up-down) shouldn't need any changes since I'll just be using threaded rods for that.<br />
Thanks!]]></description>
            <dc:creator>dexrod</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 18 Sep 2023 14:32:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,890586,890586#msg-890586</guid>
            <title>fighting with M808 Loop (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,890586,890586#msg-890586</link>
            <description><![CDATA[ Hi everybody,<br />
<br />
I'm trying to make a 45° extension module to make little infinite printing just when I need it.<br />
<br />
see : <a href="https://www.youtube.com/shorts/FcOG83T1zow" target="_blank"  rel="nofollow">Youtube Short : 45°deg GA3D.tech M808 test</a><br />
<br />
<div id="div_c73176429f6f9d2cf37fbe0550be77ff"
     class="mod_embed_images_extended"
     style="width:225px">

  

    
      
    

    <div id="imagediv_c73176429f6f9d2cf37fbe0550be77ff" class="mod_embed_images_image"
         style="width:225px; height:400px">

    

    <a href="https://reprap.org/mediawiki/images/thumb/a/a6/GA3Dtech45deg.jpeg/337px-GA3Dtech45deg.jpeg">
        <img src="/forum/thumbcache/539/121/068/350/923/e14/db8/c6e/1f4/bd8/7f_800x400.png"
             width="225"
             height="400"
             id="image_c73176429f6f9d2cf37fbe0550be77ff"
             alt="337px-GA3Dtech45deg.jpeg"
             title="337px-GA3Dtech45deg.jpeg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_c73176429f6f9d2cf37fbe0550be77ff"
      style="display:block">
      <a id="link_c73176429f6f9d2cf37fbe0550be77ff" href="https://reprap.org/mediawiki/images/thumb/a/a6/GA3Dtech45deg.jpeg/337px-GA3Dtech45deg.jpeg">337px-GA3Dtech45deg.jpeg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('c73176429f6f9d2cf37fbe0550be77ff', '/forum/thumbcache/539/121/068/350/923/e14/db8/c6e/1f4/bd8/7f_800x400.png', 'https://reprap.org/mediawiki/images/thumb/a/a6/GA3Dtech45deg.jpeg/337px-GA3Dtech45deg.jpeg', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Freprap.org%2Fmediawiki%2Fimages%2Fthumb%2Fa%2Fa6%2FGA3Dtech45deg.jpeg%2F337px-GA3Dtech45deg.jpeg', '', 890586, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
I've a few problems to understand exactly what is happening with the M808 loop when it works, and when not<br />
<br />
This example works :<br />
<br />
<br />
<pre class="bbcode">
G92 X0 Z0 Y0 E0 ; set start position to 0 0 0 Reset Extruder

M140 S0
M105
M190 S0
M104 S0
M105
M109 S0

M808 L10        ; Set Marker to repeat 10 times
M300 P100 S440  ; Beep!
M300 P10 S0     ; Silence
M808            ; End Marker

M808 L10
G92 X0 Z0 Y0 E0 ; set start position to 0 0 0 Reset Extruder
G1 F9000 X0 Y0
G1 F9000 X30 Y0
G1 F9000 X30 Y-120
G1 F9000 X10 Y-120
G1 F9000 X30 Y-120
G1 F9000 X30 Y0
G1 F9000 X0 Y0
M808</pre>
<br />
the following one stops after one loop, I have no idea why (after 30 try in all direction I'm lost...)<br />
<br />
If you are experienced with that, or If you see my stupid mistake it would makes me very happy :), thank you very much in advance for advices and remarks.<br />
<br />
I use marlin 2.1.1 on a good old ramps 1.4 with an arduino meg 2560<br />
<br />
<br />
<br />
<pre class="bbcode">
;FLAVOR:Marlin
;TIME:4286
;Filament used: 2.25787m
;Layer height: 0.2
;MINX:45.274
;MINY:23.901
;MINZ:0.2
;MAXX:127.694
;MAXY:54.991
;MAXZ:77.2
;Generated with Cura_SteamEngine 5.0.0
M140 S0
M105
M190 S0
M104 S200
M105
M109 S200

G92 X0 Z0 Y0 E0 ; set start position to 0 0 0 Reset Extruder
;Extruder Relative mode
M83
;LAYER:31
;TYPE:WALL-OUTER
;MESH:profil002a.stl




M808 L500
G92 X0 Z0 Y0 E0; set start position to 0 0 0 
M83
M109 S200
G1 F3000 X0 Y0
;TYPE:WALL-OUTER
;MESH:profil003a-Cube.stl
G1 F600 X2.4 Y0.0 E-94.72792
G1 X0.0 Y0.0 E0.11974
G1 X0.0 Y9.4 E0.46896
G1 X2.4 Y9.4 E0.11974
G0 F7500 X1.8 Y-22.966
;TYPE:WALL-INNER
G1 F600 X1.8 Y0.6 E0.4091
G1 X0.6 Y0.6 E0.05987
G1 X0.6 Y8.8 E0.4091
G1 X1.8 Y8.8 E0.05987
G0 F7500 X1.2 Y-22.966
G1 F600 X1.2 Y1.2 E0.34923
G0 F7500 X1.21 Y1.2
G1 F2700 E14.05462
;MESH:NONMESH
G0 F300 X1.21 Y1.2
G0 F7500 X1.72 Y8.72
G1 F2700 E19.05462
G0 F7500 X2.4 Y9.4
;Z belt triggering
G1 F3000 X0 Y0
G1 F3000 X30 Y0
G1 F3000 X30 Y-120
G1 F3000 X10 Y-120
G1 F3000 X11 Y-120
G1 F3000 X15 Y-120
G1 F3000 X20 Y-120
G1 F3000 X30 Y-120
G1 F3000 X30 Y0
G1 F3000 X0 Y0
M808

</pre><br/>]]></description>
            <dc:creator>Alvon3DprinTor</dc:creator>
            <category>Developers</category>
            <pubDate>Sat, 24 Sep 2022 10:06:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,889772,889772#msg-889772</guid>
            <title>New Bed Leveling (7 replies)</title>
            <link>https://reprap.org/forum/read.php?2,889772,889772#msg-889772</link>
            <description><![CDATA[ I just made this distance sensor which can be used on bed leveling and adjust first layer (:P)<br />
<div id="div_897eab6856f68b5b18e79203ec2b8256"
     class="mod_embed_images_extended"
     style="width:799px">

  

    
      
    

    <div id="imagediv_897eab6856f68b5b18e79203ec2b8256" class="mod_embed_images_image"
         style="width:799px; height:400px">

    

    <a href="https://raw.githubusercontent.com/markniu/Bed_Distance_sensor/main/doc/516115055.jpg">
        <img src="/forum/thumbcache/956/1f8/8c2/4be/e7f/e70/736/9e9/512/afd/1e_800x400.png"
             width="799"
             height="400"
             id="image_897eab6856f68b5b18e79203ec2b8256"
             alt="516115055.jpg"
             title="516115055.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_897eab6856f68b5b18e79203ec2b8256"
      style="display:block">
      <a id="link_897eab6856f68b5b18e79203ec2b8256" href="https://raw.githubusercontent.com/markniu/Bed_Distance_sensor/main/doc/516115055.jpg">516115055.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('897eab6856f68b5b18e79203ec2b8256', '/forum/thumbcache/956/1f8/8c2/4be/e7f/e70/736/9e9/512/afd/1e_800x400.png', 'https://raw.githubusercontent.com/markniu/Bed_Distance_sensor/main/doc/516115055.jpg', 'https://reprap.org/forum/addon.php?2,module=embed_images,check_scaling=1,url=https%3A%2F%2Fraw.githubusercontent.com%2Fmarkniu%2FBed_Distance_sensor%2Fmain%2Fdoc%2F516115055.jpg', '', 889772, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
details:<br />
[<a href="https://github.com/markniu/Bed_Distance_sensor" target="_blank"  rel="nofollow">github.com</a>]<br/>]]></description>
            <dc:creator>MARKYU</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 04 Jul 2022 02:26:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,889545,889545#msg-889545</guid>
            <title>Marlin and OctoPrint sharing the same display (1 reply)</title>
            <link>https://reprap.org/forum/read.php?2,889545,889545#msg-889545</link>
            <description><![CDATA[ Hi,<br />
I'm developping a "thing" that allows the Marlin and OctoPrint user to share the same display for OctoPrint and Marlin. Unfortunately, the Raspberry Pi has no slave mode (why ??????), and Marlin acts as a master when communicating whith a display (RepRapDiscount Full Graphic Smart Controller, etc.).<br />
As a workaround, I created a shield that is seen as a slave by Marlin, and as a slave by the RasPi. <br />
<br />
[<a href="https://github.com/yet-another-average-joe/MarlinOctoHat_PCBs" target="_blank"  rel="nofollow">github.com</a>]<br />
[<a href="https://github.com/yet-another-average-joe/MarlinOctoHat_Firmware_v2" target="_blank"  rel="nofollow">github.com</a>]<br />
[<a href="https://github.com/yet-another-average-joe/OctoPrint_MarlinOSD_Plugin" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
A STM32 catches Marlin UI frames, converts them into a bitmap, and sends a signal to the Pi. Then, the Pi reads this bitmap and displays it.<br />
<br />
The OctoPrint plugin installs a low level "driver" that directly writes to the RasPi VRAM, creating an overlay window showing Marlin UI.<br />
This overlay window is customizable from a OctoPrint plugin (size, colors, transparency).<br />
There's a demo mode that does not require the custom hat (no electronics needed) : just a button between a GPIO pin and GND.<br />
<br />
The custom Pi hat is a huge limitation because very few people (if any) will make a PCB and populate it !<br />
<br />
I'm now thinking of something else. Marlin uses a custom u8glib library. So I'm thinking of an additionnal u8glib mode that would act as a SPI slave, and give its bitmaps to the RasPi, without the need of any electronics.<br />
<br />
But is this doable ? Could Marlin communicate over SPI asynchroneously ? I fear some timing issues !<br />
<br />
Is there some Marlin devs on reprap.org ?<br />
Where could I communicate ? (of course not on Marlin Git, it is for issues and FQs, not for development)<br />
Maybe Discord, but I'm unable to speek english fluently : not an option]]></description>
            <dc:creator>yet-another-average-joe</dc:creator>
            <category>Developers</category>
            <pubDate>Mon, 27 Jun 2022 06:27:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?2,889476,889476#msg-889476</guid>
            <title>3D Printer Tester Survery (no replies)</title>
            <link>https://reprap.org/forum/read.php?2,889476,889476#msg-889476</link>
            <description><![CDATA[ Hello, we have been developing a 3D printer prototype for a while. We prepared a 5-minute survey to learn what you want to add to the project and to deliver our prototypes to test users. It is extremely important that our friends, who are especially 3D printer users, support us with their ideas. [<a href="https://forms.gle/jStQZ77ewCBSNx3H9" target="_blank"  rel="nofollow">forms.gle</a>]]]></description>
            <dc:creator>efeerdogmus0</dc:creator>
            <category>Developers</category>
            <pubDate>Wed, 18 May 2022 12:08:28 -0400</pubDate>
        </item>
    </channel>
</rss>
