clinton/Smoothieware.git
7 years agoupdate comments
Jim Morris [Thu, 6 Oct 2016 04:55:12 +0000 (21:55 -0700)]
update comments

7 years agoAdd more info to M119 to show pins as well as homing endstops
Jim Morris [Wed, 5 Oct 2016 00:18:01 +0000 (17:18 -0700)]
Add more info to M119 to show pins as well as homing endstops
implement the manual homing for axis ABC
fix the reset axis for axis ABC

7 years agoallow homing of A B and C individually
Jim Morris [Tue, 4 Oct 2016 20:20:26 +0000 (13:20 -0700)]
allow homing of A B and C individually

7 years agocompleted refactor
Jim Morris [Tue, 4 Oct 2016 19:59:24 +0000 (12:59 -0700)]
completed refactor
added new config for ABC endstops
changed the public access for homing_offset

7 years agorefactor again to split pin info of endstops from homing axis info
Jim Morris [Tue, 4 Oct 2016 00:48:28 +0000 (17:48 -0700)]
refactor again to split pin info of endstops from homing axis info

7 years agomajor refactor of endstop definitions and storage
Jim Morris [Mon, 3 Oct 2016 22:06:16 +0000 (15:06 -0700)]
major refactor of endstop definitions and storage
introdue new syntax for endstops config requied for using ABC endstops

7 years agoMerge branch 'fix/inverse-transform' into feature/e-endstop
Jim Morris [Mon, 3 Oct 2016 18:03:31 +0000 (11:03 -0700)]
Merge branch 'fix/inverse-transform' into feature/e-endstop

7 years agocomment
Jim Morris [Mon, 3 Oct 2016 18:03:13 +0000 (11:03 -0700)]
comment

7 years agoMerge branch 'fix/inverse-transform' into feature/e-endstop
Jim Morris [Mon, 3 Oct 2016 04:39:30 +0000 (21:39 -0700)]
Merge branch 'fix/inverse-transform' into feature/e-endstop

7 years agorefactor to rename last_milestone to machine_position, and last_machne_position to...
Jim Morris [Mon, 3 Oct 2016 04:37:05 +0000 (21:37 -0700)]
refactor to rename last_milestone to machine_position, and last_machne_position to compensated_machine_position
  Thi smore accurately refelcts what is going on and will hopefully reduce confusion

7 years agorefactor endstops pins to handle three extra axis
Jim Morris [Mon, 3 Oct 2016 00:55:23 +0000 (17:55 -0700)]
refactor endstops pins to handle three extra axis
initial handling of A axis homing

7 years agochange M306 again to use MCS position not actuator position
Jim Morris [Sun, 2 Oct 2016 20:23:48 +0000 (13:23 -0700)]
change M306 again to use MCS position not actuator position

7 years agoset homed for all axis if a delta
Jim Morris [Sun, 2 Oct 2016 06:02:23 +0000 (23:02 -0700)]
set homed for all axis if a delta

7 years agoIntroduce concept of homed or not
Jim Morris [Sun, 2 Oct 2016 05:55:28 +0000 (22:55 -0700)]
Introduce concept of homed or not
  add G28.6 to display homed status
  add G28.5 to clear homed status (set unhomed ala linuxcnc)

M306 now requires axis be homed or returns error, and forces axis to be homed before setting it again
 Note M306 may still be buggy if compenstaion transform is on

7 years agoFix reset_axis_position for homing.
Jim Morris [Sat, 1 Oct 2016 07:09:03 +0000 (00:09 -0700)]
Fix reset_axis_position for homing.
   we are given the post compensation position sdo use inverse transform to get last milestone
Change the way G30 Zxxx works.
   so it actually just does a G92 Zxxx after the probe

7 years agoFix homing comamnds if in grbl mode
Jim Morris [Wed, 28 Sep 2016 05:49:24 +0000 (22:49 -0700)]
Fix homing comamnds if in grbl mode

7 years agomore zprobe refactor, remove probeDistance()
Jim Morris [Wed, 28 Sep 2016 05:40:30 +0000 (22:40 -0700)]
more zprobe refactor, remove probeDistance()

7 years agorefactor zprobe probe return to be a method and returns to saved last_milestone so...
Jim Morris [Wed, 28 Sep 2016 05:30:43 +0000 (22:30 -0700)]
refactor zprobe probe return to be a method and returns to saved last_milestone so compensation will be taken into account

7 years agoMerge remote-tracking branch 'upstream/edge' into fix/inverse-transform
Jim Morris [Sat, 24 Sep 2016 22:43:56 +0000 (15:43 -0700)]
Merge remote-tracking branch 'upstream/edge' into fix/inverse-transform

7 years agoMerge pull request #1033 from wolfmanjm/upstreamedge
Jim Morris [Sat, 24 Sep 2016 22:33:37 +0000 (15:33 -0700)]
Merge pull request #1033 from wolfmanjm/upstreamedge

add BS and DEL to the USB serial to delete last character entered

7 years agoadd BS and DEL to the USB serial to delete last chanracter entered, gives simple...
Jim Morris [Sat, 24 Sep 2016 22:31:53 +0000 (15:31 -0700)]
add BS and DEL to the USB serial to delete last chanracter entered, gives simple line editing to commands

7 years agoMerge pull request #1031 from nallar/patch-1
Jim Morris [Sat, 24 Sep 2016 20:38:15 +0000 (13:38 -0700)]
Merge pull request #1031 from nallar/patch-1

Fix broken link in README (HowToFileIssues.md)

7 years agoMaking it clear issues are for issue ( Duh. )
Arthur Wolf [Sat, 24 Sep 2016 18:22:31 +0000 (20:22 +0200)]
Making it clear issues are for issue ( Duh. )

7 years agoFix broken link in README (HowToFileIssues.md)
Ross Allan [Sat, 24 Sep 2016 13:11:23 +0000 (14:11 +0100)]
Fix broken link in README (HowToFileIssues.md)

Was linking to HowToFileIssues.md which was renamed in these commits 7bb7936875 3fd39027e to ISSUE_TEMPLATE.md

7 years agoMerge branch 'upstreamedge' into fix/inverse-transform
Jim Morris [Fri, 23 Sep 2016 20:24:36 +0000 (13:24 -0700)]
Merge branch 'upstreamedge' into fix/inverse-transform

7 years agoMerge pull request #1030 from wolfmanjm/upstreamedge
Jim Morris [Fri, 23 Sep 2016 20:24:00 +0000 (13:24 -0700)]
Merge pull request #1030 from wolfmanjm/upstreamedge

add a set_g92 x,y,z to config

7 years agoadd a set_g92 x,y,z to config
Jim Morris [Fri, 23 Sep 2016 20:22:11 +0000 (13:22 -0700)]
add a set_g92 x,y,z to config

7 years agoMerge pull request #1029 from wolfmanjm/upstreamedge
Jim Morris [Thu, 22 Sep 2016 05:48:18 +0000 (22:48 -0700)]
Merge pull request #1029 from wolfmanjm/upstreamedge

fix modifyvalue screen, update laser screen

7 years agoMerge branch 'upstreamedge' into fix/inverse-transform
Jim Morris [Thu, 22 Sep 2016 05:42:00 +0000 (22:42 -0700)]
Merge branch 'upstreamedge' into fix/inverse-transform

7 years agofix single entry ModifyValuesScreen when not immediate set
Jim Morris [Thu, 22 Sep 2016 05:41:07 +0000 (22:41 -0700)]
fix single entry ModifyValuesScreen when not immediate set

7 years agoMerge branch 'upstreamedge' into fix/inverse-transform
Jim Morris [Wed, 21 Sep 2016 07:59:09 +0000 (00:59 -0700)]
Merge branch 'upstreamedge' into fix/inverse-transform

