clinton/Smoothieware.git
12 years agoin-file config of the TemperatureControl, and simple adjustments to make
Arthur Wolf [Wed, 4 Jan 2012 13:59:19 +0000 (14:59 +0100)]
in-file config of the TemperatureControl, and simple adjustments to make
porting easier

12 years agoBasic 3D printing support working, a gigaton of bugfixes
Arthur Wolf [Tue, 3 Jan 2012 18:52:12 +0000 (19:52 +0100)]
Basic 3D printing support working, a gigaton of bugfixes

12 years agoi
Arthur Wolf [Tue, 27 Dec 2011 20:23:29 +0000 (21:23 +0100)]
i

12 years agoadded configuration options, feedrate gcode to the extruder module
Arthur Wolf [Tue, 27 Dec 2011 19:53:12 +0000 (20:53 +0100)]
added configuration options, feedrate gcode to the extruder module

12 years agoadded missing files
Arthur Wolf [Thu, 8 Dec 2011 23:27:52 +0000 (00:27 +0100)]
added missing files

12 years agomajor bug fixes, way too many to enumerate
Arthur Wolf [Mon, 5 Dec 2011 19:31:38 +0000 (20:31 +0100)]
major bug fixes, way too many to enumerate

12 years agodebugging the Extruder module, commiting just to keep all the debug
Arthur Wolf [Tue, 29 Nov 2011 11:14:56 +0000 (12:14 +0100)]
debugging the Extruder module, commiting just to keep all the debug
printfs I'm about to delete

12 years agoFirst seemingly working Extruder module
Arthur Wolf [Wed, 23 Nov 2011 09:41:46 +0000 (10:41 +0100)]
First seemingly working Extruder module

12 years agoextruder module completely messed up, trying something completely
Arthur Wolf [Tue, 22 Nov 2011 14:29:35 +0000 (15:29 +0100)]
extruder module completely messed up, trying something completely
different, just saving in case ...

12 years agopartially working Extruder module, fixed but in Robot.cpp
Arthur Wolf [Tue, 22 Nov 2011 10:59:50 +0000 (11:59 +0100)]
partially working Extruder module, fixed but in Robot.cpp

12 years agohalfway thru the Extruder functionality
Arthur Wolf [Sun, 20 Nov 2011 23:59:30 +0000 (00:59 +0100)]
halfway thru the Extruder functionality

12 years agovarious cleanups
Arthur Wolf [Sun, 20 Nov 2011 21:19:22 +0000 (22:19 +0100)]
various cleanups

12 years agoMerge branch 'player' into edge
Arthur Wolf [Sun, 20 Nov 2011 20:17:22 +0000 (21:17 +0100)]
Merge branch 'player' into edge

12 years agominor
Arthur Wolf [Sun, 20 Nov 2011 20:16:36 +0000 (21:16 +0100)]
minor

12 years agoChanged from Queue in Planner module to the new Player module
Arthur Wolf [Sun, 20 Nov 2011 20:13:41 +0000 (21:13 +0100)]
Changed from Queue in Planner module to the new Player module

12 years agovarious bug fixes
Arthur Wolf [Sun, 20 Nov 2011 16:10:11 +0000 (17:10 +0100)]
various bug fixes

12 years agoadded per-axis speed limit, with config file setting
Arthur Wolf [Fri, 18 Nov 2011 18:48:20 +0000 (19:48 +0100)]
added per-axis speed limit, with config file setting

12 years agoadding boolean configuration values, and extruder/laser modules enable
Arthur Wolf [Fri, 18 Nov 2011 16:27:00 +0000 (17:27 +0100)]
adding boolean configuration values, and extruder/laser modules enable
options ( defaulting to false )

12 years agoChanged config system to an object-based one, configs are now retrieved
Arthur Wolf [Fri, 18 Nov 2011 13:40:39 +0000 (14:40 +0100)]
Changed config system to an object-based one, configs are now retrieved
as objects, then data is extracted from them

12 years agoAdded credits for grbl-edge math/logic
Arthur Wolf [Mon, 10 Oct 2011 22:09:13 +0000 (00:09 +0200)]
Added credits for grbl-edge math/logic

