Re: Help with compiling errors
>sketch/Marlin_main.cpp: In function 'void set_bed_level_equation_lsq(double*)': sketch/Marlin_main.cpp:998:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]...
View ArticleRe: ABL sloped front to back
I also soldered up a y cable to wire my steppers in series, seem to sound better than running parallel. If anyone is interested in the cable found a write up here: [www.instructables.com]
View Articleload/unload filament function
Hi. I lost my patient to load and unload filament manualy. Is there some magic formula in marlin to help? Maybe im blind, but can't find anything in code:( Also other forum reprap fail. I hear you are...
View ArticleRe: load/unload filament function
A workaround for this missing menu item is to write two gcode files for retract and extrude and store them on SD-card.
View ArticleDual extruder with different step/mm
Hi everyone, I am setting up a dual extruder for my i3 with totally different E step. After google and reading articles related to the topic, i come up with this: - In configuration.h: 1. First define...
View ArticleRe: load/unload filament function
thats not what im looking for. . . But if its the only option:(
View ArticleRe: Help with compiling errors - SOLVED
Thank you! Now error free and auto levelling correctly.
View ArticleRe: Auto Bed leveling Issue
Sorry for the delayed response. Roxy, thanks for the advice i switched back to grid at 4 points. I also changed which extruder was E0 and E1 as it seemed they may have been reversed. Looks like its...
View ArticleRe: Auto Bed leveling Issue
I find a 3x3 grid gives noticeably better results than 2x2. You might want to bump it up and see if it helps on your printer.
View ArticleRe: Upgrading from Marlin 1.0.0 to 1.1.0 RC3 causes X/Y skipped steps
SERVO0_PIN is the complete difference. Marlins pins_RAMPS_13.h used to use the 11 what is correct for RAMPS 1.4 but not 1.3. Please compare [reprap.org] with [reprap.org] And if you don't trust the...
View ArticleRe: Marlin 1.1.0 RC3 z servo doesn't move
100 bonus points for thinkyhead. SERVO0_PIN is a real difference between 1.3 and a.4. Please compare the connection schemes.
View ArticleRe: PS-ON pins?
Test if the Maga with the RAMPS is running on 5V standby with your power supply (that depends on the power supply). If yes, you can switch the 12V on and off with PS_ON.
View ArticleRe: Auto Bed leveling Issue
Your Configuration.h tells about #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1 that is a homing towards the min endstops. Your video shows ether homing to y-max or a left handed...
View ArticleRe: load/unload filament function
How about enabling FILAMENTCHANGEENABLE in Configuration_adv.h. In recent Marlins.
View ArticleRe: MKs base v1.4 no option in marlin for EEFB
Suport for MKSbase was added during the last year. So if you are using 1.0.2 or below you cant find it. It's --- /** * MKS BASE 1.0 – Arduino Mega2560 with RAMPS v1.4 pin assignments */ #include...
View ArticleRe: full smart graphic controller encoder problem
The combinations of RAMPS 1.4 and REPRAP_DISCOUNT_SMART_CONTROLLER and REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER are about the most common and best tested ones. So likely there is no error in...
View ArticleRe: Removing heated bed and and temperature sensors
Using the fake thermistor type 999 at least avoids max and min errors.
View ArticleRe: Home All Axes with Auto_Bed_Leveling_Feature :S
For COREXY machines a common error is to confuse max and min endstop because the bed is moving. So max is at the lower end and min is at the top.
View Article