You can boot your Mac with Linux from a USB drive. Using a program like Etcher, you can have it make a bootable USB thumb drive from a Linux disk image: I made an image for another project which you can try: https://drive.google.com/open?id=1wZw8pMqie79joUVorC_FchuROzjEAywZ
I’ve used this technique when teaching classes of many people with different computers and the only problems I had with Macs were sometimes the wifi card would not work. In that case I had small USB hubs and a Realtek WiFi card and that was what worked.
Once Linux is booted, you can try to connect your Wifi to the network, get the needed firmware file and unzip it. If you have the zip file locally you can put it onto another USB disk and copy it into the Downloads folder once the computer is booted and go from there. I tested this and the GUI works for file browsing, extracting the zip files and copying the file to the folder which pops up when the Ortur is in USB drive mode.
The 2 firmware files you need have been uploaded to my gDrive:
Briefly:
Boot the computer into the live session( don’t click install if that option shows up… )
you’ll get a Linux desktop
look for the network icon(lower right corner) and try to connect to the network
Open the browser and get the zip file from the gDrive( you’ll have to type the URL in manually ).
It’ll download into the default user(lubuntu) Downloads directory. /home/lubuntu/Downloads
There’s a little folder like icon on the task bar in the lower left corner and that’ll open your File Browser.
- double click the zip file and an option to extract will pop up. Extract the files in place and close the extraction/unzip window and you should see the new directory in the Downloads folder.
- open that folder and you will see the BIN files.
NOTE: get the Ortur into its update mode with the USB cable connected and there will be a window which pops up asking you to open the file browser. do it and you’ll see the Ortur USB disk with one file in it.
- drag and drop the OLF-000.bin file to the Ortur USB drive. Wait 10 seconds and hit the reset button.
- the file browser window will disappear.
REPEAT for the OLF-134.BIN file
If you want, you can go get the Lightburn for Linux version and see if it works. I think it will work in a live environment. I got an error when I tried to use the “trial” button but after I loaded my emailed license file I was able to get it to connect after I changed the /dev/ttyACM0 device to let everyone read/write it( sudo chmod 777 /dev/ttyACM0 ). Seems I didn’t add the default user to the dialout group when I created the bootable system. Will have to fix that.