Have done the same and it worked perfectly. Post code changed and I will take a look for you. and compare with the code i modified. I use Marlin my version was like 1.1.7 though can convert this any marlin version. If you are using another firmware can post what was changed an maybe you could fix from there.by Roberts_Clif - Firmware - Marlin
I have many problems using long cables with my Discount Smart Display Controllers, I posted it under Hictop 3DP11 & Hictop 3DP12 The solution I came up with was to indivual cables with Painters tape then again with Aluminum Foil Duct Tape and grounding the foil on both ends. Though I called the problem Electromagnetic interference (EMI) an solved using this method. However the Problems myby Roberts_Clif - General
Found this link hope it helpsby Roberts_Clif - Firmware - Marlin
OK!!! But these numbers give me perfect 20mm test cubes... Other than that can not tell you why it works.. I also 3D Printed a complete MPCNC that worked perfectly until had to dissemble it for lack of space for it to sit...by Roberts_Clif - General
Your 3D Printer firmware steps need to be calibrated. On my 3D Printer it is this line "#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 94.4962144 }" And calibrated below #define DEFAULT_AXIS_STEPS_PER_UNIT { 79.7, 79.7, 1594, 94.4962144 } THis is what I used to calibrate stepsby Roberts_Clif - General
QuoteDust BOARD MKS_TINYBEE Important note, this board cannot do input shaping due to the way the stepper drivers are driven. Thank you Almost came to think maybe. But now you gave me more to think aboutby Roberts_Clif - Firmware - Marlin
Could someone help me, if I purchased the controller what motherboard should I select in Marlin 2.1.2 Linkby Roberts_Clif - Firmware - Marlin
Incorrectly calibration of your PIDTEMP or PIDTEMPBED can cause this. I would try adjusting PIDTEMP or PIDTEMPBED againby Roberts_Clif - General
Here are a couple links that may help you.by Roberts_Clif - Controllers
We can help you, though there are many different 3D Printer using the Mega 2560 ramps 1.4 style controller configuration requiring many different firmwares. Can you be more specific about the 3D Printers characteristics, My 3D Printers are Called Hictop's 3DP11 & 3DP12's others include Ender 3's, Creality 10's ect. What is your 3D Printerby Roberts_Clif - Controllers
I would be looking at the slicing, it is most likely that you have incorrectly configured the slicers settings. This being assumed, : Then the printer would heat up to temp look at the first line of models g-code, not knowing what to do would stop.by Roberts_Clif - General
Hello ryder2012 Its been a long time between posts, I am glad to see you are back, there is a lot to learn here on RepRap.org. I know we all have a limited amount of time these days, though we all can benefit from reading the posts. I started by reading only the ones relating to my current needs, an over time skimming others that could be useful. Now I read most of the posts and after over fivby Roberts_Clif - Firmware - Marlin
I believe this sould be Zmin=Z1 limit switch Zmax=Z2 limit switchby Roberts_Clif - Firmware - Marlin
Your Marlin firmware in configured here you could use this to compare with your configuration.by Roberts_Clif - Firmware - Marlin
I did not purchase this kit, though I know how to check to see why it is not working if you are using Marlin firmware. Post your Marlin configuration.h fileby Roberts_Clif - Firmware - Marlin
Not sure where you looked but Here in Creality Cloud Terminal Firmware I see Firmware.by Roberts_Clif - Firmware - Marlin
Any opinions on using a BIGTREETECH GTR V1.0 Control Board 32Bit controller for use on CoreXY 3D Printer. I am looking for a 32bit controller that would work better than Arduino 2560/Ramps controller.by Roberts_Clif - Controllers
I believe there is enough information in the older version of marlin to make a firmware Upgrade. Including information in this link Which shows upgrading with an Adruino Mega 2560 w/ramps Always remember to get a copy of your firmware before proceeding Link ???by Roberts_Clif - Firmware - Marlin
Yes this is simple! In marlin open your pins folder for your controller card and exchange the pin numbers for broken Z with the Pins on E1 This will change the status of E1 to work as the new Z driver and the broken driver Z will be unused it not connected. This has worked on my controllers though it is possible that more damage was caused an this exchange may not fix the problem. I changed myby Roberts_Clif - Firmware - Marlin
I have always thought that you must set "Z_MIN_PROBE_ENDSTOP_INVERTING" to same logic as "Z_MIN_ENDSTOP_INVERTING". There may may a reason why it does not though I do not know of any. Could you explain further what happens when you home your 3D printer, or better yet post a short video to a share like Google Drive.by Roberts_Clif - CoreXY Machines
I followed the Links To RatOS below Which shows Currently Supported Printers Rat Rig V-Core 3 Rat Rig V-Core Pro 1.3 Rat Rig V-Minion To github OR RepRap Firmware version 3.2.2. For an official guide from Duet It lists for many controllers which are you using BIGTREETECH Octopus v1.1 Wiring Diagram Duet 3 Mini 5+ with Duet 3 Expansion Mini 2+ Duet 3 6HCby Roberts_Clif - Firmware - Marlin
Then enable babystepping and Probe offsets. In Configuration_adv.h enable "#define BABYSTEPPING: Additionally you could enable "#define BABYSTEP_ZPROBE_OFFSET" Used babystepping for quite some time while printing a skirt around you will have enough time using the LCD control to nudge nozzle into the perfect height. OR Using the Z_Probe offset you can adjust nozzle offset before print start, thby Roberts_Clif - Firmware - Marlin
There is a you- tube video explaining the setup with the 4.2.2 and marlin 2.0 configuration. Time index 18:50by Roberts_Clif - Firmware - Marlin
I use Z-Max end-stop pin and configure in FILAMENT_RUNOUT_SENSOR section of Configuration.h #define FILAMENT_RUNOUT_SENSOR #if ENABLED(FILAMENT_RUNOUT_SENSOR) #define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500. #define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for eby Roberts_Clif - Firmware - Marlin
With the Chinese businesses closed down and Covid tests stations everywhere decided to purchase all remaining parts from my Country of origin. Doing so means I have to make changes to my initial build of materials list. Will be using two MF128ZZ bearings for each of the 4 Belt idler Pulleys these are a little short of correct width an will include PLA spacer washer. My other 4 idler Belt pulleysby Roberts_Clif - CoreXY Machines
When I flashed using newest firmware versions I have to initialize. To do this Click LCD button > select Configuration > Select Advanced Settings > Select Initialize EEPROM If I did not do this my XY steppers would not function and many other features were faulty. After Initializing everything came back to life.by Roberts_Clif - Firmware - Marlin
On older version of marlin firmware you have to manually enable bed leveling data using startup G-Code in slicer this is place in after the last G92 M420 S1 ; Bed Leveling Onby Roberts_Clif - Firmware - Marlin
I hate it stuff like that happens, my controller had a line on mosfets I placed a piece if bar aluminum connecting the mosfets with TO220 kits Photos belowby Roberts_Clif - RAMPS Electronics
It appears that your configurations are good. Normally I add MOSFET_D_PIN for E1 or FAN1_PIN #ifndef MOSFET_D_PIN #define MOSFET_D_PIN 7 //This adds E1 or 2nd fan #endif #ifndef RAMPS_D8_PIN #define RAMPS_D8_PIN 8 #endif #ifndef RAMPS_D9_PIN #define RAMPS_D9_PIN 9 #endif #ifndef RAMPS_D10_PIN #define RAMPS_D10_PIN 10 #endif Do you have to Original source code, can youby Roberts_Clif - RAMPS Electronics
I was playing with DSM and the RSDOC for Scalable CoreXY V2 (HICTOP Prusa i3 hardware Converted to CoreXY). Noted when opening RSDOC file turn off all and select the bed get different smooth rods an holders. When I turn off bed and turn on the whole project the different different smooth rods an holders still appear along with originals. I am retired learning this new 3D printer technology myby Roberts_Clif - CoreXY Machines