clinton/Smoothieware.git
7 years agoStating the obvious : creating a code of conduct. origin/code-of-conduct
Arthur Wolf [Wed, 15 Feb 2017 22:44:47 +0000 (23:44 +0100)]
Stating the obvious : creating a code of conduct.

This is something that can be pointed at when people cross the line as happens sometimes. It might be useful to *some* people for who this isn't obvious, though I doubt it.

7 years agoMerge pull request #1123 from wolfmanjm/upstreamedge
Jim Morris [Mon, 13 Feb 2017 23:06:17 +0000 (15:06 -0800)]
Merge pull request #1123 from wolfmanjm/upstreamedge

allow rectangular grid to use G32 as well as G31

7 years agoallow rectangular grid to use G32 as well as G31
Jim Morris [Mon, 13 Feb 2017 23:05:20 +0000 (15:05 -0800)]
allow rectangular grid to use G32 as well as G31

7 years agoUpdate CartGridStrategy.cpp
Jim Morris [Sat, 11 Feb 2017 18:44:40 +0000 (10:44 -0800)]
Update CartGridStrategy.cpp

7 years agoMerge pull request #1121 from wolfmanjm/upstreamedge
Jim Morris [Sat, 11 Feb 2017 18:43:06 +0000 (10:43 -0800)]
Merge pull request #1121 from wolfmanjm/upstreamedge

remove extrapolation

7 years agoremove unused rotuiens in cart grid
Jim Morris [Sat, 11 Feb 2017 18:41:24 +0000 (10:41 -0800)]
remove unused rotuiens in cart grid

7 years agoMerge remote-tracking branch 'upstream/edge' into upstreamedge
Jim Morris [Sat, 11 Feb 2017 18:39:35 +0000 (10:39 -0800)]
Merge remote-tracking branch 'upstream/edge' into upstreamedge

7 years agoremove uneeded routine in cart grid
Jim Morris [Sat, 11 Feb 2017 18:39:08 +0000 (10:39 -0800)]
remove uneeded routine in cart grid

7 years agoMerge pull request #1120 from lordofhyphens/cart-grid
Jim Morris [Sat, 11 Feb 2017 18:38:26 +0000 (10:38 -0800)]
Merge pull request #1120 from lordofhyphens/cart-grid

Fix compensation to work over entire positive X,Y

7 years agoCalculate the compensation grid over +X and +Y only (lower-left 0,0), instead of...
Joseph Lenox [Sat, 11 Feb 2017 18:33:13 +0000 (12:33 -0600)]
Calculate the compensation grid over +X and +Y only (lower-left 0,0), instead of centered 0,0.

7 years agoMerge pull request #1118 from wolfmanjm/upstreamedge
Jim Morris [Fri, 10 Feb 2017 07:40:37 +0000 (23:40 -0800)]
Merge pull request #1118 from wolfmanjm/upstreamedge

remove is_square from delta grid, but return a deprecated error inste…

7 years agoremove is_square from delta grid, but return a deprecated error instead for now
Jim Morris [Fri, 10 Feb 2017 07:38:41 +0000 (23:38 -0800)]
remove is_square from delta grid, but return a deprecated error instead for now

7 years agoMerge pull request #1117 from Smoothieware/cart-grid
Jim Morris [Fri, 10 Feb 2017 07:15:51 +0000 (23:15 -0800)]
Merge pull request #1117 from Smoothieware/cart-grid

rectangular z grid probe

7 years agochange width length to x_size, y_size
Jim Morris [Fri, 10 Feb 2017 07:11:02 +0000 (23:11 -0800)]
change width length to x_size, y_size

7 years agofix some stuff modify other stuff
Jim Morris [Fri, 10 Feb 2017 07:05:41 +0000 (23:05 -0800)]
fix some stuff modify other stuff

7 years agoMerge branch 'cart-grid' of git://github.com/lordofhyphens/Smoothieware into cart...
Jim Morris [Fri, 10 Feb 2017 06:48:36 +0000 (22:48 -0800)]
Merge branch 'cart-grid' of git://github.com/lordofhyphens/Smoothieware into cart-grid

