Re: Upgrading from V1.1 to V2.0 benefits
On the chip it said: ATMEL ATMEGA 644P 20AU 1048 So I go with 1.1.9, right?
View ArticleRe: Compiling Marlin 2.0.x horribly slow under Arduino IDE 1.8.12
Does PlatformIO support Noteoad++ Regards, Dave
View ArticleRe: Compiling Marlin 2.0.x horribly slow under Arduino IDE 1.8.12
Quotesoftfoot Does PlatformIO support Noteoad++ Regards, Dave I don't think so but don't quote me. I use notepad++ but it was faster overall to setup vscode and install platformio inside vscode.
View ArticleRe: Compiling Marlin 2.0.x horribly slow under Arduino IDE 1.8.12
Looking at the documentation it would appear that you cannot debug a Mega2560. (Atmel studio does (also built on top of VS) How do you upload the program ?? Via the serial port and bootloader ?? Is...
View ArticleRe: Compiling Marlin 2.0.x horribly slow under Arduino IDE 1.8.12
I was already setup to do hex file uploads to my printers so vscode and pio were all that I setup for compiling. My raspberry pi which hosts my printers has repetier server running and that allows me...
View ArticleRe: CoreXY sensorless homing Marlin
I am using an SKR 1.3 too and 2130s from Watterott. When homing XY both axes move at the same time and the motors won't stop after bumping into the frame. Do you have the files from the version you...
View ArticleLaser / 3d printing / CNC at same time !
hi every one ! i know that we can configure the marlin for cnc or 3d printer or laser cut processes , and also marlin support multi tool change mechanism i was wonder that can we make marlin support...
View ArticleRe: Compiling Marlin 2.0.x horribly slow under Arduino IDE 1.8.12
Thanks for the info. Dave
View ArticleRe: Laser / 3d printing / CNC at same time !
... you can define different tools with different "pulses per mm" ratio, what could be a methode to control different tools with specific PWM ratios (or step-rates). When configuring/using more...
View ArticleIntegrating a Custom 32 Bit Board in Marlin 2.0
I'm working on a board from Ultimachine and you can access the Marlin files here. The printer is a modified Gigabot from re:3D. The current configuration of the printer is one X, 2 Y, and 2 Z...
View ArticleRe: CoreXY sensorless homing Marlin
When trying to home a CoreXY via sensorless homing you need to drive the axis individually as both XY motors are used for moving the carriage. So you first need to home one axis an "listen" for either...
View ArticleRe: Integrating a Custom 32 Bit Board in Marlin 2.0
Step 1 Identify the motherboard. The linked marlin is either BOARD_RAMPS_14_RE_ARM_EFB or BOARD_ARCHIMAJOR The RAMPS_14_RE_ARM_EFB only has 5 stepper drivers, the config has #define EXTRUDERS 2 so...
View ArticleHelp compiling Marlin for Anet A8
I have been using a Marlin firmware on my A8 for over a year and just decided to make some firmware changes. I loaded everything up into Arduino IDE and have been having compiler errors. I am on IDE...
View ArticleRe: Help compiling Marlin for Anet A8
The error is self explanatory "X_MIN_PIN is not interrupt-capable" So disable the line that says to use interrupts for endstops. ie #define ENDSTOP_INTERRUPTS_FEATURE
View ArticleRepRapdiscount smart controller shows odd characters after boot screen
I am using Marlin 2.0.4.4, with stock configuration to test LCD. After Marlin bootscreen I see only question marks and boxes. However simple hello world example works just fine with LiquidCrystal lib....
View ArticleMarlin does not send "File opened" message to host (Octoprint)
I'm not sure if this is a problem with Octoprint or Marlin 2.x, but as the problem didn't occur with the original firmware of my Sapphire Pro, I suppose asking here is a reasonable start. The problem...
View ArticleRe: RepRapdiscount smart controller shows odd characters after boot screen
Done, updated the main post as well.
View ArticleEnder 5 slams into X and Y endstops! Firmware?
As per thread title. The first thing I printed on my Ender 5 was the cat from their SD card, and the way the carriage banged into the end stops was shockin' missus! I've read that the firmware can be...
View Article