Z homing in wrong direction
Hello, I recently updated marlin on my FLSun reprap kit, and I've changed the necessary parameters in the configuration.h file. Now, when I home z, or even send a g28 z0 command, the Z axis homes up...
View ArticleK-type Thermocouple
Hi Just bought this: [www.aliexpress.com] Using a Rumba Board with Marlin Firmware Can someone help me setting it?
View ArticleAutolevel G29
Hello Goodnight. I have a question from this G29 instruction. I have an inductive sensor and everything works ok, Marlin Rc2. Perform the offset of Z from Eprom with M206 z1.0 .... or M206 z1.1 I see...
View ArticleRe: K-type Thermocouple
Rumba has no support for directly connecting a Thermocouple, you need a thermocouple amplifier chip and feed the output into one of the ADC inputs, eg 'MAX31855 breakout' product eg [reprapworld.com]
View ArticleRe: Z homing in wrong direction
If you didn't say "When I move the z axis up or down it moves in the correct direction" I would say you just need to change the #define INVERT_Z_DIR true setting. You may still want to do that. But...
View ArticleRe: Z homing in wrong direction
If description is accurate only cause of this is Z home feed rate to high, and basically its trying to move but failing and bouncing back, actually moving backwards
View ArticleRe: Autolevel G29
RC-2 is so old I don't even remember it. Please cross your settings over to RC-8's RCBugFix. I think you will feel it was worth the effort.
View ArticleRe: Help needed configuring for two Z steppers
For running a laser you sure don't have to set the #extruders to "0", because you only need X and Y.
View ArticleG-Code Script
Don't know if this should be in here or software as I'm not sure where the problem lies but this is my Question Having trouble writing a start script for my printer, here’s my setup Printer is same as...
View ArticleRe: K-type Thermocouple
What do you think it's the best for me to buy, and can you help me on the connections and settings for marlin. I forgot to mention, but i have dual extruder setup, both with k-type
View ArticleIs there an issue with Marlin Firmware RC8Bugfix Core XY Drifting to the left?
Hi all, I just built a Core XY printer (microcube). One of many other printers I have, this is my first CoreXY. I started with Marlin RC8BugFix. The printer prints the 3dbency just fine, but trying to...
View ArticleRe: Sanguinololu ATMEGA 1284P 16 Mhz What PRogrammer ?
Hi, avrdude: verification error All the steps: download Gen7 zip version 2unzip it and copy it to arduino-1.0.5/hardware/Gen7unplug the LCD panel from the board to free the 6 pins for SPIand insert...
View ArticleRe: Sanguinololu ATMEGA 1284P 16 Mhz What PRogrammer ?
Yeah... I'm all for making what ever weird hardware work. And Marlin does support a very wide selection of hardware. But at some point, it is easier to spend $20 and get the same hardware that 1/2 the...
View ArticleRe: G-Code Script
It almost sounds like you have a mis-match between your Configuration.h settings and the Slicer settings. It is important your slicer knows the exact #define X_MIN_POS, #define X_MAX_POS, #define...
View ArticleRe: Sanguinololu ATMEGA 1284P 16 Mhz What PRogrammer ?
"avrdude: verification error, first mismatch at byte 0x1f800 0xff != 0x8f" thats not good, either your chip is damaged or there is an issue with your programmer do you have another ardunio laying...
View ArticleRe: G-Code Script
Ok thanks I'm using S3D 3.1.0 do you know where I need to enter the settings? Do I enter them in Global G-Code Offsets?
View ArticleDual stepper drivers on for single axis on Megatronics
Greetings, Is there anyway to try and configure the //#define Y_DUAL_STEPPER_DRIVERS feature in the Configuration_adv.h file but without sacrificing the second extrude, instead remapping it to the...
View ArticleRe: Dual stepper drivers on for single axis on Megatronics
If "dual Y" is acting the same as "dual Z" then the first unused extruder port is used for the second Y stepper. In your case E0 and E1 would still be extruders.
View ArticleRe: Dual stepper drivers on for single axis on Megatronics
Thanks, I got the same tip from the Marlin Github. I thought it would only go to E1 as per the comments on the firmware code.
View Article