Re: move Z - axis beyond zero without LCD
Hey, Have you defined #define Z_MIN_PROBE_PIN? Regards
View Article3 problems with Marlin 1.1.9 and MKS GEN 1.4
OK, the first problem is when trying to compile Marlin with the Auto bed levelling. I get the following error: expected ',' before numeric constant #if ENABLED(AUTO_BED_LEVELING_LINEAR) ||...
View ArticleThermistor/temperature problem
hi everyone, i am new on this forum and having an anet a8 since a while. I am trying desperately to install Marlin (1.1.9) but there is an issue with the thermistors behavior. By the way it is working...
View ArticleRe: Thermistor/temperature problem
Did you roll your own configuration.h or copy the one from marlin example_configurations/Anet/A8 ?
View ArticleMarlin 1.1.x Axis configuration issues
Hello all, New to this forum so please be patient. I inherited a Solidoodle Workbench which was working when I received it. The factory controller board died and the company is no longer in business....
View ArticleMarlin 2.0 Low Memory Warning
Hi All, I am configuring Marlin for my 3D printer and I have run into a warning: Sketch uses 207664 bytes (81%) of program storage space. Maximum is 253952 bytes. Global variables use 7779 bytes (94%)...
View ArticleRe: Marlin 2.0 Low Memory Warning
This is a very interesting question which brings up even more questions. I too would like to know if there is a way to expand the SRAM.
View ArticleRe: Volumetric Extrusion settings
If only talking about the extruder, assuming a 0.4mm nozzle, use the formula: v=s*PI*r^2 therefore mm^3 = 5.3*PI*(0.4/2)^2 = 0.666 mm^3 If someone else has better solution, I'm genuinely interested. I...
View ArticleNeed to define Y_CS_PIN in Configuration_adv.h
Sorry to be a pain in the butt but when I try to compile Marlin 1.1.9 I'm getting the following error ( #error "Y_CS_PIN is required for TMC2130. Define Y_CS_PIN in Configuration_adv.h."). How do you...
View ArticleRe: Need to define Y_CS_PIN in Configuration_adv.h
Sorry, after going back over my pins_RAMPS.h file I found my mistake.
View ArticleMarlin 1.1.8 - MKS Gen 1.4 and TMC 2100
Hello, I've searched through the forum and can't find anyone who's running into the same issue as me. I've just finished building a CoreXY. Initially, I had an MKS Gen 1.4 with DRV8825's throughout. I...
View ArticleRe: Marlin 1.1.8 - MKS Gen 1.4 and TMC 2100
After having changed the steps/mm in the firmware, have reset the values to the (new) defaults and stored them into EEPROM? This can be done via display menu or by sending manually the gcodes M502...
View ArticleArduino IDE search all of sketch
I have been working with Marlin 1.1.7-1.1.9 for a few months. I am looking into 2.0.x and find that only 3 files are shown in the IDE now. That means that search does not go across all the source...
View ArticleRe: Arduino IDE search all of sketch
marlin 2 is designed for Platform IO (A much better IDE) [marlinfw.org]
View ArticleRe: BLTouch and UBL
I can't seem to edit the original post, but a couple of small tweaks to the instructions above. Any comments?: Bed Leveling 1: ************* Pre-heat the nozzle and bed. G28; Make sure both z axis are...
View ArticleRe: Arduino IDE search all of sketch
You have all other files in src folder under marlin...
View ArticleRe: Trouble configuring 3d touch z probe
You have to connect the 2 pins of 3d touch to GND and Sig on Zmin...
View ArticleProblem enabling Z Home Safe
Does anyone know why I'm getting this error (static assertion failed: Z_SAFE_HOMING_X_POINT is outside the probe region.) when I try to enable Z_HOME_SAFE feature. I'm using Marlin 1.1.9 and an MKS...
View ArticleError compiling for board
Hi, I am new to Marlin and just finished setting up the configuration file, but whenever I try to compile the code I get the following error...
View Article