What does a endstop do? (2 replies)
Like the title.. what does a endstop do? does it always stops a motor from beeing running? like: my z_max is installed (the z axis is 10 cm) i make a print thats 11 cm .. ***wil it stop true the z_max...
View ArticleG28 crashes Z after failed M48 with separate endstop and probe inputs (no...
I have a BLTouch and a Z endstop on separate inputs and they are configured as such. `Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN` is disabled. `USE_PROBE_FOR_Z_HOMING` is disabled. `Z_SAFE_HOMING` is enabled....
View ArticleEnable multi probing methods on two separate axes (no replies)
Hello everyone I use Marlin firmware for a device with 4 linear axes + 1 rotary axis. The linear axes are named XYZU respectively. U axis is a linear axis parallel to Z axis. A syringe is installed on...
View ArticleY2 end stop is not recognized (1 reply)
Hello, i have dual y motors that run independently of each other and both have their own end stops. i did the following: #define Y_DUAL_ENDSTOPS #if ENABLED(Y_DUAL_ENDSTOPS) #define Y2_USE_ENDSTOP...
View ArticleMKS TinyBee V1.0 Web UI (no replies)
Hi everyone, I loaded the marlin firmware onto a MKS TinyBee V1.0 card, everything works, except the web interface, if I try to open the index.html file with a browser I get an error, I try to attach...
View ArticlePID Autotune (no replies)
Maybe I am blind, but I cannot find any setting to turn on the controller fan when any PID Autotuning is running aside from manually setting via M710. It would be nice to have that due to my bed...
View ArticleCustom Printer with Ender3 board and CTC motors (1 reply)
Hi all, hope this is not a misplaced question(s). I have a bunch of ender 3 mother boards, motors and displays from CTC Anet clones and a big pile of extrusion and fittings. I am trudging through the...
View ArticleAdding a New board to Marlin build Environment when compiling firmware (1 reply)
Greetings all, I wanted to ask if there is a way to add another board to the Marlin build environment. I'm trying to use Jyers configs from GitHub for the Ender 3V2 and in the build environment it...
View ArticleMKS Tinybee Marlin Error Code (no replies)
Hi, I get the marlin Bugfix 2.1 and Use a MKS Tinybee. Please help me for the right compling. My Configuration.h and serial.h set to the ticket. When VS-Code compile i get this error-code: In file...
View ArticleAdding a Home Offset menu to Ender 3 Firmware in Marlin 2.1.2.1 (no replies)
Hello Folks, I wanted to ask if there is a home offsets menu in the new version of Marlin 2.1.2.1? The way the old home offsets were designed in older Marlin versions made it hard for anyone unfamilar...
View ArticleEnder 3 firmware like the Prusa MK3S+ (no replies)
Hello Folks, Has anyone here compiled firmware for the Ender 3 to match what Prusa has on the MK3S+ firmware? Just curios as to see if anyone has tried to do that? I'm not sure what type firmware...
View ArticleTwo different home positions (1 reply)
Hi all, Fist everyone best whishes for 2024!! I have strange thing : If i home my machine it goes yo the right back of the plate. I statrt print(cnc) and i get strange result (not as planned on the...
View ArticleUnable to compile (no replies)
Could anybody help me please? I'm trying making VSC run, but after 40+ hours of trying I'm not able compile even unedited Marlin, and Idk where else I could ask for help. Starting be really...
View ArticleHow can I debug the STM32F103 code and remove compiler optimization (1 reply)
Hi I'm new to marlin and I want to study it, I have downloaded the repo and changed the platformio.ini like this default_envs = STM32F103CB_malyan Also I have copied the Malyan/M200 Configuration.h...
View ArticleAny way to do smoothing of temp values for MINTEMP/MAXTEMP? (no replies)
I keep my printer in my garage, and in the winter time at cold temps (around 10C), the thermistors fluctuate wildly (between about 4C-15C) until the bed or extruder start heating up. Once the get to...
View ArticleMarlin v2.17 (2 replies)
Hi new I wanted to check settings in printer to be able to check and /or set flow/stps etc but when entering M503 this is what i am now getting if anyone could help decipher where to start i did have...
View ArticleSeeking Help with Z-Axis Movement during Separate Homing of X and Y (no replies)
Ran into a bit of a snag while homing X and Y axes separately in Marlin firmware. Each time I home X or Y individually, the Z-axis decides to take a 5mm stroll in the positive direction. Any chance...
View ArticleManual Probing in Ender 5 Plus (Turning off BL Touch) (1 reply)
Bug Description: After switching from BLTouch to manual probing in the Marlin configuration for an Ender 5 Plus, the printer bed continuously rises during the homing process, leading to a collision...
View ArticleCreating a new workspace plane (no replies)
How can I create a workspace plane named YU, and use stepper motors Y and U to draw a circle on this workspace?
View ArticleAfter print go to Y-max instead of Y-min (no replies)
Hi, as I have a Anet A8 Plus, I'd like to move the buils plate to the front when abording or the print is finished. Searching the web, I found some workaround using gcode - but I'd like to implement...
View Article