Re: How do I save bed leveling mesh data to SD card or Host
I know I can use G29 T to view data. That view great as a quick reference table view. Is there a command that outputs the data as list ? If so, what command is used to enter the points back into the...
View ArticleWork screen
Hallo all, I have a bad eye-sight and i want to restore the LCD selection to the way it was in older versions of Marlin. In the current version of Marlin it shows two bars: one above and one below the...
View ArticleRe: Unified Bed Leveling - Bug in Marlin 1.1.8?
Quotecoolduke and this is the G26 pattern... after this few circles the print suddenly stops and the Z-axis move upwards until I have to reset the printer, or the Z-axis will hit the frame. Did you...
View ArticleRe: Work screen
yes there is configuration_adv.h // Enable to save many cycles by drawing a hollow frame on Menu Screens #define MENU_HOLLOW_FRAME disable this
View ArticleRe: Analog vs Digital PIN assignment
If the pin can be analog or digital is part of the chip hardware not all pins can be analog, but most can be digital the naming/numbering convention is a arduino standard. or are you just asking whats...
View ArticleRe: Analog vs Digital PIN assignment
I am asking what is the distinction between analogue and digital pins. Essentially I have this: #define TOGGLE_SWITCH 3 #define FILWIDTH_PIN 3 When I "use" the TOGGLE_SWITCH in the SW it produces a...
View ArticleRe: Analog vs Digital PIN assignment
the two lines are the same the code probably has a #ifdef or #ifndef section that look for the defined names
View ArticleRe: Analog vs Digital PIN assignment
Thank you for your input Dust, These two definitions/pins are used very sparingly in the firmware. I had a look at your suggestion of possible inclusion and/or exclusion via #defines and could find no...
View ArticleVolumetric Extrusion settings
I want to start playing with the volumetric extrusion capabilities of Marlin, but it's a little unclear to me after reading what little bit of info is out there exactly how to set it up. Triffid...
View ArticleRe: Volumetric Extrusion settings
M200 D1.75 but actually measure your diameter, unless you have a perfect filament supplier... [marlinfw.org]
View ArticleBoard loosing connection when PSU is switched on
I have a MKS SBASE 1.3 that I am trying to set up. I have successfully managed to put Marlin on it using PlatformIO via Virtual Code Studio. However, I was trying to test the board by connecting a PSU...
View ArticleExtruder retracts before start of print
Hi All, My extruder seems to retract about 3-4 mm just before starting to print, this menas that it will only print half of my "purge line" Could you please tell me what's wrong? This is my "start"...
View ArticleRe: Volumetric Extrusion settings
QuoteDust M200 D1.75 but actually measure your diameter, unless you have a perfect filament supplier... [marlinfw.org] Thanks Dust, I will do that. Bruce
View ArticlePositioning Extruders after Tool change : Marlin 1.1.6
I'm currently working on a project which uses two extruders. One for making an impression in a powder and other one to dispose a liquid in to the impression made by the first extruder. I'm currently...
View ArticleRe: Volumetric Extrusion settings
Ok, one more question. I've determined that my maximum extrusion speed with no slipping is 5.3 mm/s at my ABS print temp of 245C. How do I convert that into mm^3/s for use in the Slic3rPE max...
View ArticleSN-04 sensor inconsistent
I am running an SN-04 sensor on an Ender 3 powered by a Re-Arm. Board and sensor voltage is 24 Volts and version is Marlin 2.0.C bug fix. I am getting inconsistent readings, even though I used 2...
View ArticleRetraction speed question
I've determined that my max speed for extrusion of my current roll of ABS is 5.3 mm/s @245C. I determined that by marking the filament and running 50 mm, increasing the speed until the extruder...
View ArticleRe: SN-04 sensor inconsistent
QuoteModmikeAre sensors affected by power wires in the bed? Inductive sensors can definitely be affected by the current running through the bed heater traces. Try enabling PROBING_HEATERS_OFF in your...
View Article