alexqzd / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
197 stars 71 forks source link

Need Source Code for N32 Aquilla X2 #11

Open Sk8ter2404 opened 2 years ago

Sk8ter2404 commented 2 years ago

Hello! Ive been using Alex’s firmware on my Aquilla X2 for about 6 months and has worked flawlessly upgrade after upgrade. Recently i just upgraded the xyz dimensions to 400x400x500 and the precompiled firmware will not probe the new dimensions. I tried taking the source code provided on the main page for the G32 board and modify it to work on the N32 but kept running into problems. If someone can make me a .bin firmware file for a Aquilla X2 N32 with 400x400x500 dimensions and 36 point CR-Touch probing that would be awesome. If that cant happen could someone provide the source code for the N32 board.

n9jcv commented 2 years ago

The source code for all G32 and N32 is there, it is the same.

It is set up to compile for G32. If you need to compile for N32 do this;

in the platform.ini file CHANGE THE CODE TO REFLECT CHIPSET

default_envs = STM32F103RET6_voxelab_aquila_N32

just use N32 or G32 on the above depending on your chipset