7 years agoadd set S value menu item to laser screen
Jim Morris [Wed, 21 Sep 2016 07:54:59 +0000 (00:54 -0700)]
add set S value menu item to laser screen

7 years agoupdate firmware.bin
Jim Morris [Wed, 21 Sep 2016 06:39:58 +0000 (23:39 -0700)]
update firmware.bin

7 years agoMerge pull request #1028 from wolfmanjm/upstreamedge
Jim Morris [Wed, 21 Sep 2016 06:37:45 +0000 (23:37 -0700)]
Merge pull request #1028 from wolfmanjm/upstreamedge

fix watchscree

7 years agofix watchscree
Jim Morris [Wed, 21 Sep 2016 06:36:09 +0000 (23:36 -0700)]
fix watchscree

7 years agofix M306 again
Jim Morris [Sat, 17 Sep 2016 20:39:05 +0000 (13:39 -0700)]
fix M306 again

7 years agochange the way M306 sets home offset
Jim Morris [Sat, 17 Sep 2016 20:11:37 +0000 (13:11 -0700)]
change the way M306 sets home offset

7 years agoremove zgrid strategy form build, as it has been replaced by delta grid which also...
Jim Morris [Sat, 17 Sep 2016 20:05:51 +0000 (13:05 -0700)]
remove zgrid strategy form build, as it has been replaced by delta grid which also handles square beds now.

7 years agoMerge remote-tracking branch 'upstream/edge' into fix/inverse-transform
Jim Morris [Thu, 15 Sep 2016 20:31:47 +0000 (13:31 -0700)]
Merge remote-tracking branch 'upstream/edge' into fix/inverse-transform

7 years agoMerge pull request #1025 from wolfmanjm/upstreamedge
Jim Morris [Thu, 15 Sep 2016 20:31:11 +0000 (13:31 -0700)]
Merge pull request #1025 from wolfmanjm/upstreamedge

Single entry ModifyValue menus go straight into value update mode and…

7 years agoSingle entry ModifyValue menus go straight into value update mode and exit direct...
Jim Morris [Thu, 15 Sep 2016 20:27:52 +0000 (13:27 -0700)]
Single entry ModifyValue menus go straight into value update mode and exit direct to parent
  No need to disolay a selection menu when only one entry.
Update laser power setting to use the above

7 years agofix ? to use inverse transform
Jim Morris [Wed, 14 Sep 2016 23:15:58 +0000 (16:15 -0700)]
fix ? to use inverse transform

7 years agoadd inverse compensation transform
Jim Morris [Wed, 14 Sep 2016 20:19:00 +0000 (13:19 -0700)]
add inverse compensation transform
use inverse transform for reseting axis from actuator position
All probes leave compensation transform on now
homing will use compensation transform to get actual position at the given position
? and M114.1 and M114.2 will return corrected position based on compensation transform

7 years agoMerge pull request #1023 from docdawning/patch-1
Jim Morris [Wed, 14 Sep 2016 17:31:41 +0000 (10:31 -0700)]
Merge pull request #1023 from docdawning/patch-1

Update Readme.md

7 years agoUpdate Readme.md
James [Wed, 14 Sep 2016 15:29:56 +0000 (09:29 -0600)]
Update Readme.md

s/alos/also

7 years agoMerge pull request #1022 from wolfmanjm/features/laser-panel
Jim Morris [Tue, 13 Sep 2016 20:49:28 +0000 (13:49 -0700)]
Merge pull request #1022 from wolfmanjm/features/laser-panel

Features/laser panel

7 years agoadd comments
Jim Morris [Tue, 13 Sep 2016 20:48:36 +0000 (13:48 -0700)]
add comments

7 years agoadd option to test fire menu to leave laser on when it exits, and disable the timeout
Jim Morris [Tue, 13 Sep 2016 20:05:34 +0000 (13:05 -0700)]
add option to test fire menu to leave laser on when it exits, and disable the timeout

