1
General Discussion / Re: When i try to load up a png. or a jpg. file this error pops up.
« on: December 08, 2018, 10:52:21 AM »
had the same problem, but it started after I wanted to change brightnes and contrast of an image
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
ok, 1.1f has it enabled by default, I suspect the T2 version has it compiled with it disabled as lasers generally have no Z axis or limit, so you will need to install the regular 1.1F from github or compile your own.
from config.h
// NOTE: Defaults are set for a traditional 3-axis CNC machine. Z-axis first to clear, followed by X & Y.
#define HOMING_CYCLE_0 (1<<Z_AXIS) // REQUIRED: First move Z to clear workspace.
#define HOMING_CYCLE_1 ((1<<X_AXIS)|(1<<Y_AXIS)) // OPTIONAL: Then move X,Y at the same time.
// #define HOMING_CYCLE_2 // OPTIONAL: Uncomment and add axes mask to e