How to edit D3D universal firmware: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 2: Line 2:
*2. Get the latest Marlin Universal file [[File:Marlin Universal.zip]]
*2. Get the latest Marlin Universal file [[File:Marlin Universal.zip]]
*3. Open Arduino IDE
*3. Open Arduino IDE
{{indent|5}}Under "Tools", make sure Board, Processor and Port match what you are using
{{indent|5}}Under "Tools", make sure Board (for D3D Universal Mega), Processor and Port match what you are using
{{indent|5}}File/Open Downloaded Marlin file.
{{indent|5}}File/Open Downloaded Marlin file.
{{indent|5}}Look for the script you want to edit among the existing tabs and edit what is needed.
{{indent|5}}Look for the script you want to edit among the existing tabs and edit what is needed.
You might get an error stating that you need additional libraries. To add them Sketch/Include Library/Manage Libraries and search and install what you need.
You might get an error stating that you need additional libraries. To add them Sketch/Include Library/Manage Libraries and search and install what you need.
{{indent|5}} Upload the Marlin file to your Board and you are done :)
{{indent|5}} Upload the Marlin file to your Board and you are done :)

Latest revision as of 11:38, 19 April 2020

  • 1. Connect the USB from the control panel to the laptop
  • 2. Get the latest Marlin Universal file File:Marlin Universal.zip
  • 3. Open Arduino IDE


     Under "Tools", make sure Board (for D3D Universal Mega), Processor and Port match what you are using
     File/Open Downloaded Marlin file.
     Look for the script you want to edit among the existing tabs and edit what is needed. You might get an error stating that you need additional libraries. To add them Sketch/Include Library/Manage Libraries and search and install what you need.
      Upload the Marlin file to your Board and you are done :)