From Hackaday -
I've compiled using the M200 V2 variant and it's close to work. Your branch only compile with STM32 cores 1.6. I've rebased your branch onto the current marlin bugfix-2.0.x and compiled it with STM32 cores 1.7.0.
Working:
-
XYZ motors
-
min/max end stops
-
lcd
-
hotend + temperature
-
bed temperature
-
auto bed leveling
NOT working:
NOT sure:
- eeprom (M500 is ok, but M503 does not reflect the changes after restart)
NOT tested:
-
extruder (not tested yet, probably just work)
-
print via usb (no hotend fan...don't want to melt my extruder)
Limitations:
- cannot enable LCD and EEPROM, not enough Flash (I reduced a lot the size required by the eeprom but with more work, it may eventually fit)
From Hackaday -
I've compiled using the M200 V2 variant and it's close to work. Your branch only compile with STM32 cores 1.6. I've rebased your branch onto the current marlin bugfix-2.0.x and compiled it with STM32 cores 1.7.0.
Working:
XYZ motors
min/max end stops
lcd
hotend + temperature
bed temperature
auto bed leveling
NOT working:
hotend fan (blocking)
sdcard => Recv: echo:SD init fail (blocking)
bed heater (major)
endstops status led (cosmetic)
NOT sure:
NOT tested:
extruder (not tested yet, probably just work)
print via usb (no hotend fan...don't want to melt my extruder)
Limitations: