Re: Help me setup Marlin FW for MKS board for dual extruder?
ok I'll just forget it then, either way... I'll better be looking for a new board capable of running two extruders. thanks for your help! :)
View ArticleDUAL X CARRIAGE and sensorless homing anyone did that?
hey everyone, my setup: 6 x TMC2130 drivers, on a Carthesian Reprap with Dual X carriage. The Mainboard is custom but based on atmega2560 The problem/ Question: How do i get sensorless homing for X2...
View ArticleMarlin 1.1.0-RC7 - verification error
HI, Trying to add z-probe to Malyan M150. Using FIRMWARE_NAME:Marlin 1.1.0-RC7 When I change settings about bed levelling and z-probe I can compile without any issues, but when i uncomment: #define...
View ArticleMarlin 1.1.0-RC7 compile new value for Z offset but old value still exists
Hi Trying to set Z_PROBE_OFFSET_FROM_EXTRUDER but every time I change this in code then compile. In LCD > Control > Motion > Z Offset: does not change, FIRMWARE_NAME:Marlin 1.1.0-RC7 Not sure...
View ArticleRe: Marlin 1.1.0-RC7 compile new value for Z offset but old value still exists
Now I do not have RC7 Marlin - Though I have Marlin 1.1.x RC6 and RC8 These numbers some times do not get overwritten with the Firmware Flash. You will sometimes need to to a M502 //'Read Firmware...
View ArticleRe: Marlin 1.1.0-RC7 - verification error
you have a controller mpu with 128k of flash ram already on the mpu is a bootloader using 1k The gives you 127k of usable flash (126976 bytes) your trying to upload 129044 bytes which is larger than...
View ArticleRe: Marlin 1.1.0-RC7 - verification error
Hi Dust Thank You for clarification - now all clear (tu)
View ArticleSOLVED:WHAT Im doing wrong - reading analog PIN port?
My board is MKS_GEN_L v 1.0 I added PT100 thermistor with amp. board. I changed the thermistor type at configuration.h to TEMP_SENSOR_0 20 (for PT100) I changed in pins.h the connected PIN to...
View ArticleRe: WHAT Im doing wrong - reading analog PIN port?
The MKS GEN L board uses the pins_ramps.h file, are you changing the temp_0 pin in there?
View ArticleRe: WHAT Im doing wrong - reading analog PIN port?
::o No. Going to try. Will report. Thanks
View ArticleRe: WHAT Im doing wrong - reading analog PIN port?
Now I have a second problem: How I can deliver to you a :)-D Thanks a lot Its worked. I spend a half day to try to figure out this mystery. Thanks a lot.
View ArticleUBL and probe offsets
Hello folks! I'm currently running 1.1.8 and was in the process of trying to get UBL working, but I kept having the nozzle passionately burying itself into the bed in the midst of the validation mesh....
View ArticleCan't invert logic of bltouch
Hi, I'm new writting in this forum but I've been reading it for a long time. I got a geeetech i3 proB, with GT2560 A+ electronics and mk8 extruder. I'm trying to set up autolevel sensor and I'm having...
View ArticleUnified Bed Leveling - border mesh points??
#define DELTA_CALIBRATION_RADIUS 90.00 // mm // Set the steprate for papertest probing #define PROBE_MANUALLY_STEP 0.05 // mm #endif // Print surface diameter/2 minus unreachable space (avoid...
View ArticleArduino DUE, Marlin 1.1.9: fatal error: avr/io.h: No such file or directory
Aloha :-) For some days I try to load Marlin 1.1.9 (2.0.0) as firmware on my Arduino DUE with RADDS. The following error message I get through the Arduino IDE: In file included from sketch\HAL.h:33:0,...
View ArticleMarlin 1.1.8: 10mm above z-endstop after homing, not in 1.1.9 or 2.0 - how to...
I updated yesterday from Marlin 1.1.8 to 1.1.9 and 2.0. The printer is a Ender 3, with stock creality melzi board. I have Autobedleveling active with a inductive sensor in parallel to the z-endstop. I...
View ArticleIs S_CURVE_ACCELERATION possible on a 8bit board (Melzi Creality) or 32bit only?
S_CURVE_ACCELERATION in Marlin 2.0. Is it possible to use this even with a Melzi Creality Board, with 8 bit CPU? Or is it only possible to use it on a 32bit board?
View ArticleRe: Arduino DUE, Marlin 1.1.9: fatal error: avr/io.h: No such file or directory
Aloha :-) Ok, I have it! You have to create a folder 'avr' in '.../sketchbook/libraries' and copy the file 'io.h' into it. Then it works. Greeting, Chris
View ArticleRe: Marlin 1.1.8: 10mm above z-endstop after homing, not in 1.1.9 or 2.0 -...
I believe what you are looking for is #define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
View ArticleAdding Z as offset to X
I have a configuration where the X axis motor is in the base rather than on the gantry. As a result, any change in the Z axis causes a similar change in the X axis. Is there a mode, or modification...
View Article