diff --git a/doc/logo/Grbl Logo 150px.png b/doc/logo/Grbl Logo 150px.png new file mode 100644 index 0000000..999886e Binary files /dev/null and b/doc/logo/Grbl Logo 150px.png differ diff --git a/doc/logo/Grbl Logo 320px.png b/doc/logo/Grbl Logo 320px.png new file mode 100644 index 0000000..0a2f201 Binary files /dev/null and b/doc/logo/Grbl Logo 320px.png differ diff --git a/doc/logo/Grbl Logo 640px.png b/doc/logo/Grbl Logo 640px.png new file mode 100644 index 0000000..96a386a Binary files /dev/null and b/doc/logo/Grbl Logo 640px.png differ diff --git a/doc/logo/Grbl Logo.pdf b/doc/logo/Grbl Logo.pdf new file mode 100644 index 0000000..99a83ce Binary files /dev/null and b/doc/logo/Grbl Logo.pdf differ diff --git a/doc/logo/Grbl Logo.svg b/doc/logo/Grbl Logo.svg new file mode 100644 index 0000000..df083eb --- /dev/null +++ b/doc/logo/Grbl Logo.svg @@ -0,0 +1,134 @@ + + + + + + image/svg+xml + + + + + + + /Users/chamnit/Dropbox/documents/OHS/Logo/Grbl.DXF - scale = 58.043118, origin = (0.000000, 0.000000), auto = True + + + + + + + + + + + + + + + + + + + + + + + diff --git a/script/simple_stream.py b/doc/script/simple_stream.py similarity index 100% rename from script/simple_stream.py rename to doc/script/simple_stream.py diff --git a/script/stream.py b/doc/script/stream.py similarity index 100% rename from script/stream.py rename to doc/script/stream.py diff --git a/grbl/config.h b/grbl/config.h index 0635c65..946e25a 100644 --- a/grbl/config.h +++ b/grbl/config.h @@ -54,7 +54,7 @@ #define CMD_FEED_HOLD '!' #define CMD_CYCLE_START '~' #define CMD_RESET 0x18 // ctrl-x. -#define CMD_SAFETY_DOOR '@' //0x13 // ctrl-s +#define CMD_SAFETY_DOOR '@' // If homing is enabled, homing init lock sets Grbl into an alarm state upon power up. This forces // the user to perform the homing cycle (or override the locks) before doing anything else. This is @@ -143,8 +143,8 @@ // After the safety door switch has been toggled and restored, this setting sets the power-up delay // between restoring the spindle and coolant and resuming the cycle. // NOTE: Delay value is defined in milliseconds from zero to 65,535. -#define SAFETY_DOOR_SPINDLE_DELAY 4000 // Disabled by default. Comment to enable. -#define SAFETY_DOOR_COOLANT_DELAY 1000 // Disabled by default. Comment to enable. +#define SAFETY_DOOR_SPINDLE_DELAY 4000 +#define SAFETY_DOOR_COOLANT_DELAY 1000 // Enable CoreXY kinematics. Use ONLY with CoreXY machines. // IMPORTANT: If homing is enabled, you must reconfigure the homing cycle #defines above to