Re: Error compiling for board
Did you install the TMC2130Stepper library ? [github.com]
View ArticleRe: Problem enabling Z Home Safe
What did you set your Probe offset from extruder configurations too?
View ArticleBL Touch on KFB-board with marlin 1.18 on Anet A8M
I have a problem. I flashed my Anet to version 1.18 with "all" the BL-Touch changes. On start up the BL retract 2 times en stays the pin is in the high position If I do G28 Z the machine never stops....
View ArticleRe: BL Touch on KFB-board with marlin 1.18 on Anet A8M
why do you have #define FIX_MOUNTED_PROBE and //#define BLTOUCH When you have a BLTOUCH?
View ArticleRe: BL Touch on KFB-board with marlin 1.18 on Anet A8M
I changed the settings and it starts to work. Thanks
View ArticleRe: Error compiling for board
No I did not install the library, but after I install it, I get a different error message Arduino: 1.8.8 (Windows Store 1.8.19.0) (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560...
View ArticleRe: Error compiling for board
Why are you trying to use software SPI? You have a hardware SPI port and the TMC2130's should be wired to that comment out #define TMC_USE_SW_SPI in Configuration_adv.h
View ArticleRe: Error compiling for board
Tried your configuration.h and a fresh copy of marlin with arduino 1.8.8 and it compiled fine for me looks like you have not made any changes to Configuration_adv.h? How did you install the libraries?...
View ArticleRe: Problem enabling Z Home Safe
This is what I have it set to. #define X_PROBE_OFFSET_FROM_EXTRUDER 0 // X offset: -left +right [of the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 20 // Y offset: -front +behind [the nozzle] #define...
View ArticleZ axis disables when printing second part
I have an issue after changing the lead screw. It prints great until it comes to the second part. The first part it prints well (set up in cura as one at a time). However, when the second part prints,...
View ArticleRe: Problem enabling Z Home Safe
And your Z-Safe homing config look like this. #define X_BED_SIZE 220 #define Y_BED_SIZE 220 // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS 0 #define...
View ArticleRe: Problem enabling Z Home Safe
Clif, I wanted to thank you for your help. I just copied a new configuration.h file and only configured the minimum to get rid of that error. Now every time I apply power to the control board I get a...
View ArticleRe: 3 problems with Marlin 1.1.9 and MKS GEN 1.4
This topic is no longer a problem. I had to redo the entire configuration.h file and it cleared those issues but created another.
View ArticleCR10-S5 , + Marlin - random stop during G28 home.
CR10S was worked fine. (Marlin 1.1.9 from master) Added 1m original cable extension. - connectors and termination looks good. - signals verified with multimeter, - (no off behavior when touching...
View ArticleRe: CR10-S5 , + Marlin - random stop during G28 home.
Twist your wires, lots Being a closed loop means you get twice the length of wire to pickup stray signals
View ArticleProblems compiling Marlin for Anet A6
I am trying to compile Marlin 1.1.9 for the Anet A6 using the Arduino IDE and am having multiple errors. I put a hardware definition for the Anet in the Arduino/hardware directory, added a zip library...
View Article