On my 3D Printer using the original power wires the voltage would drop from 12 volts to 8.3 volts this was too large of a voltage drop an as it turned out this was my problem.by Roberts_Clif - Mendel90
I would measure the voltage on the power supply when the spike occurs and again at the power pins on your printer controller card. If the voltage drops on the power supply during a spike then your power supply may be under rated. If the voltage drops only on the controller during a spike then your power supply cables needs to be larger to supply the current to your controller.by Roberts_Clif - Mendel90
I dropped your config files into a new Marlin 2.0.9.3 compiled with Visual Code Studio > PlatformIO > Marlin AutoBuild. The only error shown posted below c:\users\clif\desktop\marlin-2.0.9.3\marlin-2.0.x\marlin\src\pins\ramps/pins_RAMPS.h:536:8: error: #error "CAUTION! ZONESTAR_LCD on RAMPS requires wiring modifications. It plugs into AUX2 but GND and 5V need to be swapped. Comment outby Roberts_Clif - Firmware - Marlin
Found this which will give me a head start into a CoreXY 3D Printer. It is a Scalable CoreXY V2 (HICTOP Prusa i3 hardware Converted to CoreXY). If I can get my head wrapped around what to do with this Thingiverse post. I can not find any measurements or how to assemble. Downloaded DesignSpark Mechanical 5 where I can measure the T-Slots and the Bed, though not much else. Still this is my best shby Roberts_Clif - CoreXY Machines
You can download Arduino IDE 1.0.6 here it runs under windows 10 and does not need to be installed only unzipped to a folderby Roberts_Clif - Reprappers
Question normally when the print is shifted 180 out of phase, when you print letters are they reversed, Or mirror image to be correctly stated..by Roberts_Clif - Firmware - Marlin
Hello to all I have three Cartesian style 3D Printers. But now I am looking a building a CoreXY style 3D Printer. Would like information on DIY builds that would meet at least 300mm cubed, a nice good fast 3D Printer that will put my Cartesian style 3D Printers on E-Bay. Was thinking of building a simple inexpensive CoreXY printer that could be upgraded to make a great 3D Printer, One that woulby Roberts_Clif - CoreXY Machines
Quotelmcbmai I have z-probe of my own design with optical sensor and electronic circuit identical to the circuits of X, Y and Z end-stops. My Probe hardware has electronic circuit identical to the circuits of X, Y and Z end-stops as well, though in my firmware Need to enable the following. #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #define FIX_MOUNTED_PROBEby Roberts_Clif - Firmware - Marlin
It appears you have tested endstops maybe missed something in the firmware. Post your configuration.h an configuration_adv.h will take a quick peekby Roberts_Clif - Firmware - Marlin
Try this #define Z_MIN_ENDSTOP_INVERTING false // set to true for SN-04N false for TL-W3MC2. #define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to same logic as "Z_MIN_ENDSTOP_INVERTING".by Roberts_Clif - Firmware - Marlin
Lowering the temperature can help, as overheating it the most common cause of vertical banding. Reducing vibration in XY axis will allow a smoother wall, other fixes include lowering the filament temperature and proper calibration of retraction...by Roberts_Clif - Prusa i3 and variants
[email protected] Try enabling the following. SDCARD_SORT_ALPHA SDSORT_USES_RAM true SDSORT_CACHE_NAMES true Question this uses 20% more ram, how long will it keep the ram before releasing it.by Roberts_Clif - Firmware - Marlin
If it is only a single SD Card Menu then It could be that the SD Card is not compatible with your 3D Printer. Do you have the specs on SD card that your a using.by Roberts_Clif - Firmware - Marlin
In marlin under LCD and SD support you will find lines to adjust speed // Setting are adjusted for My LCD #define ENCODER_PULSES_PER_STEP 4 #define ENCODER_STEPS_PER_MENU_ITEM 2 //Including lines to reverse direction //#define REVERSE_ENCODER_DIRECTION //#define REVERSE_MENU_DIRECTIONby Roberts_Clif - Firmware - Marlin
No I am here listening, I built an MPCNC Burley - 550X750X220 This still need some work to become a 3D Printer / CNC router. Looking at putting a Z-Axis endstop / sensor of some design have not determined what as of this date. Though the MPCNC router does not really need a Z-sensor the 3D Printer add-on will. This will allow me to 3D Print large models with larger diameter nozzles.by Roberts_Clif - Tech-Talk
Post your Configuration.h an Configuration_adv.h files with the Version of marlin you are working, will take a look. Though I believe this line must be disabled in configuration.h //#define ENDSTOPPULLDOWNSby Roberts_Clif - Firmware - Marlin
I know was not thinking an downloaded the wrong column in bugfix. Got in updated an compiled, now some reading to see how to config MPC (Model Predictive Control) out of time now, will continue later.by Roberts_Clif - Firmware - Marlin
Could not find this version Please post link!!!by Roberts_Clif - Firmware - Marlin
QuoteDust The order is irrelevant You need a marlin serial port set to -1 and you need a marlin serial port set to 0 Thank Youby Roberts_Clif - Firmware - Marlin
I looked at your source code Every time I flash I Had to initialize EEPROM or it does not work properly when using Marlin 2.0.9.3 When I flashed my three 3D Printers with Marlin 2.0.9.3 I had to initialize EEPROM every time even if I changed the tiniest detail. Presently running Marlin 2.0.9.2 as was having some errors with Marlin 2.0.9.3 Not saying Marlin 2.0.9.3 working incorrectly only I waby Roberts_Clif - Firmware - Marlin
QuoteDust you need to enable serial devices for the devices you are using -1 is the usb cable you need that 0 is the the tft port, you need this too. so you need #define SERIAL_PORT -1 and you need #define SERIAL_PORT_2 0 To me this says #define SERIAL_PORT -1 #define SERIAL_PORT_2 0 An is different from what Brue19 posted am I understanding this correctly DUST QuoteBruce19 113 #definby Roberts_Clif - Firmware - Marlin
Follow this Link I have also used MKS with my 5 extruder controller #define MOTHERBOARD BOARD_RAMPS_14_EFB //#define MOTHERBOARD BOARD_MKS_BASE_14 Post your configuration.h fileby Roberts_Clif - Firmware - Marlin
Here is where extruder E1 is configured to a Fan. Configuration.h #define MOTHERBOARD BOARD_MKS_GEN_13 pins_MKS_GEN_13.h #define MOSFET_D_PIN 7 pins_RAMPS.h #if DISABLED(HOTEND_USE_E1) #if EITHER(HAS_MULTI_HOTEND, HEATERS_PARALLEL) #if HOTENDS == 1 #define FAN1_PIN MOSFET_D_PIN // Enable 2nd Fan #else #define HEATER_1_PINby Roberts_Clif - Firmware - Marlin
You can set this in Startup/End G-Code //Fan speed 0 - 255 M106 P0 S128 ; P0 = 1nd Fan M106 P1 S128 ; P1 = 2nd Fanby Roberts_Clif - Firmware - Marlin
Have you seen this you-tube video linkby Roberts_Clif - Firmware - Marlin
What version of Marlin firmware are you currently working with.by Roberts_Clif - Firmware - Marlin
Sorry going off subject for second. My oldest PC is still my favorite home brew with an AMD FX 8150 Processor. This is crazy but while recording video works perfect. With my brand new i5 11600K Processor home brew the audio is offset from video mouth movements, this is unacceptable. Though it work great with all 3D Printer programs / compilers and all other programs, like you said it is a screaby Roberts_Clif - Firmware - Marlin
I can not see anything that would stop baby-stepping from working. Personally I use #define BABYSTEP_MULTIPLICATOR_Z 5 // (steps or mm) Steps or millimeter distance for each Z babystep #define BABYSTEP_MULTIPLICATOR_XY 5 // (steps or mm) Steps or millimeter distance for each XY babystep Because of how slowly baby steps changes using my 3D Printer. With my lead screws rise ofby Roberts_Clif - Firmware - Marlin
Have you tried to reset the controller using In terminal mode send commands M502 (Factory Default) Then M500 (Save Settings) – Saves the settings to EEPROM.by Roberts_Clif - Firmware - Marlin