On Sat, 27 Feb 2021 at 00:33, Gene Heskett <ghesk...@shentel.net> wrote: > On Friday 26 February 2021 05:42:22 David wrote: > > On Fri, 26 Feb 2021 at 21:25, David <bouncingc...@gmail.com> wrote: > > > On Fri, 26 Feb 2021 at 06:51, Gene Heskett <ghesk...@shentel.net> wrote:
> > > > I may have made a mistake, but I bought a dremel digilab 3d45 FDM > > > > printer, aka a 3d printer. > > > > the > > > > dremel apparently considers the right rear of the plate as home, > > > > whereas the ender3 I also have uses the left front corner as home. After reading your messages, I gather that this is the root problem that you are attempting to fix, and it is the only issue that I am attempting to assist you with. > > > I would have thought that would be a reconfigurable setting of the > > > machine's G-code interpreter, regardless of whatever software > > > you choose to drive it with. > > > If that interpreter is 'Grbl' for example, the documentation is here: > > > https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#3--direction-port-invert-mask > > > https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#23---homing-dir-invert-mask > > More explanation of $23 is here: > > https://github.com/gnea/grbl/wiki/Set-up-the-Homing-Cycle#homing-direction > They have put a toucjscreen gui in front of everything and I've not found > anyplace to override its automatic calibrations Disclaimer: I don't know 3D printers, but I have been using Gcode for CNC every day for months. I would expect that you just need to establish a serial connection to it and then send $23=whatever. Any software that sends Gcode can do this, or even just a terminal emulator connected to the serial port, for example 'screen -r <tty>'. [...] > Conncted to a usb extension cable, udev does find it but bitches because > the extension cable is usb2. Surely usb2 is adequate for the amount of data being transferred. [...] > But the cura AppImage 4.8.0 can't find it, and they did admit that it > could not have files dumped to it over the usb connection. I'm not sure what you mean here, but I would expect a 3d printer to accept Gcode over USB. [...] > So thats > twice I've been denied access to an $1800 printer. I think you're focussing on imaginary, wrong solutions. > That leaves > sneakernet using a supplied 16Gigabyte usb key. But the cura AppImage, > while having access to serveral hundred printers so it can drive them, > this printer is not in that list. > What I'd like to do is take that .exe apart, find that printers profile > in it, and move it to the AppImage. I think you're focussing on imaginary, wrong solutions. [...] > That, and other side effects of 86 > years now has me hat in hand, humbly asking for help. And I'm still trying to offer it. :) My apologies if I am misunderstanding the situation. I think you just need to send the Gcode over the USB port. I expect it only needs to be done once to permanently reconfigure the machine homing. Or ask in some 3D printer forum where folks are familiar with your machine, or search the web for 3D printer homing configuration guidance.