how to add button press to jump to a SubMenu in LCD please help.:S
Hi, I am Gurmeet from India, I have been using my 3D Printer with Marlin Firmware for just over a year now. since few months I am trying to add a few buttons to be able to directly jump to a sub menu...
View ArticleRe: how to add button press to jump to a SubMenu in LCD please help.:S
Jumping to Babystepping while printing, If you look at the current RC-8's RCBugFix... I added a 'Double Click' option. If the option is enabled (in Configuration_adv.h) and the LCD Panel is at its...
View ArticleSwitching Extruders with TWO steppers
Hi everyone, I made dual extruder printer with swinging extruders each with its own stepper. Servo rotates 180 with its arm sliding through the hole of swing-lever. This allow alleviation for servo...
View ArticleRe: Switching Extruders with TWO steppers
Solved. In two files (Marlin_main.cpp line 10044 and stepper_indirection.h line 389) there is an analysis for SWITCHING_EXTRUDER definition. In both lines replace SWITCHING_EXTRUDER with any other...
View ArticleRe: Switching Extruders with TWO steppers
Although Marlin believes there is only one stepper, you are able to send T0 / T1 toolchanges and the right stepper extrudes? At the right offset ? If I got you right, you have a dual extruder setup,...
View ArticleRe: G-Code Script
I suppose your rear right is just front left upside down. You say; Line 608 #define X_MIN_POS -46 Which is 46mm to the right of the bed But I believe those positions are travel limits after homing. ie...
View ArticleRe: Switching Extruders with TWO steppers
Yes, it is dual extruder setup. But physical extruders are set at an angle and can swing for 12 degrees around horizontal axis (I attach picture). configuration.h file in marlin offer very convenient...
View ArticleRe: Compiling Marlin on Raspberry Pi (Raspbian Jessie)
I made a script that does just what you are looking for. It sets up the build environment and has commands for building and uploading Marlin. You can find it here: [blog.mmone.de]
View ArticleRe: G-Code Script
Thanks for the reply, at the moment I have a standard 210x210 mk2 hbp, I intend on making it bigger but it will have to be custom made which bumps the price up, funds are limited at the moment due to...
View ArticleRe: Compiling Marlin on Raspberry Pi (Raspbian Jessie)
Thanks! I ended up compiling on my PC, but if I get a chance I'll try out your script. Cheers, Fred
View ArticleRe: MKs base v1.4 no option in marlin for EEFB
QuoteAnHardt 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 */...
View ArticleRe: K-type Thermocouple
Hi Just bougth two External thermocouple board v1.0 After several searches made the conections as you can see on the attach. In marlin set: #define TEMP_SENSOR_0 -1 #define TEMP_SENSOR_1 -1 Pins used...
View ArticleRe: K-type Thermocouple
Looking at the circuit of the rumba, EXP3 pins 5 & 6 are pwm outputs. I think EXP3 pins 7 & 8 are what you need to connect the signals to as these are ADC 9 & 10 inputs.
View Articlehelp with my marlin configuration.h
I have a year old tronxy 3d printer and the melzi board has broke I think cause z axis won't move and I upgraded to a new mega ramps 1.4 and a REPRAP_DISCOUNT_SMART_CONTROLLER but I'm not able to load...
View ArticleRe: K-type Thermocouple
Managed to get it wright at last, thanks for your suport carl_m1968 Here are my conetions: [attachment 93509 ligacoescorretas.jpg] Changes made on Marlin Configuration.h #define TEMP_SENSOR_0 -1...
View ArticleRe: help with my marlin configuration.h
In a couple of weeks... I can help you.... But right now I'm a little too busy to do this.... If you you load up a visual diff program like Notepad++ (with the visual compare add in turned on) and go...
View ArticleVoltage controlled extruder signal
Hi guys I'm trying to connect a syringe pump to my 3D printer (UM2+). The extrusion speed of the pump is controlled by an analog voltage (0-10V) signal . I will connect the pump to the digital pin 13...
View Articlenot supported display help
Hello everyone, I am trying to change the current Reprap discount display (20x4) display, to a Noritake CU24043-Y1A, VFD display. I like the look of VFD, and I have had this display for a few years...
View ArticleRe: not supported display help
The LCD Panel code is probably the most complex and difficult part of the Marlin firmware. If you are not fluent in C, this will be a very very difficult task. There is the ultralcd.cpp file where...
View Article