:S Marlin Code ändern (custom Printer)
Hello everyone, This is my first message on here. I am repairing a Rep Rap printer from 2013. I have attached a few pictures of it. I know quite a bit about hotend endstops and other "mechanical"...
View ArticleRe: :S Marlin Code ändern (custom Printer)
you cannot extract settings from firmware binary while running you can get it to tell you some basic stuff with gcode M503
View ArticleRe: :S Marlin Code ändern (custom Printer)
re #if without #endif. In config files do not delete or edit or comment out any line starting with #if or #endif #if and #endif come in pairs, the error says there is at least one more #if than #endif
View ArticleRe: :S Marlin Code ändern (custom Printer)
Ok thanks that helped me a lot(:P) but now there is another compile error about u8glib but I downloaded it from here: [github.com] And also in Arduini Ide under Librarys. and put it unpacked in the...
View ArticleRe: :S Marlin Code ändern (custom Printer)
Don't use Arduino IDE Use vscode with platformio. It's 100 x faster and it get all the required libraries you need for you. [marlinfw.org] Also dont use OneDrive, it messes with builds
View ArticleRe: :S Marlin Code ändern (custom Printer)
Okay, thanks, Vscode is much faster and now everything works. But I have two part cooling fans and I don't know how to configure them? (I have the fan extension board attached for these). Thanks...
View ArticleRe: :S Marlin Code ändern (custom Printer)
/** * Assign more PWM fans for part cooling, synchronized with Fan 0 */ //#define REDUNDANT_PART_COOLING_FAN 1 // Index of the first fan to synchronize with Fan 0 #ifdef REDUNDANT_PART_COOLING_FAN...
View ArticleRe: :S Marlin Code ändern (custom Printer)
Oh okay, thanks again. I think that work somehow fine, but as I think fan0 is set by default as the p.c. fan, so that should work, but via the LCD display only the redundant p.c. fan will start...
View ArticleRe: Bltouch and z axis issues
Brilliant answer, thank you. Spent hours trying to discover why the z axis didn't raise after the first probe and then crash into the bed.
View ArticleRemapping Pins for Non-printer
I'm having some issues with figuring out how to remap a pin and could use some help. I'm putting together a 3D scanner that is based off of this system ( [github.com] ) I've had to make a lot of...
View ArticleRe: Remapping Pins for Non-printer
you don't need to remap any pins. (unless your trying to use a pin marlin has already allocated) remapping is for pins that have a function in marlin. your using direct pin control "M42 P32 S0"...
View ArticleRe: Ender3 v4.2.7 BIQU v2 microprobe setup?
Hi! I'm not clear about enable configuration option: #define Z_MIN_PROBE_PIN PA7 it is necessary? and I have used the Marlin option: #define BIQU_MICROPROBE_V2 with: #define...
View ArticleTrying to add a GD32F303 board in Marlin
Hi All, Hopefully this is the right place to ask this? If not, if someone could point me in a good direction, that would be appreciated! I am trying to create a custom Marlin install for a new...
View ArticleRe: Trying to add a GD32F303 board in Marlin
Look at Marlin/src/pins/pins.h In the comment for each board is a list of valid build environments for the board.
View ArticleRe: Trying to add a GD32F303 board in Marlin
Hi Dust, That worked perfectly! Thanks!! I did see those comments, but didn't realise that Marlin was somehow mapping these to PlatformIO... So now I have another problem. If I use the PlatformIO...
View ArticleRe: Trying to add a GD32F303 board in Marlin
This is why GD32 chips are not well supported.. The required subsystems are just not there maple is a kludge, it doesnt really support gd32 very well at all..
View ArticleRe: Trying to add a GD32F303 board in Marlin
Yea, I get that, there is a lot of chatter about this on the Marlin Github. Unfortunately it seems more printer manufacturers are moving to the GD chipset (I guess they are cheaper than the ARM ST32...
View ArticleThermistor NTC3950
Hello i buy an extruder like e3dv6 from amazon and come with a NTC 3950 Thermistor. In marlin 2.x i've setup type 1 for the thermistor but it doesn't to work well, could you suggest me another...
View ArticleFull Graphic Smart Controller - Blank Screen
Hi all! I've got a Ramps 1.4 with a RepRap Discount - Full Graphic Smart Controller - 12864. The problem is that the display board is working, I can see from serial output that sd card is detected,...
View Article