-
Notifications
You must be signed in to change notification settings - Fork 32
Description
hello, i can't find a forum to ask my question so i put it here.
im thinking about implementing the PandaPi 2.9 for my lasercutter because my SKR board with a 32bit proccesor can't handle the amount of gcode i'm trying to send when lasering an image in grayscale.
The laser needs a PWM signal for control. i saw in the marlin file pins_PANDA_PI.h a Servo pin on pin 255// 0xBE (this was not writen down in the documentation)
is it possible to use this pin? (if 'yes' where is it located).
Or is there another way i can get an analog output? i don't want to use a fan pin because this will get limited by the STM32 processor i think.
is it also possible to control the RPI-marlin by usb cable? without octopi in between?
my setup:
2 Nema23 steppers with TB6600 drivers in CoreXY setup with 4 proximity sensors for XY-min&max. i'm Controlling the laser with M3 S1-S255 and M5 S0 commands from marlin on the servo pin of my SKR E3 DIP V1.1.