Re: Marlin 2.0 & MKS SBase & MKS TFT Controller
Did you get this Marlin 2.0 up and running on the MKS Sbase and if yes how does it compare to Smoothieware.
View ArticleCan't set Z probe offset
I have a Delta printer. I've just upgraded it with Hiwin and new carbon rods. I can't set the proper nozzle height and so the printer goes too close to the bed and don't extrude. I have a nozzle based...
View ArticleRe: Can't set Z probe offset
I updated the firmware to the bugfix version but it is always 0.5mm too close to the bed no matter the value I set on Z_PROBE_OFFSET
View ArticleRe: Can't set Z probe offset
Are you changing the Z offset in the config.h or in the eeprom. Values in eeprom will always have precedence over the values in config In the latter case where you update the config.h and upload the...
View ArticleG code for changing linear advance settings mid print?
Hi, I would like to know if it is possible to change the linear advance value mid print when I change to another filament, and if so what the resulting g code would look like.
View ArticleTMC2130 not functioning - Ramps 1.6
Hello, I'm using the TMC2130 with senseless homing combined with a Ramps 1.6 on Marlin 1.1.x Bugfix. I installed an SD-Cardreader and an LCD so I had to reconfigured some pins. (based on this...
View ArticleXY Homing Offsets
Hi There, The XY endstops on my i3 type printer is 10 to 12mm outside the printing area. It is fine for X and Y homing but not for the Z Probe which does not sense the buildplate. Is it possible, for...
View ArticleIndependent motor speeds for all axis
Hello, TL;DR: Is it possible (that is, within reason and not having to rewrite half the code) to make each motor turn at an independent speed from the others? I am aware that the objective of the...
View ArticleA8M Anet printer
I have a problem with Marlin flashing my mother board when I try to verify Marlin I get a error message. #endif / / BED_LEVELING. What did I miss?It said #endif without #if ? [attachment 106311...
View ArticleMesh Bed Leveling - add points.
I have a cr-10s and would like to add 4 more points to my mesh bed leveling pattern. However, I do not want to add them to the outside line but rather in select midpoints between the outer edge and...
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
I installed a Classic BLTouch and it works great. Trying UBL The UBL routine does many points and sends the probe off of my bed. using ---- Marlin_10_7_bugfix_Bltouch --- version of marlin changing...
View ArticleRe: A8M Anet printer
in your configuration.h The line above the //=========== //=====mesh=== is incorrect. it should read #elif ENABLED(MESH_BED_LEVELING)
View ArticleRe: Mesh Bed Leveling - add points.
So you don't want a square mesh? You want your mesh points staggered? None of the mesh bed leveling systems accommodate that right now. Is there a good reason to do that?
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
You should be using the latest Bugfix version. It is difficult to support old versions of the code. You are moving the nozzle off the mesh. Set up things so the mesh is actually on the print bed and...
View ArticleRe: Mesh Bed Leveling - add points.
I thought the idea was to correct hills and valleys rather then just "tilt". There could be a hill or valley between the center and outer edge.
View ArticleRe: XY Homing Offsets
Just enable (uncomment) "save z homing" in config.h. Than printer will move sensor to center of bed (in you have entered correct probe offsets).
View ArticleRe: Mesh Bed Leveling - add points.
OMG... I am such an idiot. I did not understand how the pattern changes if you just add more points via"GRID_MAX_POINTS_X" at line 986 (i think). I upped mine to 5 and it does a great job.... my bed...
View ArticleBLTouch self-start enable after Zmoves down by 10mm
Hi, I am using BLTouch. I am using MKS Gen V 1.4 + TFT3.2". This TFT is having 'Print resume after power outage'. So, whenever the power comes, the print can be resumed. Now I have added BLtouch to...
View Article