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
|
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
|
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
|
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 |
|
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
|
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 |
|
Alessandro Ranellucci
|
53be78c949
|
New implementation of TEMP_RESIDENCY_TIME. We now wait for the target temp to be esablished and maintained for residency time +/- a configurable hysteresis
|
2011-07-26 18:17:52 +02:00 |
|
kliment
|
3ff008c064
|
Merge pull request #60 from LawrenceLeung/master
Support TEMP_RESIDENCY_TIME.
|
2011-07-25 12:30:42 -07:00 |
|
Lawrence
|
a24acc7731
|
Comment out TEMP_RESIDENCY_TIME
|
2011-07-25 10:58:02 -07:00 |
|
Lawrence
|
cec92aff24
|
Revert "Disable TEMP_RESIDENCY_TIME for default"
This reverts commit eb1c87fa7b.
|
2011-07-25 10:56:55 -07:00 |
|
Lawrence Leung larryleungcal@yahoo.com
|
eb1c87fa7b
|
Disable TEMP_RESIDENCY_TIME for default
|
2011-07-25 00:55:42 -07:00 |
|
Lawrence Leung larryleungcal@yahoo.com
|
067c662510
|
add support for TEMP_RESIDENCY_TIME for M109
|
2011-07-25 00:51:27 -07:00 |
|
kliment
|
95fbe3de6e
|
Merge pull request #58 from Renosis/master
MakerGear Hybrid Prusa Mendel steps per unit values
|
2011-07-25 00:24:25 -07:00 |
|
Spencer Renosis
|
95504583ff
|
Added MakerGear Hybrid Prusa steps per unit values.
|
2011-07-24 18:41:47 -07:00 |
|
kliment
|
4c385a2f5d
|
Merge branch 'experimental'
|
2011-07-24 21:47:58 +02:00 |
|
Emanuele Caruso
|
edb91dd6fa
|
Merge remote branch 'origin/experimental' into experimental
|
2011-07-24 19:36:35 +02:00 |
|
Emanuele Caruso
|
f712ec88f3
|
Fixed bug which in some cases caused the moves to be done at full speed without acceleration
|
2011-07-24 19:30:29 +02:00 |
|
kliment
|
288dc6af49
|
Merge pull request #55 from Joaz/uuid
added uuid identification support
|
2011-07-23 15:42:06 -07:00 |
|
jglauche
|
726a0583a5
|
added uuid identification support
|
2011-07-24 00:36:32 +02:00 |
|
kliment
|
6731e67015
|
Merge branch 'master' into experimental
|
2011-07-18 06:58:52 +02:00 |
|
kliment
|
42f4ab3730
|
Merge pull request #54 from ERoth3/master
Added Ramps 1.3 Pin assignments for E1
|
2011-07-17 21:57:52 -07:00 |
|
Emery Roth
|
73844d6e96
|
Added Ramps 1.3 pin assignments for E1 (second extruder) stepper driver
This is my first commit…Please don't hurt me if i screw up!
|
2011-07-18 00:44:08 -04:00 |
|
kliment
|
f6c4aad7fb
|
Merge branch 'master' into experimental
|
2011-07-17 14:10:01 +02:00 |
|
kliment
|
0c376e76d1
|
Add some explanations to config, change some variables to #defines. Fixes #36
|
2011-07-17 14:09:14 +02:00 |
|
kliment
|
87c0fbba3e
|
Merge branch 'master' into experimental
|
2011-07-17 14:03:19 +02:00 |
|
kliment
|
b136a652c4
|
Add extra config for homing feedrate - fixes #28
|
2011-07-17 14:02:35 +02:00 |
|
kliment
|
2f2839b35a
|
Merge branch 'master' into experimental
|
2011-07-16 21:59:32 +02:00 |
|
kliment
|
3c44f0b3e3
|
Ignore bedtemp if no bed temp pin defined
|
2011-07-16 21:58:17 +02:00 |
|
kliment
|
0874462655
|
Merge branch 'master' of github.com:kliment/Sprinter into experimental
|
2011-07-16 14:33:13 +02:00 |
|
kliment
|
9c247a305c
|
Merge pull request #52 from alexrj/inverted-homing
Fix homing to max endstops
|
2011-07-16 05:32:47 -07:00 |
|