kliment
9fe56bac47
Merge pull request #198 from blddk/experimental
...
Synchronize before certain commands are executed if chain of command is defined
2012-07-10 09:57:05 -07:00
blddk
982796f9f0
Added chain of command so hotend wont be turned off before print is done.
2012-07-07 19:15:48 +03:00
blddk
dd2b9ef537
Added chain of command so hotend wont be turned off before the print is finished.
2012-07-07 19:15:18 +03:00
midopple
d98317e213
Merge pull request #196 from kliment/master
...
Thermistortable 7 without thermistor shows 5 C
2012-06-29 10:54:08 -07:00
midopple
3dca6f03e1
Thermistortable 7 without thermistor shows 5 C, add an safety point with 0 C
2012-06-29 19:48:53 +02:00
midopple
f09198255c
Merge pull request #195 from kliment/master
...
merge masterchanges into experimental
2012-06-27 09:32:16 -07:00
midopple
840c11de71
Merge pull request #194 from felipesanches/refactor_eeprom2
...
Refactor eeprom routines
2012-06-27 09:31:18 -07:00
Felipe Corrêa da Silva Sanches
890038c93e
use PID_PGAIN, PID_IGAIN, PID_DGAIN for PID default values
2012-06-27 08:52:36 -03:00
Felipe Corrêa da Silva Sanches
16a408af3d
calculate eeprom parameter addresses based on previous param address plus sizeof(type)
2012-06-27 08:52:22 -03:00
Felipe Corrêa da Silva Sanches
e0d9840439
refactor eeprom routines to make it possible to modify the value of a single parameter
2012-06-27 08:51:56 -03:00
kliment
c5cd7f4046
Merge pull request #191 from MrAlvinTesting/patch-1
...
Add ATMega 644P SMD pinout as comment
2012-06-23 13:22:47 -07:00
MrAlvinTesting
eda666ce33
Update master
2012-06-23 17:46:14 +03:00
kliment
7975010946
Merge pull request #190 from felipesanches/refactor_homing
...
Refactor homing
2012-06-18 12:55:25 -07:00
Felipe Corrêa da Silva Sanches
3cc48055c2
reimplement homing routine as an inline function
2012-06-18 13:07:42 -03:00
Felipe Corrêa da Silva Sanches
05e1d6083b
refactoring homing routine to avoid copy&pasted code
2012-06-18 11:03:06 -03:00
kliment
490759557f
Merge pull request #188 from felipesanches/experimental
...
fix a few typos and english usage
2012-06-15 08:04:46 -07:00
Felipe Corrêa da Silva Sanches
1d4bc83291
fix a few typos and correct english usage
2012-06-15 11:56:38 -03:00
midopple
866449371b
Merge pull request #186 from blddk/experimental
...
Extruder cooling fan
2012-06-14 09:53:10 -07:00
blddk
22445736c7
Forgot to pit the part in where it makes the pin an output pin... >.<
2012-06-14 19:49:17 +03:00
kliment
12de400926
Merge pull request #185 from tzikis/experimental
...
Patched the pins.h file to accept more Sanguino versions
2012-06-12 23:30:55 -07:00
Vasileios Georgitzikis
416965177a
changed the pins.h file to accept more Sanguino versions
2012-06-12 23:51:05 +03:00
midopple
82bdbc233a
Update README to Arduino Version 0023
2012-06-12 22:22:01 +02:00
midopple
02eb9b9099
Version 1.3.19T
...
- Set maximum acceleration. If "steps per unit" is Change the acc were not recalculatet
- Extra Parameter for Max Extruder Jerk
- New Parameter (max_e_jerk) in EEPROM
--> Default settings after update !!
2012-06-12 18:23:14 +02:00
midopple
cbaf809d76
Merge pull request #183 from kliment/master
...
Error with Command M201
2012-06-11 05:36:20 -07:00
midopple
597310a3dc
Error with Command M201, when this Command is use the same Values are written to maximum Feedrate.
2012-06-11 15:32:24 +03:00
kliment
2ac9c3e24d
Merge pull request #182 from blddk/experimental
...
Added M400 to synchronize the motion queue
2012-06-07 08:12:41 -07:00
blddk
862b63b387
Added M400
2012-06-07 18:09:00 +03:00
midopple
648b25444d
Merge pull request #179 from kliment/master
...
Thermistor type 3, disconnecting thermistor yields temp -20, and hotend gets switched to full power
2012-06-02 10:19:53 -07:00
midopple
e998ed8fdb
Bug in heater.cpp --> Thermistor type 3, disconnecting thermistor yields temp -20, and hotend gets switched to full power
2012-06-02 19:15:26 +02:00
midopple
87cf8e280d
repaired thermistortable_6 by graphcial fitting of the off-slope values.
...
Thanks to bkubicek
2012-05-30 19:40:39 +02:00
midopple
babd2a3e84
Merge pull request #177 from kliment/master
...
Wrong declaration for Variable min_time_before_dir_change
2012-05-28 05:34:19 -07:00
midopple
aab62de29c
Merge pull request #176 from blddk/experimental
...
Error with DELAY_ENABLE
Thanks to blddk
2012-05-28 05:30:43 -07:00
kliment
9af0980080
Merge pull request #174 from changwoo/experimental-arduino-1.0-compatibility
...
Experimental arduino 1.0 compatibility
2012-05-27 08:13:02 -07:00
blddk
9c708af22e
Added variables for extruder fan
2012-05-24 21:15:00 +03:00
blddk
b76a110336
Added function to turn a fan on and off to keep heat from the hotend to rise up into the extruder.
2012-05-24 21:13:49 +03:00
blddk
344235701b
Too many if('s
2012-05-24 21:07:35 +03:00
midopple
a63ade8350
Wrong declaration for Variable min_time_before_dir_change
...
should be const long
2012-05-24 09:09:17 +03:00
Changwoo Ryu
a295b6147e
Arduino 1.0 build
2012-05-21 02:11:00 +09:00
midopple
c17bbb3296
Merge pull request #171 from kliment/master
...
additional dropsegments test
2012-05-17 10:39:20 -07:00
midopple
18ad4ffc0e
If a small move is drop and the next move is retract the speed is wrong calculated
...
see https://github.com/kliment/Sprinter/issues/170
thanks to jschleic
2012-05-16 21:53:16 +03:00
midopple
af7ebae0f8
Add MOTHERBOARD 51 for GEN6 with Heatbed and Heatbedsensor
2012-05-15 12:36:25 +02:00
midopple
d2ccafcb77
Version 1.3.17T
...
- M303 - PID relay autotune possible
- G4 Wait until last move is done
2012-05-04 09:40:45 +02:00
midopple
5a60fcd6f5
Merge pull request #168 from kliment/master
...
Bug: turn on SD_FAST_XFER_AKTIV and compilation fails if PID is
2012-05-01 23:01:05 -07:00
kliment
d651a6cb90
Merge pull request #167 from OhmEye/master
...
Fix compile error if SD_FAST_XFER_AKTIV is on and PID is off
2012-05-01 03:50:02 -07:00
OhmEye
976c90b315
Bug: turn on SD_FAST_XFER_AKTIV and compilation fails if PID is
...
enabled.
Fix:
If SD_FAST_XFER_AKTIV is defined, fast_xfer() only declares
g_heater_pwm_val if PIDTEMP is defined, but later assigns
g_heater_pwm_val=0 regardless whether PIDTEMP is defined or not. If
PIDTEMP is undefined, g_heater_pwm_val is undeclared at compile time and
generates the appropriate error. I solved by not using g_heater_pwm_val
if PIDTEMP is undefined (and therefor undeclared.)
Also, the extern declaration was as an int, when g_heater_pwm_val is
defined as a volatile unsigned char. This caused a duplicate declaration
error, which was solved by changing the declaration in fast_xfer() to
match the definition. I didn't dig deeper to try to understand if the
mismatch was intentional or test operation other than verify the compile
errors no longer occur.
2012-04-30 23:59:53 -10:00
midopple
468dfeea60
Fix commit Text
2012-04-24 15:13:01 +02:00
midopple
4e9cf992e1
Extra Retract Feedrate for Extruder
...
- Use extra extruder feedrate limit for reverse moves, and also the first forward move after a reverse
2012-04-24 13:25:54 +02:00
midopple
0e3d2ecea4
Fix typo in Parameteroutput
2012-04-24 10:46:26 +02:00
midopple
ed9fe956a7
Ignore ":" in comments.
2012-04-23 07:56:14 +02:00
midopple
3a29ee97d1
Version 1.3.15T
...
- M206 - set additional homeing offset (Thank to se5a for this idea)
(First Version is without saving to EEPROM)
- Option for minimum FAN start speed --> #define MINIMUM_FAN_START_SPEED 50 (set it to zero to deaktivate)
2012-04-22 18:33:19 +02:00