Hi, All,
I just joined the group, so please excuse me if I'm stepping
over ground that's already been well trod, but I grabbed the
Marlin v1 firmware and made some minor changes (in
terms of edited lines) to Configuration_adv.h, Configuration.h,
Marlin_main.cpp, and temperature.cpp, and have a version
of Marlin with EXTRUDERS set to 0 and a lot of code left out.
AVR Memory Usage
----------------
Device: atmega644p
Program: 36772 bytes (56.1% Full)
(.text + .data + .bootloader)
Data: 2443 bytes (59.6% Full)
(.data + .bss + .noinit)
text data bss dec hex filename
36444 328 2115 38887 97e7 applet/Marlin.elf
I haven't even come close to testing a large number of
configurations, but I have code ready to try out on
Sanguinolu, the closest to the hardware I plan to try first
(I have some NYC Resistor Sanguinos and some old MBI
Gen3 hardware at my disposal).
Is this of general interest? If so, how should I share my
work? I've already forked the Marlin repository on GitHub.
Is sharing the pointer to the fork the right thing to do?
Cheers,
-ethan