1. RepRapFirmware.bin 1.26.1 from . Caution, you will probably have to make some changes to your config.g file to get it working correctly. The simplest option is to back up the contents of the /sys folder of your SD card, then use the online configurator at to generate a new set of files. 2. Duet Web Control 2.0.7 from the same location. Alternatively, Duet Web Control 1.22.6. 3. Yes it's possiby dc42 - Duet
RepRapFirmware was developed originally for Duet boards but it has been ported to some LPC and SKR boards. Those ports are at . You will find support links in the Readme file there.by dc42 - Reprappers
What probing speed are you using? The Smart Effector likes quite a high speed, such as 20mm/sec. Have you configured Marlin to delay between moving to the correct XY coordinate and starting the probing move? Otherwise the XY movement may trigger the probe. This may be why you had a "Triggered early" message. A delay of 0.2 seconds is usually sufficient.by dc42 - Firmware - Marlin
QuoteHHbastel Hi all, and thanks for the comments. For me there is a question comming up if I read Different speed is needed. Is there no possibility to configure the system in a way that you have to coose a "setup" before actually the machine is startet completely? In this way you could change the settings for each application you want to run. It does than not matter if the motors are stronger.by dc42 - Reprappers
I'm not an authority on Marlin because I don't use it; however, from the source code file it looks to me that if you enable NANODLP_Z_SYNC and NANODLP_ALL_AXIS in config.h then the standard Marlin source code provides this feature.by dc42 - Firmware - Marlin
I have replied to your similar question on the Duet3D forum. Basically, RRF has measured your heater parameters, estimated that the hot end would reach nearly 1600C if run at full power, and treated that as not reasonable. I think you will find that your manually-constructed M307 command is being rejected and RRF is using default hot end parameters for that heater, hence the severe overshoot.by dc42 - General
Perhaps the two Z motors are trying to move in opposite directions, and getting stuck as a result? It will be easier for us to check your settings if you post the config.g file, homeall.g file and homez.g file. For faster responses to your questions, post at .by dc42 - Duet
The Marlin build for nanoDLP does that, it returns "z move compl" after each move. I'm not sure whether this is an option in the standard Marlin source code or only in a fork.by dc42 - Firmware - Marlin
It looks like you have an un-geared extruder. Your extruder steps/mm is probably low, maybe 100. If that's the case, upgrading the extruder motor to 0.9deg may give you more even extrusion. However, un-geared extruders need to use motors with lots of torque; and 0.9deg motors usually have somewhat lower torque than similarly-sized 1.8deg motors. My preference is to use an extruder with about 3:1by dc42 - General
You will need to either use mesh bed levelling instead (perhaps with just 4 points), or set up a bed.g file and use G32.by dc42 - Ormerod
PT100 needs a board, see . PT1000 doesn't.by dc42 - Delta Machines
See for how to connect a thermocouple to a Duet. However, unless you want to print at very high temperatures, I recommend using a PT100, PT1000 or thermistor instead.by dc42 - Delta Machines
Maybe it's just slight over-extrusion then? On a delta printer Z motion is fast, so there's no real disadvantage to using Z hop.by dc42 - Delta Machines
Yes, the screw turns with the pulley. See section Upper Triangle at .by dc42 - Delta Machines
I too use idler pulleys mounted on M3 screws. However, in my case the entire screw is free to rotate, with bearings at either end. This has been working well for several years.by dc42 - Delta Machines
QuoteDaHai8 However, another issue persists: On travel moves, the nozzle often scrapes the infill on travel moves. I assume that you get a good first layer, so it isn't that the delta radius is wrong. Does the problem get worse the higher the print goes? If so, one possible cause is that the towers are not exactly parallel, so that the printing plane is flat close to the bed but less flat as yby dc42 - Delta Machines
Yes it's dead. The cheap DC-DC SSRs that you find on eBay are mostly fakes. Get a genuine Auberin Instruments one, .by dc42 - Controllers
This and every other kinematics for which the motion of each axis is a linear combination of the movement of the motors is supported in RepRapFirmware. You can generalise it to multiple X and Y axes too.by dc42 - General
It's the RepRapFirmware.bin file at . You will need to make some changes to your config.g file, for example to add M574 commands to configure the endstop switches.by dc42 - Ormerod
You can use 12V fans or 24V fans if you power the Duet 3 with 24V. The MB6HC has six low current outputs suitable for fans. Each bank of three can be set to 12V or VIN.by dc42 - General
Firmware 1.18.1 is quite old and normally I would recommend upgrading to either RRF 2.05.1 or RRF 3.2.2. However, Fusion 3 uses their own fork of RRF and I don't know what consequences might follow from changing to a standard build of RRF. You might be able to find someone else who has tried this if you ask on the forum at . Are you using a password on the machine? I can't think of any reason foby dc42 - Duet
The Duet 3 MB6HC has a 12V 0.8A regulator on board intended for powering fans.by dc42 - General
Yes, that looks like the one that I used.by dc42 - Ormerod
The Z motor mount crack is fairly common. There is a beefed-up design to replace it, on Thingiverse AFAIR.by dc42 - Ormerod
RRF 2.05 beta is very old, and beta releases are unsupported. Use 2.05.1 or 3.2.2.by dc42 - Firmware - mainstream and related support
The corresponding arrangement where X needs to be compensated for movement in Y is commonly called MarkForged kinematics.by dc42 - Firmware - Marlin
This sounds rather like the CoreXZ printer developed by Nicholas Seward several years ago, except that with CoreXZ the X and Z motors both affect both X and Z axes. I don't know what firmware he used but it was likely Marlin.by dc42 - Firmware - Marlin
The standard builds of RepRapFirmware have supported laser mode for years. Use the M452 command (https://duet3d.dozuki.com/Wiki/Gcode#Section_M452_Select_Laser_DeviceMode) in config.g to switch the firmware into laser mode. Have Lightburn generate GCode that uses the S parameter of the G1 command to set the laser power.by dc42 - Firmware - mainstream and related support
I just found a schematic of the SKR Mini and it showed a STM32F103 processor. That processor does not have hardware floating point, so it would be slow at doing the trigonometric calculations needed to run a SCARA. Have you seen the Duet 3 Mini? It costs less than our Duet 2 boards and probably has everything you need. Availability is limited at present but should get better in a couple of weekby dc42 - Polar Machines, SCARA, Robot Arms