7 years agoFixed descriptive text.
Joseph Lenox [Fri, 10 Feb 2017 06:27:25 +0000 (00:27 -0600)]
Fixed descriptive text.

7 years agoInitial commit for cart-grid, or cartesian-grid.
Joseph Lenox [Fri, 10 Feb 2017 05:06:55 +0000 (23:06 -0600)]
Initial commit for cart-grid, or cartesian-grid.
Assumes that 0,0 is in the corner.

7 years agoMerge pull request #1114 from wolfmanjm/upstreamedge
Jim Morris [Wed, 8 Feb 2017 22:06:15 +0000 (14:06 -0800)]
Merge pull request #1114 from wolfmanjm/upstreamedge

fix switch momentary/toggle config setting

7 years agofix switch momentary/toggle config setting
Jim Morris [Wed, 8 Feb 2017 22:04:32 +0000 (14:04 -0800)]
fix switch momentary/toggle config setting

7 years agoupdate firmware.bin
Jim Morris [Wed, 8 Feb 2017 06:14:34 +0000 (22:14 -0800)]
update firmware.bin

7 years agoMerge pull request #1111 from wolfmanjm/upstreamedge
Jim Morris [Wed, 8 Feb 2017 05:49:17 +0000 (21:49 -0800)]
Merge pull request #1111 from wolfmanjm/upstreamedge

fix config entries for delta grid

7 years agofix config entries for delta grid
Jim Morris [Wed, 8 Feb 2017 05:48:29 +0000 (21:48 -0800)]
fix config entries for delta grid

7 years agoMerge pull request #1110 from wolfmanjm/upstreamedge
Jim Morris [Wed, 8 Feb 2017 05:40:49 +0000 (21:40 -0800)]
Merge pull request #1110 from wolfmanjm/upstreamedge

fix zprobe to detect if config of LS failed.

7 years agofix zprobe to deteect of config of LS failed.
Jim Morris [Wed, 8 Feb 2017 05:39:25 +0000 (21:39 -0800)]
fix zprobe to deteect of config of LS failed.

7 years agoMerge pull request #1109 from wolfmanjm/upstreamedge
Jim Morris [Wed, 8 Feb 2017 04:15:27 +0000 (20:15 -0800)]
Merge pull request #1109 from wolfmanjm/upstreamedge

when is_square is set return error if dimensions changed between conf…

7 years agowhen is_square is set return error if dimensions changed between config and saved...
Jim Morris [Wed, 8 Feb 2017 04:14:12 +0000 (20:14 -0800)]
when is_square is set return error if dimensions changed between config and saved grid

7 years agoMerge pull request #1108 from wolfmanjm/upstreamedge
Jim Morris [Wed, 8 Feb 2017 03:16:57 +0000 (19:16 -0800)]
Merge pull request #1108 from wolfmanjm/upstreamedge

Clean up is_square config handling for delta grid

7 years agoClean up is_square config handling for delta grid
Jim Morris [Wed, 8 Feb 2017 03:14:49 +0000 (19:14 -0800)]
Clean up is_square config handling for delta grid
  max_x and max_y MUST be defined now when is_square is set

7 years agoMerge pull request #1107 from lordofhyphens/fix-delta-radius
Jim Morris [Wed, 8 Feb 2017 02:23:11 +0000 (18:23 -0800)]
Merge pull request #1107 from lordofhyphens/fix-delta-radius

Set delta_grid when using is_square to be the half diagonal of square

7 years agoRedefine delta_grid when using is_square to be the half diagonal of the square define...
Joseph Lenox [Wed, 8 Feb 2017 02:10:54 +0000 (20:10 -0600)]
Redefine delta_grid when using is_square to be the half diagonal of the square defined by the larger of x_max or y_max.

7 years agoMerge pull request #1100 from wolfmanjm/upstreamedge
Jim Morris [Tue, 24 Jan 2017 05:27:32 +0000 (21:27 -0800)]
Merge pull request #1100 from wolfmanjm/upstreamedge