7 years agoupdate control screen for both 3dprinter and cnc uses same file, fixes jogging in...
Jim Morris [Tue, 13 Sep 2016 07:28:23 +0000 (00:28 -0700)]
update control screen for both 3dprinter and cnc uses same file, fixes jogging in absolute mode for 3dprinter
added actual current laser power to watch screen

7 years agoAdd laser menu
Jim Morris [Tue, 13 Sep 2016 06:20:20 +0000 (23:20 -0700)]
Add laser menu
  sets power scaler
  does test fire
Add Dynamic Menu class
Add Goto park position and set park position for CNC mode
Add current laser power value (S value) to watch screen

7 years agoUpdate Readme.md
Jim Morris [Sat, 10 Sep 2016 19:07:17 +0000 (12:07 -0700)]
Update Readme.md

7 years agoMerge remote-tracking branch 'upstream/edge' into features/laser-panel
Jim Morris [Fri, 9 Sep 2016 05:15:21 +0000 (22:15 -0700)]
Merge remote-tracking branch 'upstream/edge' into features/laser-panel

7 years agoCreate PULL_REQUEST_TEMPLATE.md
Jim Morris [Thu, 8 Sep 2016 05:56:23 +0000 (22:56 -0700)]
Create PULL_REQUEST_TEMPLATE.md

7 years agoupdate firmware.bin
Jim Morris [Wed, 7 Sep 2016 19:36:07 +0000 (12:36 -0700)]
update firmware.bin

7 years agoMerge remote-tracking branch 'upstream/edge' into features/laser-panel
Jim Morris [Wed, 7 Sep 2016 19:33:33 +0000 (12:33 -0700)]
Merge remote-tracking branch 'upstream/edge' into features/laser-panel

7 years agoMerge pull request #1020 from wolfmanjm/upstreamedge
Jim Morris [Wed, 7 Sep 2016 19:32:56 +0000 (12:32 -0700)]
Merge pull request #1020 from wolfmanjm/upstreamedge

refactor

7 years agorefactor
Jim Morris [Wed, 7 Sep 2016 19:32:19 +0000 (12:32 -0700)]
refactor

7 years agoinitial
Jim Morris [Wed, 7 Sep 2016 19:30:57 +0000 (12:30 -0700)]
initial

7 years agoMerge pull request #1019 from Speedy64i/edge
Jim Morris [Wed, 7 Sep 2016 17:11:30 +0000 (10:11 -0700)]
Merge pull request #1019 from Speedy64i/edge

grbl mode homing response

7 years agogrbl mode homing response
JT [Wed, 7 Sep 2016 14:18:07 +0000 (09:18 -0500)]
grbl mode homing response

