Will this forum help people who have RRF on lpc devices?
-
I have RRF running on my skr 1.3 and I was wondering if i could ask questions here on this forum. Obviously not problems because of the fact that this firmware wasnt meant for lpc devices, but general questions and problems?
-
Sure, you can ask anything you'd like. Obviously there may be unexpected differences when running on unsupported hardware.
-
you'll do everyone a favour by stating it is for LPC port so we can take that into account, besides that what he said
-
@BlueSandbox I think it's fine to ask; there have been plenty of threads on the forum before. Both @gloomyandy and @jay_s_uk are members on the forum, and probably best to aim your questions at them. Input from Duet 3D staff maybe very limited though, as we generally don't have any experience using the LPC boards.
I'm going to move this thread to 'RepRapFirmware on other controllers', as it's not relevant to Duet Web Control. Further LPC threads should be in that category too, please.
Edit: actually 'Other control boards' category.
Ian
-
@droftarts Thanks, mostly my questions would be about general duet things like how to find the printhead coordinates. LPC stuff i can ask them in the LPC discord.
-
@BlueSandbox said in Will this forum help people who have RRF on lpc devices?:
how to find the printhead coordinates.
you can go to the printer url and add /rr_status at the end
e.g.:
http://ender5.local.lan/rr_status
and that will return json will all the important stuff including head coordinates
or even better you can get /rr_model (flags is a parameter)
e.g.:
http://ender5.local.lan/rr_model?flags=d99fn
and of course you can use G-Code
M114
to get current positionhttps://duet3d.dozuki.com/Wiki/Gcode#Section_M114_Get_Current_Position