fix typo

7 years agofix type
Jim Morris [Tue, 24 Jan 2017 05:26:45 +0000 (21:26 -0800)]
fix type

7 years agoMerge pull request #1099 from wolfmanjm/upstreamedge
Jim Morris [Tue, 24 Jan 2017 04:37:33 +0000 (20:37 -0800)]
Merge pull request #1099 from wolfmanjm/upstreamedge

fast-stream.py handle target being in halt state

7 years agohandle target being in halt state
Jim Morris [Tue, 24 Jan 2017 04:35:34 +0000 (20:35 -0800)]
handle target being in halt state

7 years agocheck for halt condition
Jim Morris [Tue, 24 Jan 2017 04:29:58 +0000 (20:29 -0800)]
check for halt condition

7 years agoMerge remote-tracking branch 'upstream/edge' into upstreamedge
Jim Morris [Sun, 22 Jan 2017 05:35:23 +0000 (21:35 -0800)]
Merge remote-tracking branch 'upstream/edge' into upstreamedge

Conflicts:
fast-stream.py

7 years agoCreate fast-stream.py
Jim Morris [Sun, 22 Jan 2017 05:31:29 +0000 (21:31 -0800)]
Create fast-stream.py

example of how to fast stream over USB serial to smoothie

7 years agoadded example script of fast stream over USB
Jim Morris [Sun, 22 Jan 2017 05:28:58 +0000 (21:28 -0800)]
added example script of fast stream over USB

7 years agoUpdating laser config to the latest format in delta config
Arthur Wolf [Thu, 19 Jan 2017 15:14:26 +0000 (16:14 +0100)]
Updating laser config to the latest format in delta config

7 years agoUpdating laser config to the latest format
Arthur Wolf [Thu, 19 Jan 2017 15:13:38 +0000 (16:13 +0100)]
Updating laser config to the latest format

7 years agoAdapting config changes from cartesian to delta
Arthur Wolf [Thu, 19 Jan 2017 15:08:09 +0000 (16:08 +0100)]
Adapting config changes from cartesian to delta

Changes ( cosmetic ones ) were made to the cartesian config, I am porting them to the delta file. This was done using diff software, and does not change the content of the file just it's appearance.
I also added a delta grid configuration example.

7 years agoupdate firmware.bin
Jim Morris [Thu, 19 Jan 2017 04:25:10 +0000 (20:25 -0800)]
update firmware.bin

7 years agoMerge pull request #1095 from wolfmanjm/upstreamedge
Jim Morris [Thu, 19 Jan 2017 04:23:08 +0000 (20:23 -0800)]
Merge pull request #1095 from wolfmanjm/upstreamedge

Fix bug that did not allow the enable pin for a motor to be set to nc…

7 years agoMerge remote-tracking branch 'upstream/edge' into upstreamedge
Jim Morris [Thu, 19 Jan 2017 04:21:39 +0000 (20:21 -0800)]
Merge remote-tracking branch 'upstream/edge' into upstreamedge

