Jyers / 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
2.14k stars 386 forks source link

Cannot compile any firmware #1965

Open stevemcc1980 opened 2 years ago

stevemcc1980 commented 2 years ago

Description

Been trying to increase my maxtemp to 285 using bltouch 3x3 ender 3v2 configuratio files but i cannot get it to build

Steps to Reproduce

Expected behavior: Firmware Compiles

Actual behavior: Error - Processing STM32F103RE_creality (board: genericSTM32F103RE; platform: ststm32@~12.1; framework: arduino) ------------------------------------------------------------------------------------------------------------------------------------------------------------------Error: Could not find one of 'package.json' manifest files in the package

Additional Information

Gately-Wells commented 2 years ago

Hi there!

I may be no expert, but it sounds like the build enviroment is incorrect.

go to the .ini file and maybe try switching the "default_envs" to something else. Maybe mega2560?

stevemcc1980 commented 2 years ago

Thank you for your reply! I’ll maybe try that. I’m not sure why the crealityv4 is causing issues. Like you said may be something missing

stevemcc1980 commented 2 years ago

Hey i still cannot get ANYTHING to compile. No matter the default_envs i get the package.json error.

Any help would be greatly appreciated

dmerriman11 commented 2 years ago

Change default_env to STM32F103RET6_creality, that should do the trick.