I cant find the Configuration.h file - if I open Marlin.ino in Arduino, then I can see Configuration_adv.h, but not Configuration.h. Am I doing something wrong?
I am having trouble with the extrusion rate - the printer does not want to respond to changes in the extrusion multiplier or filament diameter.
Open the folder where your Marlin files are located and check if Configuration.h is present.
If it is it might be that when you load the Marlin.ino in Arduino the file is hidden. You have to click on the top right arrow and browse the list.
If you can’t find it just download the firmware again.
Open the folder where your Marlin files are located and check if Configuration.h is present.
If it is it might be that when you load the Marlin.ino in Arduino the file is hidden. You have to click on the top right arrow and browse the list.
If you can’t find it just download the firmware again.[/quote]
it should be located between marlin.h and cofiguration_adv.h in the tab/file list.
[quote=“WallyL”]Thanks for all the help.
The Configuration.h file was missing, so I copied it from the .zip and pasted it and all worked OK.
Thanks again,
Wally[/quote]
Nice to hear it works.