Can the laser engraving function of Mega pro be used on Mega x? #257
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can't see why it shouldn't. It's simply a laser diode connected to the hotend output, so if you got a laser and connect it properly, it should work equally after activating the firmware feature.
It's currently only enabled, if the environment is
KNUTWURST_MEGA_P
, so you have to change the condition to# if EITHER(KNUTWURST_MEGA_P, KNUTWURST_MEGA_x)
. Don't know if the pinout is equal.7b9e0c4e02/Marlin/Configuration_adv.h (L3385-L3390)
This obviously does not add any touchscreen functionality, "just" the Marlin laser feature.
This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.