Using arduino 1.8.9 with marlin 1.1.9 for my anet a8 3d printer.
Been using arduino with marlin for some time now. I must have edited something and made a mistake (key stroke) and now am unable upload getting an error (exit status 1). (missing terminating ' character).
Could someone give me some dirrection as to what to fix?
John
file attached
config H.txt (147 KB)
Please include the entire error message. It is easy to do. There is a button (lower right of the IDE window) called "copy error message". Copy the error and paste into a post in code tags. Paraphrasing the error message leaves out important information.
Here is the full error code.
Thank you for your help.
John
error.txt (155 KB)
The interesting bits from OP's log.
C:\Marlin 1.19\Marlin-1.1.x\Marlin\Marlin.ino:15:21: warning: character constant too long for its type
located in the root 'Marlin' folder. Check the example_configurations folder to
^
C:\Marlin 1.19\Marlin-1.1.x\Marlin\Marlin.ino:16:13: warning: missing terminating ' character
see if there's a more suitable starting-point for your specific hardware.
^
Marlin:16:1: error: missing terminating ' character
see if there's a more suitable starting-point for your specific hardware.
^
Marlin:30:24: error: too many decimal points in number
(Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
^
C:\Marlin 1.19\Marlin-1.1.x\Marlin\Marlin.ino:34:11: warning: missing terminating ' character
Marlin's configuration options are explained in more detail here.
^
Marlin:34:5: error: missing terminating ' character
Marlin's configuration options are explained in more detail here.
^
Marlin:2:1: error: expected unqualified-id before '==' token