Re: M851 unrecognized command???
So I am told by Monoprice that there is no Z Probe on the Mini V1. I am guessing that is the reason for the absence of those commands. Is there some other mechanism used in the software for that...
View ArticleRe: MAX31865 on BTT SKR 1.4 turbo LPC1769
I managed to get working, the problem was with the wrong pinout. Now I am getting an error Open RTD element no matter of the resistance connected. Has anyone faced a similar problem with MAX31865?
View ArticleTMC2208 X-axis making more noise than Y-axis on COREXY
Hi all, It's been a while and a lot has happened. I'm building/designing a CoreXY pen plotter and the design is nearing it's final status, however, after converting from strings to belts something...
View ArticleRe: moving from bug-fix build to release build
Thanks for the reply. Here is what I have under lib_deps. I do not really understand what you mean by outdated, but, I do see that the U8glib-HAL is using a bugfix.zip link, since I am trying to run a...
View ArticleG28 Z; ignores endstop
And before chorus of groans begins: Z endstop: -Z-min end stop function *verified* via M119 and manual actuation (*triggered*/*open* on manual actuation) -Z-min axis end stop switch *verified*...
View ArticleRe: G28 Z; ignores endstop
I would guess that depends on how you have Marlin configured. And which direction it thinks the end-stops are located. If Marlin believes the are on MAX instead of MIN then it will never stop My...
View ArticleRe: G28 Z; ignores endstop
>QuoteRoberts_Clif >I would guess that depends on how you have Marlin configured. And which direction it thinks the end-stops are located. >If Marlin believes the are on MAX instead of MIN...
View ArticleRe: moving from bug-fix build to release build
I recommend always copying the settings manually. There can be so many changes that you miss otherwise. It doesn't always have to give errors but some values that are related to values elsewhere in...
View ArticleRe: G28 Z; ignores endstop
#define DEFAULT_AXIS_STEPS_PER_UNIT { 10.616, 10.616, 5.308, 500 } #define X_BED_SIZE 100 #define Y_BED_SIZE 100 #define Z_MAX_POS 100 If appears that you are working on something like a M3D Micro 3D...
View ArticleCompile error (solved)
After some months I changed some parameters and suddenly I end up with the following compile errors:...
View ArticleRe: Compile error
It means the firmware you just compiled will not fit into the flash ram of your controller. See [github.com] for more info.
View ArticleHeating issues with Marlin 2.0.5.3
I am working on installing a new BIQU MKS Base v1.6 mother board with chimera dual hotend in my Ender 3 which has gone well up until trying to tune the hot ends. So far, I have everything hooked up...
View ArticleRe: G28 Z; ignores endstop
QuoteRoberts_Clif It appears that you are working on something like a M3D Micro 3D Printer/Clone. Could you post the location of the Z-Axis End-Stop switch and how it is wired NO/NC. The printer is...
View ArticleRe: G28 Z; ignores endstop
I think I found it! To deal with an inverted motor I do: M92 X169.856 Y168.856 Z-84.928 E101.92; # set steps per unit (with invert..) Note the "-" on the Z. If I do: M92 X169.856 Y168.856 Z84.928...
View ArticleSKR Mini issues???
Hi all, Sorry if this has been asked. I did do a search and didn't find anything. OK I have a Ender 3 with the SKR Mini (E3V 1.2) motherboard, and I'm having a couple of issues I am hoping y'all can...
View ArticleCompilation error for the Arduino Due board (Native USB Port)
Hello everyone, I am trying to flash my DaVinci 2.0a Duo with Marlin, but I have the following error during compilation: - Compilation error for the Arduino Due board (Native USB Port) My type card is...
View ArticleRe: Compilation error for the Arduino Due board (Native USB Port)
I've find, library problem... sorry ;)
View ArticleLCD12864 Ramps Plus/MELZI display and RAMPS 1.4 pin assignment
Hi. I decided to change my 3d printer board (melzi v2.0.1 with Marlin v1.0) to atmega 2560. I will use LCD from old system. Because lcd connected to the melzi board directly, there is no lcd adapter...
View Article