Yea... 50 years ago would be just about the right time for me.!!!by Roberts_Clif - General
I would try the DEFAULT_MAX_FEEDRATE from 5 to 2 or maybe 3 #define DEFAULT_MAX_FEEDRATE { 300, 300, 2, 25 } I noted you are using a MKS Gen controller, though selecting Ramps #define MOTHERBOARD BOARD_RAMPS_14_EFB Myself would select MKS related code. This allows for "EFBE" / " EFBF " just a suggestion. This allows my 3D Printers to have control of dual variable fan for Cooling "Modeby Roberts_Clif - Firmware - Marlin
I had a controller that had an open trace in the photo below (wish It was of better quality) I searched visually and could not find the problem, the firmware was working a another 3D Printer. After doing a continuity test found that that the trace was open visually could not see the open trace until removing the silk screen. simply soldered a bridge over the bad trace and the controller worksby Roberts_Clif - Reprappers
Great Post your config changes maybe I can use this to get my controllers to work with the original pins.by Roberts_Clif - Firmware - Marlin
When I started working with filament run-out could Never get the Stock filament run-out pin D11 to work correctly. What I did was to use Z-Max end-stop pin 19 and change the code in my configuration.h below. #define FILAMENT_RUNOUT_SENSOR #if ENABLED(FILAMENT_RUNOUT_SENSOR) #define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each. #by Roberts_Clif - Firmware - Marlin
I am not too sure myself, as I am more familiar with only my controller specs. Though I currently have Marlin 2.0.6.1 and am playing with the ideal of upgrading to the newest Marlin version 2.0.9.1 Though found that most versions updated to have made my 3D Printer life a little better. With the exception of Marlin-1.1.9 which I quickly changed to Marlin-1.1.9BF Version. I was happy again. I haby Roberts_Clif - Firmware - Marlin
Configuration.h //#define Z_PROBE_SERVO_NR 0 // Defaults to SERVO 0 connector. And in Pins_?????.h file for your controller is the servo Pin #by Roberts_Clif - Controllers
If you need any help converting or setting up a newer version of marlin post your questions.by Roberts_Clif - Firmware - Marlin
Here is the entire Advanced Pause from my working Marlin /** * Advanced Pause * Experimental feature for filament change support and for parking the nozzle when paused. * Adds the GCode M600 for initiating filament change. * If PARK_HEAD_ON_PAUSE enabled, adds the GCode M125 to pause printing and park the nozzle. * * Requires an LCD display. * Requires NOZZLE_PARK_FEATURE. * This featurby Roberts_Clif - Firmware - Marlin
In configuration_adv.h under #define ADVANCED_PAUSE_FEATURE /** * Advanced Pause * Experimental feature for filament change support and for parking the nozzle when paused. * Adds the GCode M600 for initiating filament change. * If PARK_HEAD_ON_PAUSE enabled, adds the GCode M125 to pause printing and park the nozzle. I have used this many time, this works great.by Roberts_Clif - Firmware - Marlin
QuoteGoogle Drive On September 13, 2021, Google Drive will apply a security update to make file sharing more secure. This update will change the links used for some files, and may lead to some new file access requests. Access to these files won't change for people who have already viewed them. Please help me correct this! If you are viewing a google link from Roberts_Clif an it does not appearby Roberts_Clif - General
QuoteGirl5 A M119 shows they are working OK, but doing an 'Auto Home' results in all the axis grinding when they reach these points? I noted that in your firmware you have all end-stop switches are set to false #define X_MIN_ENDSTOP_INVERTING false when I setup for my end-stop switches these are simple switches with wires #define X_MIN_ENDSTOP_INVERTING true and filament run-out #define FILby Roberts_Clif - Firmware - Marlin
I have a similar problem, on occasion If I insert the card while powered up it states "Card Inserted" though I can not read the SD If I insert the card then power up I can read the SD with no problems. I have never found the problem and always insert the card before powering my 3D Printer. This is on Marlin 2.0.6 using a Arduino Mega 2560, ramps compatible controller.by Roberts_Clif - Printing
Inspecting your solder connections, and the transistor insulating material if used is a good ideal! Post a Picture of your mosfet show enough for us to inspect your replacement mosfet, maybe we can see something you have missed.by Roberts_Clif - Printing
Today I am asking this question in order to help another 3D Printer User with his ASA bridging problems. His information. Print Settings: Print Speed: 50mm/s Travel Speed: 60mm/s Min Layer Time: 24s Minimum Speed: 30mm/s Fan Speed: Fan OFF Retraction: OFF Wall Line Count: 6 was 4 Top Layers: 6 was 4 Bottom Layers: 6 was 4 Optimize Wall Printer Order: On Outer Before Inner Walls: On Enable Bridgby Roberts_Clif - Printing
Quoteguxiao The problem has been resolved. It would be nice for you to post what was done to solve the problem, this could help others who may have the same or similar problem in the future!!!by Roberts_Clif - CoreXY Machines
I have noted this myself, the fan must be directed at the model not nozzle. This being said I redesigned my fan duct to do just that and have not seen another Heating Failed: because of cooling model. I also made a duct to cool the throat fin I installedby Roberts_Clif - Printing
Don't give up just because your first Post reply, was not the solution. More likely than not someone will respond with the information you require.by Roberts_Clif - Reprappers
Everything seen shows using an 8GB SD card, I have only used 2GB Card on my 3D Printers an never had any problems. Did have problems using larger SD Card sizes.by Roberts_Clif - Reprappers
I will post my print temperatures for ABS. Nozzle Temp ( at 232 DegC ) build plate (at 96 DegC) Enclosed chamber 35-38 DegC I 3D Printed every part for the MPCNC carriage with every part fitting perfectly together.by Roberts_Clif - Printing
Thank you Dust Just because the keywords change does not mean that the operation of the compiled firmware changes. I know I have hear this before Though the question? Is there anyway to compile Marlin 1.1.9BF using Visual Studio Code. If so could you point me to the steps required for the process.by Roberts_Clif - Firmware - Marlin
I have noted this for a long time until changing my slicer to PrusaSlicer 2.3.0by Roberts_Clif - Printing
My Question is a simple one though not sure if what I believe is true. If I keep using the same settings for different versions of Marlin without new and added features the compiler will almost always compile the same. If I change features that Marlin has updated or if it includes bug fixes then the compiled firmware will be different. Is my thinking correct or incorrect for a simple Adruino Meby Roberts_Clif - Firmware - Marlin
Finally got Marlin 2.0.7 working though still having problem importing Marlin 2.0.8. Is there a simple tutorial to import or do I need a special Marlin 2.0.8 that is importable. Finally GOT IT!!!!by Roberts_Clif - Firmware - Marlin
I am again having problems with PlatformIO This time it is while using Windows 7 Pro I get to this point and it will not allow me to continue. I have Python 3.8.9 - April 2, 2021 (32bit) installed if it is the correct type from this linkby Roberts_Clif - Firmware - Marlin
Quotethe_digital_dentist You know, you could replace that fuse right above RT1 with a wire jumper and never have to worry about it burning out... I would never recommend it, but you could do it... The fact is that is exactly what I did, Though I too did not want recommend it. Have repaired electronics most of my life I knew the fuse would be enough for safety. Still kept my eye on it for the lby Roberts_Clif - Printing
This style power supplies has a thermal overload resistor RT1 in series with a fuse. I had one burn up, an after replacing the thermal overload resistor RT1 power supply came back to life. I selected a thermal overload resistor RT1 to allow for a little more current and heat before blowing. Four years later my power is still working supplying power for my 3D Printer. The THERMAL RESISTOR RT1 sby Roberts_Clif - Printing
something like this Or thisby Roberts_Clif - Firmware - Marlin
Should have mentioned that the Run-out switch is connected to end-stop Z-Max by duplicating pins from Z-max to filament run-out in marlin. Knowing this thought that ENDSTOP_NOISE_THRESHOLD may be my solution for false filament run-out.by Roberts_Clif - Printing
QuoteDust I would enable ENDSTOP_NOISE_THRESHOLD as I suspect your getting nose on the endstops wires I have a simple filament run-out switch, so if I have a false filament run-out sense happening ever so seldom then it could be because of noise. And it is then possible the ENDSTOP_NOISE_THRESHOLD could help eliminate the false filament run-out detection?by Roberts_Clif - Printing