12 years agoStepper pins can now be inverted by adding a ! to the pin number
Arthur Wolf [Mon, 10 Oct 2011 21:40:47 +0000 (23:40 +0200)]
Stepper pins can now be inverted by adding a ! to the pin number
Example : " gamma_step_pin 19! " ( in the config file )

12 years agoadded pauser module
Arthur Wolf [Sun, 9 Oct 2011 18:01:42 +0000 (20:01 +0200)]
added pauser module

12 years agofixed gcode with S letter
Arthur Wolf [Sun, 9 Oct 2011 16:23:06 +0000 (18:23 +0200)]
fixed gcode with S letter

12 years agofixed bug with planner/stepper interaction
Arthur Wolf [Sun, 9 Oct 2011 15:06:55 +0000 (17:06 +0200)]
fixed bug with planner/stepper interaction

12 years agoFixed a bug with Block gcode queue access from interrupt, and made a few
Arthur Wolf [Fri, 7 Oct 2011 13:26:35 +0000 (15:26 +0200)]
Fixed a bug with Block gcode queue access from interrupt, and made a few
ameliorations to stepper ( now goes up to 200khz stepping rate )

12 years agoadded Pauser module
Arthur Wolf [Sun, 2 Oct 2011 15:15:09 +0000 (17:15 +0200)]
added Pauser module

12 years agocode cleanup
Arthur Wolf [Sun, 2 Oct 2011 10:47:06 +0000 (12:47 +0200)]
code cleanup

12 years agointegrating chamnit's grbl-edge's math
Arthur Wolf [Sat, 1 Oct 2011 22:36:12 +0000 (00:36 +0200)]
integrating chamnit's grbl-edge's math

12 years agofreeze edge for merging with master
Arthur Wolf [Sat, 1 Oct 2011 09:58:19 +0000 (11:58 +0200)]
freeze edge for merging with master

12 years agoadded config-load command, and fixed config-set command to add
Arthur Wolf [Thu, 29 Sep 2011 16:12:12 +0000 (18:12 +0200)]
added config-load command, and fixed config-set command to add
whitespace after inserted command

12 years agoMerge branch 'master' into edge
Arthur Wolf [Thu, 29 Sep 2011 08:33:53 +0000 (10:33 +0200)]
Merge branch 'master' into edge

Conflicts:
gcc4mbed/build/gcc4mbed.mk
gcc4mbed/samples/HelloWorld/HelloWorld.map

12 years agoMerging with newer gcc4mbed for better compilability
Arthur Wolf [Thu, 29 Sep 2011 08:15:47 +0000 (10:15 +0200)]
Merging with newer gcc4mbed for better compilability

12 years agoplay command now works
Arthur Wolf [Wed, 28 Sep 2011 20:31:02 +0000 (22:31 +0200)]
play command now works

12 years agoconfig-get and config-set now work
Arthur Wolf [Wed, 28 Sep 2011 17:41:03 +0000 (19:41 +0200)]
config-get and config-set now work

12 years agomoved util function
Arthur Wolf [Tue, 27 Sep 2011 13:39:53 +0000 (15:39 +0200)]
moved util function

12 years agoput Simpleshell into separate files
Arthur Wolf [Tue, 27 Sep 2011 11:55:52 +0000 (13:55 +0200)]
put Simpleshell into separate files

12 years agoI'm learning git, so noise ...
Arthur Wolf [Tue, 27 Sep 2011 10:47:00 +0000 (12:47 +0200)]
I'm learning git, so noise ...

12 years agooops again
Arthur Wolf [Tue, 27 Sep 2011 10:44:13 +0000 (12:44 +0200)]
oops again

12 years agoopps
Arthur Wolf [Tue, 27 Sep 2011 10:41:34 +0000 (12:41 +0200)]
opps

12 years agoinitial commit
Arthur Wolf [Tue, 27 Sep 2011 10:38:49 +0000 (12:38 +0200)]
initial commit

12 years agoAdded more eloquent README
Arthur Wolf [Wed, 21 Sep 2011 16:19:04 +0000 (18:19 +0200)]
Added more eloquent README

12 years agofirst commit
Arthur Wolf [Mon, 19 Sep 2011 22:23:13 +0000 (00:23 +0200)]
first commit