7 years agoFix bug that did not allow the enable pin for a motor to be set to nc (as needed...
Jim Morris [Thu, 19 Jan 2017 04:19:53 +0000 (20:19 -0800)]
Fix bug that did not allow the enable pin for a motor to be set to nc (as needed with SPI drivers)
Fix error messages in SPI drivers module
Fix HALT setting enable in SPI drivers in on_idle so it does not crash

7 years agoMerge pull request #1093 from Smoothieware/feature/config-minor-rework
Arthur Wolf [Tue, 17 Jan 2017 12:51:34 +0000 (13:51 +0100)]
Merge pull request #1093 from Smoothieware/feature/config-minor-rework

Minor cosmetic config changes

7 years agoMerge pull request #1094 from FluffyKaon/edge
Jim Morris [Mon, 16 Jan 2017 21:22:43 +0000 (13:22 -0800)]
Merge pull request #1094 from FluffyKaon/edge

Fix the z-probe delta grid code for cartesian printers.

7 years agoFix the z-probe delta grid code for cartesian printers.
laetitia [Mon, 16 Jan 2017 20:48:38 +0000 (13:48 -0700)]
Fix the z-probe delta grid code for cartesian printers.

7 years agoMinor cosmetic config changes
Arthur Wolf [Sun, 15 Jan 2017 12:33:53 +0000 (13:33 +0100)]
Minor cosmetic config changes

Added some config option informations, made a few minor cosmetic changes, added some links, removed a few options users shouldn't mess with anyway

7 years agoMerge pull request #1091 from wolfmanjm/upstreamedge
Jim Morris [Wed, 11 Jan 2017 05:11:57 +0000 (21:11 -0800)]
Merge pull request #1091 from wolfmanjm/upstreamedge

fix make clean for windows

7 years agofix make clean for windows
Jim Morris [Wed, 11 Jan 2017 04:36:34 +0000 (20:36 -0800)]
fix make clean for windows

7 years agoMerge pull request #1088 from wolfmanjm/upstreamedge
Jim Morris [Mon, 9 Jan 2017 03:29:19 +0000 (19:29 -0800)]
Merge pull request #1088 from wolfmanjm/upstreamedge

Fix max actuator speed checking in robot to exclude extruders

7 years agoFIx max actuator speed checking in robot to exclude extruders
Jim Morris [Mon, 9 Jan 2017 03:26:41 +0000 (19:26 -0800)]
FIx max actuator speed checking in robot to exclude extruders

7 years agoupdate firmware.bin
Jim Morris [Mon, 9 Jan 2017 03:12:35 +0000 (19:12 -0800)]
update firmware.bin

7 years agoMerge pull request #1087 from wolfmanjm/upstreamedge
Jim Morris [Mon, 9 Jan 2017 03:09:39 +0000 (19:09 -0800)]
Merge pull request #1087 from wolfmanjm/upstreamedge

Fix M92, M203, M204 for extruders in a n-axis world

7 years agoFix M92, M203, M204 for extruders in a n-axis world
Jim Morris [Mon, 9 Jan 2017 03:07:17 +0000 (19:07 -0800)]
Fix M92, M203, M204 for extruders in a n-axis world

7 years agoupdate firmware.bin
Jim Morris [Sun, 8 Jan 2017 22:19:55 +0000 (14:19 -0800)]
update firmware.bin

7 years agofix typo
Jim Morris [Sun, 8 Jan 2017 22:13:13 +0000 (14:13 -0800)]
fix typo

7 years agoupdate firmware.bin
Jim Morris [Tue, 3 Jan 2017 07:51:18 +0000 (23:51 -0800)]
update firmware.bin

7 years agoMerge pull request #1085 from wolfmanjm/upstreamedge
Jim Morris [Tue, 3 Jan 2017 04:28:19 +0000 (20:28 -0800)]
Merge pull request #1085 from wolfmanjm/upstreamedge

Modify axis designator for the advanced motordriver controlller

7 years agoissue Error: for message on alarm
Jim Morris [Tue, 3 Jan 2017 04:24:55 +0000 (20:24 -0800)]
issue Error: for message on alarm

7 years agoChange the advanced motor config setting from designator to axis
Jim Morris [Tue, 3 Jan 2017 04:20:55 +0000 (20:20 -0800)]
Change the advanced motor config setting from designator to axis

7 years agoupdate firmware.bin
Jim Morris [Mon, 2 Jan 2017 21:56:52 +0000 (13:56 -0800)]
update firmware.bin

7 years agoMerge pull request #1083 from wolfmanjm/upstreamedge
Jim Morris [Mon, 2 Jan 2017 21:53:11 +0000 (13:53 -0800)]
Merge pull request #1083 from wolfmanjm/upstreamedge

Fix very old bug in Panel menu

7 years agoFix very old bug in Panel menu
Jim Morris [Mon, 2 Jan 2017 21:49:07 +0000 (13:49 -0800)]
Fix very old bug in Panel menu

7 years agoMerge pull request #1082 from wolfmanjm/upstreamedge
Jim Morris [Wed, 28 Dec 2016 05:21:04 +0000 (21:21 -0800)]
Merge pull request #1082 from wolfmanjm/upstreamedge

add a configurable range for the runaway temp checks

7 years agoChange G4 Pxxx in grbl mode to be float seconds not milliseconds to be compatible...
Jim Morris [Wed, 28 Dec 2016 01:00:35 +0000 (17:00 -0800)]
Change G4 Pxxx in grbl mode to be float seconds not milliseconds to be compatible with grbl and linuxcnc. No change when in 3d printer mode.

7 years agoadd a configurable range for the runaway temp checks
Jim Morris [Tue, 27 Dec 2016 08:48:42 +0000 (00:48 -0800)]
add a configurable range for the runaway temp checks

7 years agoMerge pull request #1081 from wolfmanjm/upstreamedge
Jim Morris [Mon, 26 Dec 2016 21:54:57 +0000 (13:54 -0800)]
Merge pull request #1081 from wolfmanjm/upstreamedge

update configs

7 years agoupdate configs
Jim Morris [Mon, 26 Dec 2016 21:53:49 +0000 (13:53 -0800)]
update configs

7 years agoupdate firmware.bin
Jim Morris [Mon, 26 Dec 2016 21:40:57 +0000 (13:40 -0800)]
update firmware.bin

7 years agoMerge pull request #1080 from wolfmanjm/upstreamedge
Jim Morris [Mon, 26 Dec 2016 21:35:59 +0000 (13:35 -0800)]
Merge pull request #1080 from wolfmanjm/upstreamedge

Change the default for cooling timeout to 0 (disabled), as it causes …

7 years agoChange the default for cooling timeout to 0 (disabled), as it causes a lot of confusion.
Jim Morris [Mon, 26 Dec 2016 21:34:06 +0000 (13:34 -0800)]
Change the default for cooling timeout to 0 (disabled), as it causes a lot of confusion.

7 years agoMerge pull request #1079 from wolfmanjm/upstreamedge
Jim Morris [Thu, 22 Dec 2016 05:06:59 +0000 (21:06 -0800)]
Merge pull request #1079 from wolfmanjm/upstreamedge

add thermistor Semitec-104NT4

7 years agoadd thermistor Semitec-104NT4 used by hotends.com
Jim Morris [Thu, 22 Dec 2016 05:04:33 +0000 (21:04 -0800)]
add thermistor Semitec-104NT4 used by hotends.com

7 years agoMerge pull request #1078 from wolfmanjm/upstreamedge
Jim Morris [Wed, 21 Dec 2016 06:12:40 +0000 (22:12 -0800)]
Merge pull request #1078 from wolfmanjm/upstreamedge

pow -> powf

7 years agopow -> powf
Jim Morris [Tue, 20 Dec 2016 23:38:15 +0000 (15:38 -0800)]
pow -> powf

7 years agoMerge pull request #1076 from RepRapMorgan/fix/scara_homing
Jim Morris [Fri, 16 Dec 2016 21:41:22 +0000 (13:41 -0800)]
Merge pull request #1076 from RepRapMorgan/fix/scara_homing

Repair SCARA homing on new ABC endstops.cpp

7 years agoelse
Quentin Harley [Fri, 16 Dec 2016 21:38:30 +0000 (23:38 +0200)]
else

7 years agochanges as requested
Quentin Harley [Fri, 16 Dec 2016 21:21:04 +0000 (23:21 +0200)]
changes as requested

7 years agoMerge pull request #1077 from RepRapMorgan/fix/morgancal
Jim Morris [Fri, 16 Dec 2016 20:30:03 +0000 (12:30 -0800)]
Merge pull request #1077 from RepRapMorgan/fix/morgancal

Improve Scara Calibration

7 years agoremove redundant commented section
Quentin Harley [Fri, 16 Dec 2016 13:43:20 +0000 (15:43 +0200)]
remove redundant commented section

7 years agoImprove SCARA calibration
Quentin Harley [Fri, 16 Dec 2016 12:34:12 +0000 (14:34 +0200)]
Improve SCARA calibration
Adds the ability to individually calibrate steps per degree in Theta and Psi

7 years agofix parenthesis
Quentin Harley [Fri, 16 Dec 2016 12:01:18 +0000 (14:01 +0200)]
fix parenthesis

7 years agoadd parenthesis to match style rules
Quentin Harley [Fri, 16 Dec 2016 11:59:31 +0000 (13:59 +0200)]
add parenthesis to match style rules

7 years agoRepair SCARA homing on new ABC endstops.cpp
Quentin Harley [Fri, 16 Dec 2016 10:47:21 +0000 (12:47 +0200)]
Repair SCARA homing on new ABC endstops.cpp

7 years agoUpdate upgrade-notes.md
Jim Morris [Thu, 15 Dec 2016 21:45:33 +0000 (13:45 -0800)]
Update upgrade-notes.md

7 years agoupdate firmware.bin
Jim Morris [Thu, 15 Dec 2016 21:38:31 +0000 (13:38 -0800)]
update firmware.bin

7 years agoMerge pull request #1055 from wolfmanjm/merge-abc-with-homing
Jim Morris [Thu, 15 Dec 2016 21:33:48 +0000 (13:33 -0800)]
Merge pull request #1055 from wolfmanjm/merge-abc-with-homing

Add ABC axis and homing for ABC or E axis. Some other changes improving homing and zprobing.

7 years agoupdate upgrade-notes
Jim Morris [Thu, 15 Dec 2016 21:29:36 +0000 (13:29 -0800)]
update upgrade-notes

7 years agoupdate upgrade notes for ABC axis and homing of ABC axis (or E axis)
Jim Morris [Thu, 15 Dec 2016 21:23:40 +0000 (13:23 -0800)]
update upgrade notes for ABC axis and homing of ABC axis (or E axis)

7 years agoMerge remote-tracking branch 'upstream/edge' into merge-abc-with-homing
Jim Morris [Thu, 15 Dec 2016 07:04:24 +0000 (23:04 -0800)]
Merge remote-tracking branch 'upstream/edge' into merge-abc-with-homing

7 years agoMerge pull request #1072 from wolfmanjm/upstreamedge
Jim Morris [Thu, 15 Dec 2016 06:57:57 +0000 (22:57 -0800)]
Merge pull request #1072 from wolfmanjm/upstreamedge

Fix to allow temperature switch to turn on a fan even if blocked with…

7 years agoFix to allow temperature switch to turn on a fan even if blocked with heat and wait
Jim Morris [Thu, 15 Dec 2016 06:54:45 +0000 (22:54 -0800)]
Fix to allow temperature switch to turn on a fan even if blocked with heat and wait
  turns fan on in on_idle, but there must be no output_on_command or output_off_command defined in the switch

7 years agoUpdate upgrade-notes.md
Jim Morris [Tue, 13 Dec 2016 20:29:21 +0000 (12:29 -0800)]
Update upgrade-notes.md

7 years agoupdate firmware.bin
Jim Morris [Sun, 11 Dec 2016 01:39:46 +0000 (17:39 -0800)]
update firmware.bin

7 years agoMerge remote-tracking branch 'upstream/edge' into merge-abc-with-homing
Jim Morris [Sun, 11 Dec 2016 01:37:46 +0000 (17:37 -0800)]
Merge remote-tracking branch 'upstream/edge' into merge-abc-with-homing

7 years agoMerge pull request #1071 from wolfmanjm/upstreamedge
Jim Morris [Sun, 11 Dec 2016 01:37:14 +0000 (17:37 -0800)]
Merge pull request #1071 from wolfmanjm/upstreamedge

ignore ! and ~ as pause and resume do not work

7 years agoignore ! and ~ as pause and resume do not work
Jim Morris [Sun, 11 Dec 2016 01:35:28 +0000 (17:35 -0800)]
ignore ! and ~ as pause and resume do not work