Re: Marlin 1.1.0 RC3 z servo doesn't move
Tried out with 16 point probing and all is well. Guess the bed is a long way out to start with, at least 2mm from the readings shown on the screen while probing. Prints nicely now. One thing I found...
View ArticleG28 misbehaving/behaving
Hi folks The beastie appears to be working but I have issues with G28 misbehaving. The gcode for my prints finish with the following. G1 Z165 G28 X Y Nothing out of the ordinary here. My gcode startup...
View ArticleRe: Pause after bed reaches target temp
Hey Steve, two ways to do this. Look for the following code in configuration.h #define TEMP_RESIDENCY_TIME 10 // (seconds) #define TEMP_HYSTERESIS 3 // (degC) range of +/- temperatures considered...
View ArticleRe: Pin define for RAMPS
Hennezac, Could I guess that you are looking at hooking up a fan for PWM? This might be what you are looking for. #if MB(RAMPS_13_EFB) || MB(RAMPS_13_EFF) || MB(AZTEEG_X3) || MB(AZTEEG_X3_PRO) #define...
View ArticleRe: Pause after bed reaches target temp
Hey thanks! Just found "G4 PXXXX" where X is milliseconds to pause. I'll toss this into my gcode when I print.
View Articleulticontroller rev2.1 in Marlin 1.1.0-RC3
Hello, Does anyone knows how to connect the Ulticontroller rev2.1 gaphic panel with a Rumba board and Marlin ? Which parameter in Configuration.h to set ?
View ArticleRe: HELP SUBJECT COREXY PARAMETER
I believe that homing with COREXY is now working correctly, in the same manner as it behaves with regular cartesians. That is, I believe you can either home XY together with a diagonal move, or...
View ArticleRe: USB host MAX3421E support request
The main trouble with adding support for add-on boards is finding the available pins and having room for any added processing overhead. If the supplied USB library needs resources that are already in...
View ArticleRe: could someone make me a temptable please?
No guarantee this will be of any help or pertain to this issue. But there was a patch to the createTemperatureLookupMarlin.py script a couple months ago that hasn't been published yet. Check out the...
View ArticleHome All Axes with Auto_Bed_Leveling_Feature :S
Here's the problem I'm seeing from Marlin: When attempting to home all axes, whether AUTO_BED_LEVELING_FEATURE is enabled or not, on RC3: the machine homes X, homes Y, then stops. on RC2: the machine...
View ArticleRemoving heated bed and and temperature sensors
Hello, I'm looking to create a bioprinter that will not be using a heater bed or any temperature sensors. Is it possible to easily remove the thermistor and heater from code without breaking it? Also,...
View ArticleHow "Set Home Offsets" works...
Sorry about the documentation for this feature. It needs work! Please feel free to fix any errors or missing parts that you notice in the Marlin documentation. We can always use more contributors who...
View ArticleRe: FIRMWARE ISSUES PLEASE HELP!
This is the current Setup Guide. It needs work, so please provide feedback about anything that is confusing. Meanwhile you may also find videos on YouTube on how to set up Marlin, so give that a...
View ArticleRe: FIRMWARE ISSUES PLEASE HELP!
QuoteThinkyhead This is the current Setup Guide. It needs work, so please provide feedback about anything that is confusing. Meanwhile you may also find videos on YouTube on how to set up Marlin, so...
View ArticleRe: Reading from SD card on the LCD , very slow
I haven't noticed any difference. What LCD controller are you using?
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
I'm confused about this RAMPS 1.3 vs 1.4 change also. I will ask the author about it. The only thing it applies to at all is this: #ifdef IS_RAMPS_14 #define SERVO0_PIN 11 #else #define SERVO0_PIN 7...
View ArticleXY missed steps
So, are you using a Delta? A deltabot with a graphical display pushes the limits of a Mega2560, so you may need to reduce DELTA_SEGMENTS_PER_SECOND to get acceptable performance. If you're not using a...
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
Does this look like a bug introduced in 1.1.0-RC3, and has anyone posted an issue about it on the project? The main servo-related change that stands out is that the SERVO0_PIN is now assumed to differ...
View ArticleRe: G28 misbehaving/behaving
What position does it report when you do G28 by itself? It should be (0, 0, 0) but it can be affected by things like M206. And what version of Marlin are you using?
View ArticleSolidoodles are accepted…
Broken and unwanted printers are among the donations I will accept to help my work developing Marlin. :)-D [patreon.com]
View Article