<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forum - Firmware - mainstream and related support</title>
        <description></description>
        <link>https://reprap.org/forum/list.php?146</link>
        <lastBuildDate>Sun, 13 Sep 2026 16:29:29 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?146,897335,897335#msg-897335</guid>
            <title>Duet2wifi RepRap CNC (7 replies)</title>
            <link>https://reprap.org/forum/read.php?146,897335,897335#msg-897335</link>
            <description><![CDATA[ Hello everyone.<br />
 I’m asking for help because I have already exhausted research and assistance from Artificial Intelligence Gemini and CoPilot. The problem: I have an operational CNC machine and decided to upgrade to a Duet2 Wifi controller. Everything worked except the Z-axis movement. It always moves 1/5 of the requested distance. For example, if I request a movement (positive or negative) via Web Control of 25 mm, it only moves 5 mm. If I change steps per mm M92, it produces almost no change. I  have checked the Z-axis hardware and everything seems ok.  Homing is OK.  I have no idea what to do.<br />
 My setup: Duet2 Wifi controller, RepRapFirmware for Duet 2 WiFi/Ethernet version 3.6.1.,  Z axis Threaded Rod Stainless Steel M8x2mm   Nema 23 motors (AK23/15F6FN1.8 model). Power supply 12v/ 30A), mechanical endstop switch.<br />
<br />
 Attached Config.g e Diagnostics.        <br />
        [attachment 121547 Noconfirmado550904.crdownload]   <br />
        [attachment 121548 DiagnosticsM122.txt]   <br />
<br />
          I appreciate any help because I really don't know what to do.]]></description>
            <dc:creator>MARCENEIRO JOVEM</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 28 Nov 2025 09:02:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,896591,896591#msg-896591</guid>
            <title>CNC SCYLLA REVAMP (no replies)</title>
            <link>https://reprap.org/forum/read.php?146,896591,896591#msg-896591</link>
            <description><![CDATA[ So a few teething issues as follows any help would be much appreciated please.<br />
<br />
I apologise if my terminology is poor this side of machine building is definately not my forte but willing to learn !<br />
<br />
Im wanting to home both X and Y axis at MINIMA or front left as i keep calling it<br />
<br />
Is my config in the correct order ?<br />
<br />
Im using a Millenium Milo file as my basis to get started<br />
<br />
[github.com]<br />
<br />
So have done a fresh flash and onto my wifi network all good<br />
Z axis direction is good and homes at top of travel and the Maxima travel downwards direction is spot on and stops at 350<br />
<br />
The X axis on X homing travels in the wrong direction X+ in movements of 5mm everytime the home X button is pressed ?<br />
<br />
The Y axis on Y homing travels in the wrong direction Y+ and the additional stepper (A) on the Y axis moves further than the Y stepper by double the amount at a rough guess maybe microstepping need a definition for the A drive ?<br />
<br />
Once the second ( slow home ) home on the Z drive is done it needs to move further away from the limit stop as its still resting on it if this is an issue ? This maybe the case for all 3 axis (edited)<br />
<br />
<br />
<br />
; user-config.g - Configure machine or user-specific overrides<br />
<br />
; Set steps per mm.<br />
M92 X640 Y640 Z640<br />
<br />
;M569 P3 S1<br />
<br />
; Set drive mappings to relevant axes<br />
M584 X0 Y1:3 Z2<br />
<br />
; Configure acceleration<br />
M201 X300 Y300 Z200<br />
<br />
; Configure maximum speeds<br />
M203 X2500 Y2500 Z2000<br />
<br />
; Endstop X=MIN: NC<br />
M574 X1 S1 P"PC_6"<br />
<br />
; Endstop Y=MIN: NC<br />
M574 Y1 S1 P"PA_8"<br />
<br />
; Endstop Z=MAX: NC<br />
M574 Z2 S1 P"PD_12"<br />
<br />
; Set axis limits - minima<br />
M208 X0 Y0 Z-350 S1<br />
<br />
; Set axis limits - maxima<br />
M208 X1450 Y2200 Z0 S0<br />
<br />
; Configure jerk<br />
M566 X500 Y500 Z200<br />
<br />
Edited 2 time(s). Last edit at 02/26/2025 06:53AM by Scylla CNC Build.]]></description>
            <dc:creator>Scylla CNC Build</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 26 Feb 2025 08:08:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,896200,896200#msg-896200</guid>
            <title>Mks gen L V2 Timeout error (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,896200,896200#msg-896200</link>
            <description><![CDATA[ Dear all,<br />
<br />
I'm trying to upload a simple arduino sketch to my mks gen L V2 board. When the compiling is done I get an error after a while. I do not know what is causing this issue. I have checked a few things:<br />
- correct cable<br />
- update CH340 drivers<br />
- correct COM port (it disappears after unplugging)<br />
- Arduino Mega board and processor selected<br />
- hold reset button when uploading or pressing it once<br />
<br />
Are there other things that could cause this error?<br />
Greetings, Robin]]></description>
            <dc:creator>RobinBonl</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 26 Nov 2024 17:51:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,893896,893896#msg-893896</guid>
            <title>Inquiry Regarding Marlin Firmware and Custom Stepper Motor Configuration for Circular Motion (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,893896,893896#msg-893896</link>
            <description><![CDATA[ I trust this email finds you well. My name is Mahdi, and I'm currently using the Marlin firmware for my CNC setup. I am reaching out to seek guidance on a specific aspect of stepper motor configuration within the Marlin firmware.<br />
<br />
To provide more context, I have recently configured the Marlin firmware with five axes and four servo motors. Notably, I have two stepper motors positioned along the X-axis, designated as X and U, respectively.<br />
<br />
My current objective is to implement circular motion on the XY plane, with the added requirement of being able to choose between stepper X and stepper U for contributing to the circular path. In practical terms, I aim to draw circles using either stepper Y and X or stepper Y and U.<br />
<br />
I am aware of the capabilities of G-code in supporting conditional statements, but I am uncertain about the precise implementation within the Marlin firmware for this specific use case. Could you kindly provide more detailed guidance on how to achieve the desired flexibility in stepper motor selection for circular motion?<br />
<br />
If there are specific examples, code snippets, or detailed documentation available, I would greatly appreciate being directed to those resources. Additionally, any insights or best practices related to this customization would be immensely helpful.<br />
<br />
Thank you for your time and assistance. I look forward to your prompt response and appreciate your support in navigating this matter.<br />
<br />
Best regards,]]></description>
            <dc:creator>hajiarab</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 06 Dec 2023 14:25:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,893793,893793#msg-893793</guid>
            <title>If statement for macro trigger in RRF (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,893793,893793#msg-893793</link>
            <description><![CDATA[ Hello,<br />
I need help with syntax. I have duet 2 board with RRF.<br />
I have a button that calls trigger2.g<br />
So far this is ok.<br />
<br />
I have a filament runout sensor switch connected to zstop.<br />
Depending on the state of the sensor I either want to start filament loading or filament unloading.<br />
So if it is triggered unload the filament, if not triggered start loading the filament. The sensor is right at the extruder so it is a good indication of which gcode to start upon button press.<br />
<br />
How is my if statement will look like?<br />
if sensors.???.triggered<br />
  ;unload gcode<br />
else<br />
  ;load gcode<br />
endif<br />
<br />
Thank you]]></description>
            <dc:creator>daninet</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 18 Nov 2023 02:01:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,893597,893597#msg-893597</guid>
            <title>Request for Guidance on Custom Motherboard Integration with Marlin Firmware (3 replies)</title>
            <link>https://reprap.org/forum/read.php?146,893597,893597#msg-893597</link>
            <description><![CDATA[ Dear Esteemed Marlin Development Team,<br />
<br />
I hope this email finds you well. First and foremost, I would like to extend my heartfelt gratitude to the Marlin development team for your tireless efforts and the incredible work you have done. Your contributions to the 3D printing community have been exceptional, and I hold the Marlin Firmware in the highest regard.<br />
<br />
I am reaching out to seek your guidance and assistance in a matter that I am extremely enthusiastic about. I am in the process of building a custom motherboard using the Arduino 2560 microcontroller and aim to integrate it with Marlin Firmware.<br />
<br />
My objective is to create a personalized motherboard, and I'm eager to understand which specific files and configurations I need to include within the Marlin firmware to achieve this. Your expertise and direction are invaluable to me, and I believe that your insights will empower me to successfully add my custom motherboard to Marlin.<br />
<br />
I appreciate the hard work and dedication that the Marlin Development Team has put into this open-source project. Your guidance will not only benefit my personal project but also contribute to the larger community. I am confident that with your assistance, I can make a valuable addition to the Marlin ecosystem.<br />
<br />
Thank you for your time, consideration, and the remarkable work you do. I eagerly anticipate your response and am sincerely grateful for any insights and support you can provide.<br />
<br />
Warmest regards,<br />
<br />
Mahdi<br />
&lt;...snip...&gt;]]></description>
            <dc:creator>hajiarab</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 12 Oct 2023 05:39:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,893571,893571#msg-893571</guid>
            <title>Request for Assistance: Adding 2 New Axes and Replacing Extruder Ports E0 and E1 in Marlin for a 5-Axis CNC (8 replies)</title>
            <link>https://reprap.org/forum/read.php?146,893571,893571#msg-893571</link>
            <description><![CDATA[ Subject: Request for Assistance: Adding 2 New Axes and Replacing Extruder Ports E0 and E1 in Marlin for a 5-Axis CNC<br />
<br />
Dear Marlin Development Team,<br />
<br />
I hope this message finds you well. I am writing to seek your guidance and support in a project I'm working on that involves customizing Marlin firmware.<br />
<br />
I have a specific requirement to add 2 new axes to my 5-axis CNC setup and replace the extruder ports E0 and E1 on the RAMPS board. My hardware configuration consists of an Arduino Mega 2560 and a RAMPS 1.4 board.<br />
<br />
Here are the key changes I aim to make:<br />
<br />
1. Add 2 New Axes for a 5-Axis CNC:<br />
   - Configure Marlin to recognize and control a linear axis connected to port E0 using a TB6600 driver.<br />
   - Configure Marlin to recognize and control a rotary axis connected to port E1 using another TB6600 driver.<br />
<br />
2. Replace Extruder Ports E0 and E1:<br />
   - Replace the existing extruder ports E0 and E1 with the newly added linear and rotary axes on the RAMPS board.<br />
<br />
I want to emphasize that I do not intend to create a 3D printer; therefore, I do not require the extruder ports. The personal device I am creating is a 5-axis CNC machine.<br />
<br />
I understand that this customization involves changes to the Marlin firmware, and I am eager to learn how to implement these modifications correctly.<br />
<br />
Your expertise and guidance on how to configure Marlin for these changes would be greatly appreciated. Additionally, if there are any best practices or considerations I should be aware of while making these alterations, please do share them.<br />
<br />
Thank you for your time and support. I look forward to your valuable insights and assistance.<br />
<br />
Best regards,<br />
<br />
Mahdi<br />
&lt;...snip...&gt;]]></description>
            <dc:creator>hajiarab</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 12 Oct 2023 21:01:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,893305,893305#msg-893305</guid>
            <title>Klipper Without Wifi and Changing Config Files Without Wifi (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,893305,893305#msg-893305</link>
            <description><![CDATA[ I just bought my first 3d printer. I'm happy I bought it, got a great bargain. The guy I bought it from was super cool. But now I need to get it working. It was working when I bought it, he was running a sample print to show me it works.<br />
<br />
The printer is a CR-10 V3 with an skr3 board and a raspberry pi 4b 4g running klipper. Also TMC 2209's, 24V power supply, a separate power supply for the PI, a revo hotend, an upgraded extruder, and PEI flex sheet. Great starter printer for a great price, sold to me by a great guy, couldn't be happier.<br />
<br />
But<br />
<br />
He was using klipper via wifi. So now I must either start from scratch and reflash everything and commit to using wifi like he did, or figure out how to use it without. He gave me the config files so starting from scratch isn't horrible. BUT I'm just not OK with being forced to use wifi. I want to take my printer with me, to the cottage, to a friend's house, whatever, without needing an auxiliary computer or worrying about setting up a new network or whatever. Also I consider controlling any CNC machine via wifi to be unsafe and kinda dumb. So please don't reply with, oh, just use the wifi, I like it, it's great. If push comes to shove I will use an old laptop to run klipper, sell the PI, or smash it with a hammer out of vengeance, and then I won't need to use 2 computers, a PI, AND a PC. Sorry I'm coming across a bit hostile, LOL, I already hashed this out with some people on discord. Who, BTW did give me some advice to generally steer me in the right direction, but it was also kinda frustrating. I'm definitely not knocking the people who did their best to give me free advice though. It's all appreciated.<br />
<br />
First off I want to attach a screen. The guy who sold it to me included a couple of Creality 12864 screens with the rotating click knob. We tried for a bit to get it to work but weren't able to, TBH I don't think we used the right configs. I know from my research that people use these with klipper, TBH I'll probably upgrade this in the future, but for now, I'd like to see what it's like to use one. Someone in the klipper discord mentioned to me that there is a 2nd partition on the micro SD cards that is formatted for linux so you can't see it in windows. Oh, and there were 2 micro SD cards, one in the PI and one in the skr3.<br />
<br />
Also currently I can't access the printer because it's set up for his wifi network.<br />
<br />
Question #1<br />
<br />
Is there some kind of utility program that I can use to view and edit the linux partitions on the micro sd cards using a windows pc? As in via a plugged in USB adapter NOT wifi. My goal is to edit the config file on the micro sd(s) to use the creality 12864 screen via the exp1 and / or exp2 slots on the SKR 3.<br />
<br />
Also potentially to edit the wifi login to my my home network solely for the purposes of trouble shooting and setup. I heard I could change this by editing the wpa_supplicant.conf file.<br />
<br />
Question #2<br />
<br />
The PI I have has 2 usb slots. One is used up to connect to the printer. One is free. Also the micro sd slot for the SKR 3 is accessible from the outside of the electronics bay but I'd rather use a USB. The micro SD for the PI is somewhat hidden in the bay. Does anyone have any experience or advice for how to load gcode via the USB or a micro sd slot not using wifi for a setup like this?<br />
<br />
If I can solve #1 and #2 easily enough by accessing the linux partitions and editing the files with a text editor, then that's the best, problem solved and I never have to worry about it again. Fingers crossed!<br />
<br />
Question #3<br />
<br />
If anyone has any advice or experience using something other than a PI to run klipper without needing to use wifi, please free free to make a suggestion. Like an old laptop, or tiny computer, or one of the new tablets, etc.<br />
<br />
Sorry about the rant and any help is appreciated!]]></description>
            <dc:creator>Westley Roberts</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 26 Aug 2023 05:30:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,893201,893201#msg-893201</guid>
            <title>How can I force an out of range move in klipper? (no replies)</title>
            <link>https://reprap.org/forum/read.php?146,893201,893201#msg-893201</link>
            <description><![CDATA[ I am not sure where this query fits in the RepRap forum, but perhaps here works. I have tried on the Klipper forum but with no luck so I am trying anywhere else that I may find Klipper-knowledgeable people.<br />
<br />
Does anybody have any idea how to get the effector on a Delta printer to move to an area outside the printing volume? Specifically, the printing volume is a cylinder of 110mm radius by 280mm tall. I wish to be able to move the effector to X=100mm, Y=100mm, and Z about 230mm. This position seems to be achievable without overextending the delta arms but I have not found any way to do it in Klipper although I remember doing it in Repetier.<br />
<br />
The reason I need to do this is to fit a dockable probe and have the parking dock for the sled out of the way of the printing and the delta mechanism.<br />
<br />
Suggestions I have had, such as FORCE_MOVE only work with Cartesian printers.<br />
<br />
Mike]]></description>
            <dc:creator>leadinglights</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 03 Aug 2023 11:14:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,893097,893097#msg-893097</guid>
            <title>Klipper on Cramps2.2: no /tmp/printer and klippy.log (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,893097,893097#msg-893097</link>
            <description><![CDATA[ Hello!<br />
I configure my Cramps2.2 with Beaglebone using this guide:<br />
[<a href="https://github.com/monoxide13/CRAMPS-and-Klipper" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
I used Debian 10.13 and I modified the "install-debian.sh" file adding a comment for all the lines in "step2 selection" (I attach the file).<br />
I know Klipper has to create /tmp/printer, but it is not generate (and klippy.log is not present!)... no error during installation (I was able to flash mcu), but perhaps klipper has a problem that I can't understand....<br />
Thanks]]></description>
            <dc:creator>SM180</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 21 Jul 2023 06:14:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,892929,892929#msg-892929</guid>
            <title>Issue with Eclipse build for RRF2.05.1 (no replies)</title>
            <link>https://reprap.org/forum/read.php?146,892929,892929#msg-892929</link>
            <description><![CDATA[ I am attempting to build RRF2.05.1 from Duet3D. I downloaded from the duet3 github, imported to eclipse (version 2018-09) and had some errors, worked through most of them but am stuck on one in particular. The error is line 353 of RRFLibraries/src/RTOSIface/RTOSIface.h which is the following:<br />
<br />
static_assert(std::atomic_uint8_t::is_always_lock_free);<br />
<br />
error is:<br />
'is_always_lock_free' is not a member of 'std::atomic_uint8_t {aka std::atomic}'<br />
<br />
I looked up the error and the function exists for c++17 and newer, I tried adding -std=c++17, -std=c++11, and -std=c++20 to the Cross GCC Compiler/Miscellaneous/Other flags and to Cross G++ Compiler/Miscellaneous/Other flags found in Properties/C/C++ Build/Settings/Tool Settings. I also tried freshening and rebuilding the eclipse index, and restarting. There are other errors present, but they are all make errors or recipe for target failed, and I am assuming they are because of the above described error. Thanks in advance for help.<br />
<br />
EDIT: Uninstalled and Reinstalled. Worked fine after that.]]></description>
            <dc:creator>RL_berk</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 06 Jun 2023 16:12:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,892319,892319#msg-892319</guid>
            <title>LCD Garbage Display. (no replies)</title>
            <link>https://reprap.org/forum/read.php?146,892319,892319#msg-892319</link>
            <description><![CDATA[ Yup, another one of these....<br />
<br />
This one is driving me crazy.<br />
I lost my arduino, replaced with a newly flashed one, same firmware as the last, and now my LCD shows junk.<br />
It's not interference as far as I can tell. Shielded cable, not very long and if I flash with stock 1.1.9.1 it works fine.<br />
Once I make my changes and flash it goes nuts.<br />
I've been through the config files over and over and can't come up with the cause.<br />
So other than making one change and flashing, one change and flash etc, can anyone give some tips as to what changes can effect the LCD?<br />
I can post files here if anyone will take a look at them.<br />
Thanks.]]></description>
            <dc:creator>Jarhead</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 20 Mar 2023 14:39:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,892098,892098#msg-892098</guid>
            <title>Help with Simple Triggers for Switches (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,892098,892098#msg-892098</link>
            <description><![CDATA[ Edi's Locker Bot Auto Mode Issue<br />
<br />
Hi all, I need HELP!, we have a few three axes robots with a gripper that is used to move small parts to and fro.<br />
I'm using triggers to check for switch closure. If you have an easier way of dealing with Inputs, I would be grateful.<br />
Trigger issue, with a robot repeating a task over and over. <br />
<br />
<br />
Duet 2 WiFi<br />
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet <br />
FIRMWARE_VERSION: 3.4.0 <br />
ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2022-03-15 18:58:33<br />
<br />
See <br />
Attached "config.g"<br />
Attached "Edis Locker Module 1 Template 4-29-2022 Edis.g"<br />
Trigger3.g  ; set global.Auto = true<br />
Trigger4.g  ; set global.Auto = false<br />
Trigger5.g  ; Start Button RUN global.filename <br />
<br />
<br />
While in auto mode, "global.TAuto = True", Trigger input pin Exp. Pin 9 Active Low<br />
<br />
Auto Mode: At the end of a cycle through the G code (Edis Locker Module 1 Template 4-29-2022 Edis.g) the G code is executed again if <br />
<br />
global.TAuto = True.<br />
(see below)<br />
<br />
Single Cycle: is one pass through the G Code. global.TAuto = False, Trigger input pin Exp. Pin 9 pulled high via 27K I believe.<br />
<br />
Recently after having performed a few hundred thousand cycles across many resets, months and different parts, this robot has <br />
<br />
decided (when in auto mode) at random times, it will stop executing G code at the end of the current cycle. <br />
<br />
when stopped, Status is: Variable, global. TAuto = false (indicates that the Auto switch is open when it has been verified closed.)<br />
<br />
This condition has been observed with pin nine of the expansion port connected directly to ground.<br />
<br />
Also on a few occasions when the auto switch was turned to the single position from the auto position, the robot would continue <br />
<br />
running from one to a few cycles of the code and then stopping without operator intervention. <br />
<br />
This by all accounts is a random occurrence, it might stop after 10,000 pcs or 3.<br />
Could it be that the trigger inputs are being ignored?<br />
<br />
Am I missing something about triggers?<br />
I observed both (Start &amp; Auto) switch inputs with a DOscope out to 2ns/div @ 50mv/div, Not enough noise to mention.<br />
And this condition has been observed with pin nine of the expansion port connected directly to ground.<br />
When in Auto Mode, The Trigger input pin Exp. Pin 9 pulled down.<br />
<br />
Nothing was changed on two robots that have this issue. :))<br />
This issue has manifested over time which leads me toward a bad connection.<br />
I have performed many electrical tests including changing the connector for the expansion port.<br />
<br />
I have placed at the beginning and at the end of "Edis Locker Module 1 Template 4-29-2022 Edis.g"  echo global.TAuto as well as <br />
<br />
inserted the echo in the trigger files.<br />
global.TAuto always tracks the switch and is very responsive to changes in the switch position.<br />
 Someone is changing the value of global.TAuto.<br />
<br />
<br />
I placed the following at the start of "Edis Locker Module 1 Template 4-29-2022 Edis.g" thinking the M582 would check the switch just <br />
<br />
prior to making the decision to run again.<br />
<br />
At the end of running "Edis Locker Module 1 Template 4-29-2022 Edis.g" . <br />
<br />
; Wait for motion to complete<br />
M400 <br />
<br />
; Check for Auto mode.<br />
M582 T3<br />
<br />
; If global.Auto is true (Pin = LOW) then Run the pgm. again.<br />
if global.TAuto = true<br />
   M32 {global.PartFilename}<br />
<br />
Perhaps I don't understand Triggers.]]></description>
            <dc:creator>Techman2930</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 26 Feb 2023 13:15:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,891323,891323#msg-891323</guid>
            <title>RepRapFirmware 3.4-dev compilation error (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,891323,891323#msg-891323</link>
            <description><![CDATA[ When try to compile RRF 3.4-dev with disabled TMC22xx support: #define SUPPORT_TMC22xx 0, getting a compilation error: ../src/Platform/Platform.cpp:1100:12: error: 'SmartDrivers' has not been declared. Also there is some issues with WiFi support on SAM4S port. With DuetWiFiSocketServer 1.25, the firmware worked, but somehow not stable. When upgraded  DuetWiFiSocketServer to 1.27. The moment the web control interface is opened, the board restarts.]]></description>
            <dc:creator>Dev00</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 14 Dec 2022 17:19:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,890796,890796#msg-890796</guid>
            <title>Marlin 2.1 and SKR3 - will not run past heatup (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,890796,890796#msg-890796</link>
            <description><![CDATA[ Have finally passed my z issue for homing(big thanks for the help), and now have another issue.<br />
<br />
Completely unable to run past the heatup stage. <br />
Have my bed set to 85 to start, gets to 84.83 or some other random number just below, then sits and fails to send updates on temp to Cura.   Does not run any of the startup code.  Will stay hot and running even overnight, so not waiting on something slow to process.  New pid tuning seems to work perfectly instead of bang bang if watching the output from Pronterface on just a heat command.<br />
<br />
Wondering if something in the original Anycubic Mega Pro with Trigorilla 0.0.3, is no longer compatible with the new Big Tree Tech SKR3 and TMC2209 steppers?<br />
<br />
Even when shutting off Cura and opening Pronterface, when I connect it will just keep repeating: <br />
echo:busy: paused for user<br />
<br />
A few caveats to mention:<br />
<br />
No lcd yet connected(not sure of support for anycubic blue/yellow LCD) so waiting.<br />
<br />
Stepper for the extruder not working?  might be my issue if there is some kind of test.  <br />
<br />
Have made an adjustment to get rid of a m122 stepper error by including newer version of files to the stm32H7.ini file:<br />
#  ///corrected platform per issue "SKR3 EZ + TMC2209 #13" here:  <a href="https://github.com/bigtreetech/SKR-3/issues/13" target="_blank"  rel="nofollow">https://github.com/bigtreetech/SKR-3/issues/13</a><br />
was; #  platform                    = ststm32@~14.1.0 <br />
is;     platform                    = ststm32@~15.4.1<br />
was; #  platform_packages           = framework-arduinoststm32@[<a href="https://github.com/stm32duino/Arduino_Core_STM32/archive/main.zip" target="_blank"  rel="nofollow">github.com</a>]<br />
is;     platform_packages           = <a href="mailto:&#102;&#114;&#97;&#109;&#101;&#119;&#111;&#114;&#107;&#45;&#97;&#114;&#100;&#117;&#105;&#110;&#111;&#115;&#116;&#115;&#116;&#109;&#51;&#50;&#64;&#52;&#46;&#50;&#48;&#50;&#48;&#48;&#46;&#50;&#50;&#48;&#53;&#51;&#48;">&#102;&#114;&#97;&#109;&#101;&#119;&#111;&#114;&#107;&#45;&#97;&#114;&#100;&#117;&#105;&#110;&#111;&#115;&#116;&#115;&#116;&#109;&#51;&#50;&#64;&#52;&#46;&#50;&#48;&#50;&#48;&#48;&#46;&#50;&#50;&#48;&#53;&#51;&#48;</a><br />
<br />
f_cpu is set to 400000000L in Marlin/buildroot/share/PlatformIO/boards/marlin_STM32H743Vx.json.  have corrected that typo to match the cpu at "480000000L"<br />
<br />
Anything I have changed from normal is easy to search as I have added a third /// to every section. Have attached my configs <br />
<br />
Current startup code from my cura profile, which i have sent individually in pronterface with no issues other than my extruder not working yet. which should tell me it's working right, but unable to run a program from pronterface either.  same issue, heats, then stops reporting to the interface:<br />
G21 ;metric values<br />
G90 ;absolute positioning<br />
M82 ;set extruder to absolute mode<br />
M107 ;start with the fan off<br />
G28 X0 Y0 Z0 ;move X/Y to min endstops<br />
G0 Z0.15<br />
G92 E0 ;zero the extruded length<br />
G1 X40 E25 F500 ; Extrude 25mm of filament in a 4cm line. Reduce speed (F) if you have a nozzle smaller than 0.4mm!<br />
G92 E0 ;zero the extruded length again<br />
G1 E-1 F500 ; Retract a little<br />
G1 X80 F4000 ; Quickly wipe away from the filament line<br />
M117 ; Printing…<br />
G5]]></description>
            <dc:creator>Candidquality</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 23 Oct 2022 14:02:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,890250,890250#msg-890250</guid>
            <title>RRF produces continuous popup message on web UI while printing (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,890250,890250#msg-890250</link>
            <description><![CDATA[ Hi,<br />
when I start a print I have continuous message from the firmware on the web UI. Message says "Printing..."<br />
I'm running RRF3, my browser is Firefox v103<br />
On the paneldue I have a single message I can close with X<br />
<br />
Here is a video about it <a href="https://drive.google.com/file/d/1E9lMYZEd-O8IGpTUKmW-g1dkxNyUr8u0/view?usp=drivesdk" target="_blank"  rel="nofollow">gdrive link</a>]]></description>
            <dc:creator>daninet</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sun, 14 Aug 2022 03:18:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,889979,889979#msg-889979</guid>
            <title>RRF bed location (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,889979,889979#msg-889979</link>
            <description><![CDATA[ Hello!<br />
I have a generic question I don't understand. I'm building a corexy machine with duet board and rrf. The machine motion in xy direction is around 400x400mm but the bed is only 300x300. My homing is in one of the corner at 0,0. How do I define the bed (work) area? My bed starts around 50,50 and ends around 350,350. I was, ok maybe it is in the slicer, not in the printer config but I don't see such option in cura either?]]></description>
            <dc:creator>daninet</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 21 Jul 2022 02:06:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,889621,889621#msg-889621</guid>
            <title>Issues with custom delta printer / RRF 2.05.01 (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,889621,889621#msg-889621</link>
            <description><![CDATA[ I am experiencing very strange issue with one delta printer – based on Kossel design. It was working fine with RRF 2.05, until the bearings of the belt idler wheels got damaged. I changed the wheels as well as updated the firmware to RRF 2.05.1, but the calibration currently provides not repeatable results. It seems the diagonal length with every calibration increases ?<br />
<br />
4:13:41 PMM666<br />
Endstop adjustments X-0.26 Y1.40 Z-1.14, tilt X0.17% Y-0.02%<br />
4:13:37 PMM665<br />
Diagonals 284.257:284.257:284.257, delta radius 148.710, homed height 281.298, bed radius 110.0, X -0.316°, Y -0.251°, Z 0.000°<br />
4:13:26 PMG32<br />
Calibrated 9 factors using 17 points, deviation before 0.017 after 0.013<br />
<br />
4:09:38 PMM666<br />
Endstop adjustments X-0.33 Y1.48 Z-1.16, tilt X0.24% Y-0.02%<br />
4:09:34 PMM665<br />
Diagonals 284.224:284.224:284.224, delta radius 148.704, homed height 281.299, bed radius 110.0, X -0.347°, Y -0.297°, Z 0.000°<br />
4:07:28 PMG32<br />
Calibrated 9 factors using 17 points, deviation before 0.018 after 0.013<br />
<br />
4:02:25 PMM666<br />
Endstop adjustments X-0.19 Y1.36 Z-1.16, tilt X0.12% Y-0.03%<br />
4:02:19 PMM665<br />
Diagonals 283.880:283.880:283.880, delta radius 148.590, homed height 281.294, bed radius 110.0, X -0.312°, Y -0.237°, Z 0.000°<br />
4:02:04 PMG32<br />
Calibrated 9 factors using 17 points, deviation before 0.015 after 0.014<br />
<br />
3:58:32 PMM666<br />
Endstop adjustments X-0.17 Y1.35 Z-1.18, tilt X0.11% Y-0.06%<br />
3:58:29 PMM665<br />
Diagonals 283.705:283.705:283.705, delta radius 148.535, homed height 281.288, bed radius 110.0, X -0.309°, Y -0.225°, Z 0.000°<br />
3:56:11 PMG32<br />
Calibrated 9 factors using 17 points, deviation before 0.018 after 0.015<br />
<br />
3:50:57 PMM666<br />
Endstop adjustments X-0.23 Y1.43 Z-1.20, tilt X0.17% Y-0.06%<br />
3:50:54 PMM665<br />
Diagonals 283.518:283.518:283.518, delta radius 148.482, homed height 281.296, bed radius 110.0, X -0.331°, Y -0.244°, Z 0.000°<br />
3:44:36 PMG32<br />
Calibrated 9 factors using 17 points, deviation before 0.016 after 0.014<br />
<br />
3:29:03 PMM666<br />
Endstop adjustments X-0.15 Y1.32 Z-1.17, tilt X0.08% Y-0.05%<br />
3:28:59 PMM665<br />
Diagonals 282.511:282.511:282.511, delta radius 148.180, homed height 281.289, bed radius 110.0, X -0.312°, Y -0.202°, Z 0.000°<br />
3:28:30 PMG32<br />
Calibrated 9 factors using 17 points, deviation before 0.031 after 0.015<br />
<br />
3:20:59 PMM666<br />
Endstop adjustments X-0.28 Y1.51 Z-1.23, tilt X0.23% Y-0.11%<br />
3:20:54 PMM665<br />
Diagonals 279.692:279.692:279.692, delta radius 147.458, homed height 281.288, bed radius 110.0, X -0.383°, Y -0.230°, Z 0.000°<br />
3:20:28 PMG32<br />
Calibrated 9 factors using 17 points, deviation before 0.056 after 0.016]]></description>
            <dc:creator>Dev00</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 08 Jun 2022 14:54:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,889377,889377#msg-889377</guid>
            <title>GTR Marlin Problems (7 replies)</title>
            <link>https://reprap.org/forum/read.php?146,889377,889377#msg-889377</link>
            <description><![CDATA[ This is my first post so I apologize if this is not the place for this or rules not followed correctly etc.<br />
<br />
I have had trouble setting up firmware for my 3d printer with a new Bigtreetech GTR motherboard and I was hoping someone here could see what I am doing wrong.  It has a 400x400x235 build volume, dual z axis (g34 enabled), all TMC2209 drivers with x/y using sensorless homing, dual extruder with mixing hotend, TFT35 E3 V3.0 touch display, bltouch (UBL 15 grid), and I plan to use a raspberry pi with octoprint through usb.  I think I have these settings set up properly but I've only configured marlin for more common boards that have more help online (SKR 1.4 Turbo and a Creality Ender 3 V2 board).<br />
<br />
It might just be that I'm doing something wrong with the display settings.  From what I've seen I need ports 0 and -1 enabled for the TFT display (I don't need the marlin mode for what I want for what thats worth), but when I enable them both I get errors when compiling;<br />
<br />
"error: 'MYSERIAL1' was not declared in this scope; did you mean 'MYSERIAL1'?"<br />
"error: 'MYSERIAL1' was not declared in this scope; did you mean 'MYSERIAL2'?"<br />
"error: request for member 'write' in 'multiSerial', which is of non-class type 'SerialOutputT' {aka 'int'}" <br />
<br />
and others similar along with a bunch of yellow prompts that fail the compile.  If I just have the first port as -1 it will "successfully" compile without those errors, and definitely loads A firmware onto the motherboard (sd card changes file to firmware.cur instead of bin after trying), but the display never "finds" the printer attached.  So I'm hoping its just the display options I have screwed up and someone here can see the issue and set me straight quickly.<br />
<br />
If I need to provide any further information or anything like that just let me know and I greatly appreciate any assistance.<br />
Thanks!]]></description>
            <dc:creator>Joe_E</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 02 Jul 2022 22:58:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,889254,889254#msg-889254</guid>
            <title>FLY RRF E3 (4 replies)</title>
            <link>https://reprap.org/forum/read.php?146,889254,889254#msg-889254</link>
            <description><![CDATA[ Hi I'm trying to upgrade my ender6 with my coreXY kinematic, the z-stop switch is not working for me. I've rung it with a multimeter - it's set to normally closed and rings when it's not closed, and doesn't ring when it's closed, as it should, so the switch circuit isn't the problem. I have already configured the firmware via [<a href="https://teamgloomy.github.io/Configurator/" target="_blank"  rel="nofollow">teamgloomy.github.io</a>] , where I set the z-switch, and disabled the bl-touch. M119 gives the same result for the z axis - that I pressed the sensor, that I did not press it - that it does not work, while the x and y axes work normally. Well, apart from the fact that I have the z-axis reversed and the table moves up instead of going down, but now I at least need to adjust this switch.]]></description>
            <dc:creator>FirstBarrel</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 10 May 2022 06:39:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,889208,889208#msg-889208</guid>
            <title>Ender 5 pro Serial communication (no replies)</title>
            <link>https://reprap.org/forum/read.php?146,889208,889208#msg-889208</link>
            <description><![CDATA[ Hello,<br />
I have been working on Ender 5 pro where I send G-code via Serial communication also I have a dispenser where I wanna use at the desired coordination, The problem is that I do not know How I can sync these two parts, how I can get feedback from board? for example after the movement is completed the Rpi board should send a signal to the relay module which s connected to the dispenser, if I just put commands related to GPIO after G-code, since it sends codes line by line, the relay module will be turned on synced with G-code. I would be thankful to get your solution.]]></description>
            <dc:creator>miladhyt</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 26 Apr 2022 08:21:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,888926,888926#msg-888926</guid>
            <title>RepRapFirmware 3.4 with Input Shaping released (no replies)</title>
            <link>https://reprap.org/forum/read.php?146,888926,888926#msg-888926</link>
            <description><![CDATA[ We recently released RepRapFirmware 3.4.0 with many new features, including these:<br />
<br />
- Input shaping, which reduces the resonances that cause ghosting on prints, allowing better print quality at high print speeds<br />
- Heater feedforward based on extrusion rate, which helps maintain extruder temperature when using high flow rate extruders<br />
- The file listing in the web interface and in the file information page of PanelDue now display thumbnail images of the print (requires compatible slicer)<br />
<br />
There are many other feature improvements, including improvements to conditional GCode expressions, the ability to use multiple outputs to control a single logical heater, and support for the EXP1HCL closed loop stepper board.<br />
<br />
Where to get it:<br />
<br />
- For Duet boards: [<a href="https://github.com/Duet3D/RepRapFirmware/releases/tag/3.4.0" target="_blank"  rel="nofollow">github.com</a>]<br />
- For SKR-based boards: [<a href="https://github.com/gloomyandy/RepRapFirmware/releases/tag/v3.4.0_1" target="_blank"  rel="nofollow">github.com</a>]]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 01 Apr 2022 03:25:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,888848,888848#msg-888848</guid>
            <title>XBot 155 (Reprap Austria) (no replies)</title>
            <link>https://reprap.org/forum/read.php?146,888848,888848#msg-888848</link>
            <description><![CDATA[ Hello! Does anybody in case have firmware for XBot 155 (from Reprap Austria)? br, P]]></description>
            <dc:creator>Phi</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Sat, 26 Mar 2022 03:40:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,887972,887972#msg-887972</guid>
            <title>trigorilla 2560 fan2 port does not work, fan0 and fan1 ports do work, but fans are always at 100% and the printer&#039;s display wrongly report them at 0% (2 replies)</title>
            <link>https://reprap.org/forum/read.php?146,887972,887972#msg-887972</link>
            <description><![CDATA[ trigorilla 2560 fan2 does not work, fan0 and fan1 ports do work, but fans are always at 100% and the printer's display wrongly report them at 0%, changing them up to 100% does not set them to 0, but in the way of going up to 100, it seems that they are changing speed, so somewhat it is doing, but I'm not quite sure of what it is doing<br />
<br />
the pin declaration to me do seem alright, I'm using the marlin 2.0 nightly bugfix version<br />
<br />
<a href="https://mega.nz/file/3ig3yKZA#D3H0wsRLF810v_uockguPfk57Dkr7ILz35jHQQunM6Q" target="_blank"  rel="nofollow">here</a> you can find the root of marlin under the 7zip file]]></description>
            <dc:creator>Li</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 24 Jan 2022 10:21:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,887910,887910#msg-887910</guid>
            <title>Fly RRF E3 TMC2209 UART Z axis only goes up (7 replies)</title>
            <link>https://reprap.org/forum/read.php?146,887910,887910#msg-887910</link>
            <description><![CDATA[ Hi,<br />
I was testing my new own made 3D printer and I came across this weird issue. When I try to home (I'm using bltouch) or move z axis, it only goes up. I looked up related cases with same problems, but every one of them is just badly plugged cable or not having inverted the motor. I've tried everything and still no luck. Does somebody have an idea what could possibly be wrong? I've also attached my config.g file, so you can view it and see if something is wrong.<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>Bermit</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Tue, 18 Jan 2022 15:14:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,887041,887041#msg-887041</guid>
            <title>Tevo Tornado (MKS SGEN-L V1.0) unresponsive after firmware flash. (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,887041,887041#msg-887041</link>
            <description><![CDATA[ I've been trying to add a Geeetech 3D Touch to my Tevo Tornado.<br />
I flashed the printer with bugfix-2.0.x and everything went unresponsive, meaning I am no longer able to control the printer via the control box. Instructions regarding the tornado mostly cover MKS GEN-L, but not MKS SGEN-L and there isn't an example for it in the firmware. My current configuration is using #define CONFIG_EXAMPLES_DIR "Tevo/Tornado/V2 (MKS GEN-L)" and #define MOTHERBOARD BOARD_MKS_SGEN_L. (contradictory?)<br />
<br />
Here's my current firmware: [attachment 118877 Configuration.h] &amp; [attachment 118878 Configuration_adv.h]<br />
<br />
I'm a complete newbie in configuring the firmware and have no idea how to proceed or what the true reason for my issue is.<br />
My guess is that there some essential settings with the MKS GEN-L that are just wrong for the printer with an MKS SGEN-L board.<br />
<br />
How would I go about fixing this issue?]]></description>
            <dc:creator>tornadoproblem</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 17 Nov 2021 22:18:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,886653,886653#msg-886653</guid>
            <title>RRF 2.x debug procedure ? (4 replies)</title>
            <link>https://reprap.org/forum/read.php?146,886653,886653#msg-886653</link>
            <description><![CDATA[ Having some issues with RRF 2.0 2.05RC1R (2019-13-03b1) for SAM4S WiFi. The firmware arbitrarily gets Emergency stop and restarts. A file simulation passes with no issues, but when begin to print, it prints few layers and  Emergency stop appears.<br />
<br />
Is there are any guide how to use the debug functionally and tackle such issues ? Any recommendations ?]]></description>
            <dc:creator>Dev00</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 28 Oct 2021 03:37:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,886384,886384#msg-886384</guid>
            <title>Wierd issues (3 replies)</title>
            <link>https://reprap.org/forum/read.php?146,886384,886384#msg-886384</link>
            <description><![CDATA[ So I am very new to 3d printers and like the idiot I am i purchased a used one to start with. I have a Tronxy X5SA 330x330x400 with the CXY-V6-191017 motherboard running Marlin 2.0. <br />
Issues I have are:<br />
1. machine only recognizes 1/4 of the printing bed. I have checked the firmware config and it is set at 330x330x400 so I am not sure why this problem is occurring.<br />
2. while printing, in the small area it allows me too, the z axis does not seem to function properly. I start out at -5.5 and within 30 min I am back to 0 and have to end the print because it is failing. The nozzle gets completely embedding into the project at times almost as if the z axis isn't dropping quick enough. I have no clue what this could be.<br />
Any help is appreciated or if anyone has working firmware for this machine they would share with me that would be awesome as well.]]></description>
            <dc:creator>AsarianOG</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Fri, 15 Oct 2021 10:17:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,885616,885616#msg-885616</guid>
            <title>RepRap Firmware on Prusa MINI+ (1 reply)</title>
            <link>https://reprap.org/forum/read.php?146,885616,885616#msg-885616</link>
            <description><![CDATA[ Hello,<br />
<br />
I was wondering if anyone knows if RepRap firmware supports the dynamics of a Prusa MINI+? I have a heavily modified Prusa MINI+ that I will be putting a Duet 2 Wifi in and hope to use Reprap firmware on, but I'm unsure if it supports the mechanical configuration of the MINI (ie: I dont think its corexy, corezy, etc"). Hopefully the question makes sense!<br />
<br />
Cheers,<br />
JR]]></description>
            <dc:creator>jreinke10</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 18 Aug 2021 01:53:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,884533,884533#msg-884533</guid>
            <title>Fly RRF e3 Ender6 (2 replies)</title>
            <link>https://reprap.org/forum/read.php?146,884533,884533#msg-884533</link>
            <description><![CDATA[ Hello, im new to 3d printing. Know nothing on g codes/firmware. issue i have just fitted a fly rrf e3 board to my ender 6, due to a damaged creality 4.3.7 board. (creality dont sell new ones, only 4.2.7, not suitable for the 6). set up with reprap firmware via their rrf config page. fitted to printer and go to home motors, get Z axis correct, press the Y axis and moves the X axis, press the X axis and moves the Y axis in the wrong direction.  No matter what i do, change the motor direction in the firmware, change the wires around change the end stop homing. doesnt change anything. Do I have to add extra commands in the G code or add something to macros?.]]></description>
            <dc:creator>crankyev</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Mon, 07 Jun 2021 17:32:35 -0400</pubDate>
        </item>
    </channel>
</rss>
