kliment
|
29ed8a3eb0
|
Merge pull request #83 from condac/patch-1
Fix so the FAN pin is set as output and fixed fan off case for PWM pins
|
2011-09-04 02:03:51 -07:00 |
|
condac
|
66288464fa
|
New and improved On and Off for FAN_PIN
|
2011-09-04 11:49:14 +03:00 |
|
Kliment Yanev
|
6318cd2496
|
Fix deceleration
|
2011-09-03 19:18:06 +02:00 |
|
Kliment Yanev
|
9e711e9e19
|
Merge branch 'master' into experimental
|
2011-09-03 19:00:43 +02:00 |
|
Kliment Yanev
|
699a41290f
|
Fix underflow in steps per square second
|
2011-09-03 18:52:18 +02:00 |
|
Kliment Yanev
|
55606f1bdc
|
Fix missing newline in pins.h that prevents max6675 support from working
|
2011-09-03 18:51:27 +02:00 |
|
condac
|
731907b880
|
Fix so the FAN works, added fan pin as output and fixed fan off case statement
|
2011-09-03 19:41:16 +03:00 |
|
Kliment Yanev
|
b882d80fea
|
Merge branch 'experimental' of github.com:kliment/Sprinter into experimental
|
2011-08-31 11:56:18 +02:00 |
|
Kliment Yanev
|
acc6f2caf8
|
Merge branch 'master' of github.com:kliment/Sprinter into experimental
|
2011-08-31 11:55:49 +02:00 |
|
Kliment Yanev
|
abff90d554
|
Add temp2 pin define
|
2011-08-31 11:55:24 +02:00 |
|
kliment
|
03af4f0a65
|
Merge pull request #82 from alexrj/setup-acceleration
Refactoring acceleration math to a new setup_acceleration() function to make M92 work
|
2011-08-29 07:12:21 -07:00 |
|
Alessandro Ranellucci
|
736a8f3b4a
|
Added setup_acceleration() to header file
|
2011-08-29 16:05:37 +02:00 |
|
Alessandro Ranellucci
|
2acd4af635
|
Refactoring acceleration math to a new setup_acceleration() function to make M92 fully working.
|
2011-08-29 15:07:37 +02:00 |
|
Alessandro Ranellucci
|
b74d1b90e3
|
Fixed typo in Z_ENDSTOP_INVERT patch by lemio
|
2011-08-26 19:43:48 +02:00 |
|
Alessandro Ranellucci
|
492682f06a
|
Fixed configuration for new [XYZ]_ENDSTOP_INVERT options
|
2011-08-26 19:40:37 +02:00 |
|
lemio
|
34b9fd054b
|
Edited Sprinter/Configuration.h via GitHub
|
2011-08-26 19:01:47 +02:00 |
|
lemio
|
a638077ea8
|
Added support for using different endstops ()
|
2011-08-26 19:01:20 +02:00 |
|
kliment
|
6308360ef8
|
Merge pull request #77 from alexrj/smoothing-config
Removed all unnecessary config option values to avoid confusion
|
2011-08-25 12:15:38 -07:00 |
|
Alessandro Ranellucci
|
c097f45d1f
|
Removed all unnecessary config option values to avoid confusion (one might think that setting them to 0 disabled the feature, while it has to be commented instead)
|
2011-08-25 21:10:29 +02:00 |
|
kliment
|
936fbc26de
|
Merge pull request #76 from alexrj/smoothing-config
Tiny change to confusing config option
|
2011-08-25 12:06:52 -07:00 |
|
Alessandro Ranellucci
|
2c2336d8ab
|
SMOOTHING had a value (1); however turning it to 0 won't disable the feature, so that's just confusing.
|
2011-08-25 21:03:53 +02:00 |
|
kliment
|
bc9e0b7a5e
|
Merge pull request #75 from alexrj/cooling-temp-residency
Cooling temp residency
|
2011-08-25 12:02:07 -07:00 |
|
Alessandro Ranellucci
|
a58e299370
|
Refactoring in M109 to support residency time on cooling without code duplication
|
2011-08-25 20:43:07 +02:00 |
|
kliment
|
382953c732
|
Merge pull request #73 from jebba/patch-1
Add EPCOS 100k thermistor table.
|
2011-08-23 11:03:28 -07:00 |
|
jebba
|
949eeb257a
|
Add Epcos 100k thermistor to table.
|
2011-08-23 13:53:08 -06:00 |
|
kliment
|
275aef159e
|
Merge pull request #74 from jebba/patch-2
Add EPCOS thermistor table to configuration.
|
2011-08-23 11:03:07 -07:00 |
|
jebba
|
6d63c2d9e9
|
Add EPCOS comment to configuration.
|
2011-08-23 13:57:23 -06:00 |
|
ParCan
|
288e281457
|
Edited Sprinter/thermistortables.h via GitHub
|
2011-08-19 06:24:57 +02:00 |
|
ParCan
|
c5014902ad
|
Edited Sprinter/Configuration.h via GitHub
|
2011-08-19 06:21:01 +02:00 |
|
kliment
|
7bb5724e8d
|
Merge pull request #71 from ParCan/master
ParCan Thermistor table added
|
2011-08-18 11:29:10 -07:00 |
|
kliment
|
3372c0f029
|
Merge pull request #69 from changwoo/master
ATmega1284P support
|
2011-08-12 22:42:12 -07:00 |
|
kliment
|
4d58a83f6f
|
Merge pull request #68 from WebSpider/experimental
Experimental adding of M109 cooldown handling
|
2011-08-12 04:50:52 -07:00 |
|
kliment
|
6ea7243775
|
Merge pull request #67 from rotorit/master
use the fan pin to power the hot end heater on the crappy techzone monotronics
|
2011-08-12 04:33:48 -07:00 |
|
Nils
|
edc06d3bd3
|
Adding falling mode to M109 to better implement GCode definition
|
2011-08-11 15:36:48 +02:00 |
|
rotorit
|
151c5f24bf
|
first revision... had to use the fan pin to control the extruder hot end heater. meaning.. this setup will not support a bed heat control ..for now... Time will show if I can get the Tip management A/D converter to work... or.. should i get it to work at all???
|
2011-08-09 20:27:03 +03:00 |
|
kliment
|
55af18a00b
|
Merge pull request #66 from rotorit/master
Limited Gen 3 with 644P support - support gen3 with gen3+ board and the techzone monolithic electronics with thermistor only
|
2011-08-09 01:49:29 -07:00 |
|
rotorit
|
34552a9432
|
typo
|
2011-08-09 11:34:18 +03:00 |
|
rotorit
|
486cf5a2cc
|
Edited Sprinter/Configuration.h via GitHub
|
2011-08-09 11:19:05 +03:00 |
|
rotorit
|
d49dd1ea8c
|
Added support for Gen3-pluss and Gen3-Monolithic Electronics
|
2011-08-09 00:47:44 +03:00 |
|
rotorit
|
3f09e6fec9
|
added motherboard entry for Gen3-pluss and Gen3-Monolithic Electronics
|
2011-08-09 00:43:26 +03:00 |
|
Changwoo Ryu
|
7a3bdb7028
|
Support Sanguino/Sanguinololu with ATmega1284P
|
2011-08-09 01:51:39 +09:00 |
|
kliment
|
6fe2dbe366
|
Merge pull request #65 from blddk/master
M42 for toggling individual pins or setting PWM, modified MINTEMP to apply to heated bed
|
2011-08-03 02:46:06 -07:00 |
|
blddk
|
02dfbc071d
|
Fixed so commenting out MINTEMP won't break compile, however, commenting out MINTEMP will then again allow the bed to be turned on, but not off, when there are no thermistor, or thermistor is broken.
|
2011-08-03 12:44:28 +03:00 |
|
blddk
|
f131f08bb6
|
Added MINTEMP to work on the heated bed too, so it will also turn off when thermistor fails.
|
2011-08-03 01:47:56 +03:00 |
|
blddk
|
ef66ecf5f1
|
Added M42 to control non used pins example: M42 P23 S255
|
2011-08-02 23:50:10 +03:00 |
|
blddk
|
563c90f6ff
|
Added a list of pins which will be ignored by manual change through M42
|
2011-08-02 23:47:30 +03:00 |
|
Kliment
|
96291e27a8
|
When you set PWM on a pin to a given value and then WRITE a 0 to it, the PWM timer does not stop. Set the PWM to 0 as well to prevent hotend meltdowns.
|
2011-08-02 21:47:32 +02:00 |
|
kliment
|
b3280f5adc
|
Merge pull request #62 from alexrj/heater-current-limit
Heater current limit
|
2011-07-26 14:16:20 -07:00 |
|
kliment
|
15c76d51bb
|
Merge pull request #61 from alexrj/temp-residency
New implementation of TEMP_RESIDENCY_TIME
|
2011-07-26 11:04:54 -07:00 |
|
Alessandro Ranellucci
|
0ca62c5596
|
New config option HEATER_CURRENT to limit current to the nozzle
|
2011-07-26 18:45:13 +02:00 |
|