Re: Third independent thermistor? [Marlin / RAMPS / Repetier]
Happy to help :) too bad Noctua does not make a 30mm high air fan.... the noise from my 30mm heatbrake fan is annoying.... I am thinking of this water cooling now because of it....
View ArticleRe: Bed Levelling on RC8 working but not compensating
I am having the same issue all of a sudden... I actually got it to work on my DIY The Beast (https://www.instagram.com/bywebberen/) But lately it just ignores the values after the G29 command... I am...
View ArticleCustom Bootscreen DiscountSmartController 2004
Hello Everyone, sorry if there's already something related to this on forum, but I didn't find.I'd like to know if there's somehow to change the bootscreen on marlin, and even put a custom bootscreen,...
View ArticleCommand to change Homing Feedrate?
I am helping a friend with his printer and the z axis homing feedrate is way too high. I know it is able to be changed in the marlin code but he doesn't have a copy of it. I looked on Marlin's website...
View ArticleRe: Command to change Homing Feedrate?
Download the latest Marlin and start getting it setup for his machine. Its a hassle at first but well worth having a copy of Marlin for your own machine setup.
View ArticleHow to update/merge old with new firmware?
I would like to update to the latest firmware (w/ linear advance) while retaining my original configuration. what is the process? I have changed the existing FW several times but never an update....
View ArticleI want to edit SERVO2_PIN function on ramps1.4
I want to copy all the functions of SERVO3_PIN (filament runout sensor) and past them to SERVO2_PIN and change the commands when it triggers, but I don't know where to make the changes on marlin....
View ArticleRe: I want to edit SERVO2_PIN function on ramps1.4
The changes would be made in pins_Ramps.h
View ArticleRe: How to update/merge old with new firmware?
The best thing to do is use a visual diff program to compare your old configuration files against the new ones. It is not safe to just drop the old files in place with the new files.
View ArticleRe: Custom Bootscreen DiscountSmartController 2004
You can look at the Folger Tech i3-2020 example configuration files. That machine has a boot screen on a 20x4 Character Based LCD display.
View ArticleRe: I want to edit SERVO2_PIN function on ramps1.4
Simpler too swap change servo2_pin 5 to 4 and change servo3_pin 4 to 5, thereby swapping servo2 to servo3 and vise versa #ifdef IS_RAMPS_13 #define SERVO0_PIN 7 // RAMPS_13 // Will conflict with...
View ArticleRe: Custom Bootscreen DiscountSmartController 2004
QuoteRoxy You can look at the Folger Tech i3-2020 example configuration files. That machine has a boot screen on a 20x4 Character Based LCD display.I'll, thanks
View ArticleRe: Custom Bootscreen DiscountSmartController 2004
I've tried this one, but didn't work, also, even he says it's a discount smart controller, in images looks like a full lcd, I guess
View ArticleRe: Custom Bootscreen DiscountSmartController 2004
Remember that the 2004 LCD Discount Smart controller will only do text. it is not a graphics display LCD.
View ArticleRe: Bed Levelling on RC8 working but not compensating
Quotepcsentinel2 Hi, thought it was all solved, It seems to all be working fine, and I see the Z motors turn as the head moves though the print so its adjusting the Z Height, but it doesn't seem to be...
View ArticleAUTO_BED_LEVELING_3POINT Too fast Z Speeda after probing
Hi all! I have a scratch CoreXY which starts to work okay :-) but my bed isn't perfectly levelled so I tried out AUTO_BED_LEVELING_3POINT. This works well for what I can tell but there is one problem....
View ArticleRe: AUTO_BED_LEVELING_3POINT Too fast Z Speeda after probing
The marlin default Z speed of 4*60 is usually too fast for the Z axis in most cases. I would try 2*60 and work up from there.#
View ArticleRe: AUTO_BED_LEVELING_3POINT Too fast Z Speeda after probing
Thanks, but it was the move-after-G29 that I hadn't changed in the slicer when I changed microsteppings... Also, 4mm / second isn't that fast right? anyway it tried to move 16 times too fast! Fixed...
View Article