Added 'ok' response for '$H' command.  As far as I can tell, grbl sends back an ok after a homing cycle.  Currently, smoothie was not (when using the '$H" command), which was creating issues with bCNC having any command immediately following homing commands to be stuck in the send buffer.

7 years agoupdate firmware.bin
Jim Morris [Wed, 7 Sep 2016 02:35:36 +0000 (19:35 -0700)]
update firmware.bin

7 years agoMerge pull request #1018 from wolfmanjm/upstreamedge
Jim Morris [Sat, 3 Sep 2016 22:57:11 +0000 (15:57 -0700)]
Merge pull request #1018 from wolfmanjm/upstreamedge

fix laser auto mode after a halt

7 years agofix laser auto mode after a halt
Jim Morris [Sat, 3 Sep 2016 22:56:01 +0000 (15:56 -0700)]
fix laser auto mode after a halt

7 years agoMerge pull request #1015 from wolfmanjm/features/add-laser-features
Jim Morris [Sat, 3 Sep 2016 00:45:50 +0000 (17:45 -0700)]
Merge pull request #1015 from wolfmanjm/features/add-laser-features

Features/add laser features

7 years agorefactor as per suggestions by @tritao
Jim Morris [Fri, 2 Sep 2016 23:42:39 +0000 (16:42 -0700)]
refactor as per suggestions by @tritao

7 years agoFix the proportional laser power during acceleration and deceleration to be based...
Jim Morris [Fri, 2 Sep 2016 18:56:49 +0000 (11:56 -0700)]
Fix the proportional laser power during acceleration and deceleration to be based on nominal rate not plateau rate

7 years agoMerge remote-tracking branch 'upstream/edge' into features/add-laser-features
Jim Morris [Thu, 1 Sep 2016 08:09:24 +0000 (01:09 -0700)]
Merge remote-tracking branch 'upstream/edge' into features/add-laser-features

7 years agoMerge pull request #1017 from wolfmanjm/upstreamedge
Jim Morris [Thu, 1 Sep 2016 07:55:32 +0000 (00:55 -0700)]
Merge pull request #1017 from wolfmanjm/upstreamedge

allow _ instead of space in switch commands

7 years agoallow _ instead of space in switch commands
Jim Morris [Thu, 1 Sep 2016 07:54:29 +0000 (00:54 -0700)]
allow _ instead of space in switch commands

7 years agoUpdate upgrade-notes.md
Jim Morris [Tue, 30 Aug 2016 20:23:51 +0000 (13:23 -0700)]
Update upgrade-notes.md

7 years agoUpdate upgrade-notes.md
Jim Morris [Tue, 30 Aug 2016 20:16:57 +0000 (13:16 -0700)]
Update upgrade-notes.md

7 years agoUpdate upgrade-notes.md
Jim Morris [Tue, 30 Aug 2016 20:16:35 +0000 (13:16 -0700)]
Update upgrade-notes.md

7 years agoUpdate upgrade-notes.md
Jim Morris [Tue, 30 Aug 2016 20:15:54 +0000 (13:15 -0700)]
Update upgrade-notes.md

7 years agoMerge branch 'upstreamedge' into features/add-laser-features
Jim Morris [Tue, 30 Aug 2016 19:14:47 +0000 (12:14 -0700)]
Merge branch 'upstreamedge' into features/add-laser-features

7 years agoMerge pull request #1016 from wolfmanjm/upstreamedge
Jim Morris [Tue, 30 Aug 2016 19:14:11 +0000 (12:14 -0700)]
Merge pull request #1016 from wolfmanjm/upstreamedge

remove is_scara from places that it obviously is incorrect

7 years agoremove is_scara from places that it obviously is incorrect
Jim Morris [Tue, 30 Aug 2016 19:13:09 +0000 (12:13 -0700)]
remove is_scara from places that it obviously is incorrect

7 years agoallow fire command to averide auto mode of laser
Jim Morris [Tue, 30 Aug 2016 00:41:57 +0000 (17:41 -0700)]
allow fire command to averide auto mode of laser
add fire off to turn off (as well as fire 0)

7 years agofix message for fire command
Jim Morris [Tue, 30 Aug 2016 00:25:42 +0000 (17:25 -0700)]
fix message for fire command

7 years agoMerge branch 'upstreamedge' into features/add-laser-features
Jim Morris [Tue, 30 Aug 2016 00:21:20 +0000 (17:21 -0700)]
Merge branch 'upstreamedge' into features/add-laser-features

7 years agoMerge pull request #1014 from wolfmanjm/upstreamedge
Jim Morris [Mon, 29 Aug 2016 20:33:42 +0000 (13:33 -0700)]
Merge pull request #1014 from wolfmanjm/upstreamedge

Fix G28.2 (and grbl G28) to use mm when in inch mode

7 years agofix absolute mode
Jim Morris [Mon, 29 Aug 2016 20:32:22 +0000 (13:32 -0700)]
fix absolute mode

7 years agoFix G28.2 (G28 in grbl) to use mm and move in absolute mode.
Jim Morris [Mon, 29 Aug 2016 20:30:29 +0000 (13:30 -0700)]
Fix G28.2 (G28 in grbl) to use mm and move in absolute mode.

7 years agoadd fire command to laser
Jim Morris [Mon, 29 Aug 2016 19:49:32 +0000 (12:49 -0700)]
add fire command to laser

7 years agoAdd M221 Sxx to scale laser power by xx 0-100%
Jim Morris [Mon, 29 Aug 2016 00:05:02 +0000 (17:05 -0700)]
Add M221 Sxx to scale laser power by xx 0-100%

7 years agoMerge pull request #1007 from wolfmanjm/upstreamedge
Jim Morris [Mon, 22 Aug 2016 23:23:19 +0000 (16:23 -0700)]
Merge pull request #1007 from wolfmanjm/upstreamedge

add THEROBOT->disable_arm_solution for special homing solutions like …

7 years agoadd THEROBOT->disable_arm_solution for special homing solutions like for scara.
Jim Morris [Mon, 22 Aug 2016 23:22:05 +0000 (16:22 -0700)]
add THEROBOT->disable_arm_solution for special homing solutions like for scara.

7 years agoUpdate config
Jim Morris [Tue, 16 Aug 2016 00:43:16 +0000 (17:43 -0700)]
Update config

7 years agoUpdate config
Jim Morris [Tue, 16 Aug 2016 00:42:48 +0000 (17:42 -0700)]
Update config

7 years agoUpdate config
Jim Morris [Tue, 16 Aug 2016 00:42:13 +0000 (17:42 -0700)]
Update config

7 years agoUpdate config
Jim Morris [Tue, 16 Aug 2016 00:40:16 +0000 (17:40 -0700)]
Update config

7 years agoMerge pull request #1002 from wolfmanjm/upstreamedge
Jim Morris [Mon, 15 Aug 2016 20:27:44 +0000 (13:27 -0700)]
Merge pull request #1002 from wolfmanjm/upstreamedge

Fix test circle

7 years agofix typo in comment
Jim Morris [Mon, 15 Aug 2016 20:26:50 +0000 (13:26 -0700)]
fix typo in comment

7 years agofix test circle to be a circle around current position, leave at the original positio...
Jim Morris [Mon, 15 Aug 2016 20:19:12 +0000 (13:19 -0700)]
fix test circle to be a circle around current position, leave at the original position when finished

7 years agoadd comments about G2/G3 needing to support 3D printers
Jim Morris [Sun, 14 Aug 2016 01:01:55 +0000 (18:01 -0700)]
add comments about G2/G3 needing to support 3D printers

7 years agoMerge pull request #1001 from wolfmanjm/upstreamedge
Jim Morris [Sat, 13 Aug 2016 23:57:05 +0000 (16:57 -0700)]
Merge pull request #1001 from wolfmanjm/upstreamedge

change default setting for max_travel

7 years agoMerge remote-tracking branch 'upstream/edge' into upstreamedge
Jim Morris [Sat, 13 Aug 2016 23:55:21 +0000 (16:55 -0700)]
Merge remote-tracking branch 'upstream/edge' into upstreamedge

7 years agomake max_travel twice the max value iof not specified. update upgrade notes
Jim Morris [Sat, 13 Aug 2016 23:54:43 +0000 (16:54 -0700)]
make max_travel twice the max value iof not specified. update upgrade notes

7 years agoMerge pull request #999 from quillford/patch-2
Jim Morris [Sat, 13 Aug 2016 18:38:52 +0000 (11:38 -0700)]
Merge pull request #999 from quillford/patch-2

fix config typo

7 years agofix config typo
quillford [Sat, 13 Aug 2016 18:36:18 +0000 (11:36 -0700)]
fix config typo

7 years agoMerge pull request #998 from wolfmanjm/upstreamedge
Jim Morris [Mon, 8 Aug 2016 21:44:55 +0000 (14:44 -0700)]
Merge pull request #998 from wolfmanjm/upstreamedge

add sample config for azteeg X5 Version 3 on a delta