Usually when this happens, the g-code is generated in inch units. The Marlin firmware maintained by V1 only supports millimeters. I don’t remember easel well enough to know what you can do with it. Your possible choices are:
- If available, select millimeters as the output units regardless of input units.
- Author everything in millimeters
- Enable inch mode in Marlin.
If you want to enable inch mode you need to uncomment the following define in configuration.h, then recompile and re-flash the firmware.
// // G20/G21 Inch mode support // //#define INCH_MODE_SUPPORT
Edit: I just brought up my old Easel account. Things have changed since I ran my test. I found that changing the units to mm before exporting changed the g-code units. It looks like you can author in either inch or mm and just change this setting before exporting the g-code.
