midopple
1e879af0a3
Version 1.3.25T / 12.01.2014
...
- M105 use the wrong convert function for Heatbed Target Temperatur
- Correct bug in calculate_trapezoid_for_block(..)
- smoother Steps for arc funtion G2/G3
- example for HEATER_DUTY_FOR_SETPOINT for reprap-fab Extruder V4
- more cycles for Autotune (M303) old 5 cycles, new 7 cycles
- New Thermistortable for ATC Semitec 104GT-2 (Type 5)
2014-01-12 19:30:24 +01:00
midopple
308cce734a
Version 1.3.24T / 21.09.2013
...
- M105 show same format as Marlin work better with new Pronterface
- Optimize TEMP_RESIDENCY function at Command M109
2013-09-21 18:05:20 +02:00
midopple
f84de85ec9
Merge pull request #208 from allartburns/master
...
Merge Docs for Arduino build
2013-01-02 06:42:15 -08:00
midopple
79da42fb65
Min step delay in microseconds (EXTEND_STEP_PULSE_USEC) for Stepperpulse
...
For A4988 dont use it
2012-11-28 19:14:58 +01:00
jet
8c065571c5
final tweaks on the docs after testing on a second mac.
2012-11-01 11:57:48 -04:00
jet
76e83bd73e
update README
2012-11-01 01:45:52 -04:00
jet
c32bfe0899
move Arduino-build.txt into the build tree and out of the top level
2012-11-01 01:26:24 -04:00
jet
9e71ca018d
clean up the README syntax for those working in the 80-column world,
...
changed only whitespace and line endings
2012-10-31 15:05:59 -04:00
kliment
c719b3820f
Merge pull request #207 from blddk/experimental
...
Wrong sensitive analog pins
2012-10-23 07:28:28 -07:00
blddk
165cb93452
Wrong sensitive analog pins
...
Analog pins was added with the wrong pin number, needs to be offset +55 to protect against using the pin as a digital
2012-10-23 17:19:11 +03:00
kliment
de2feb0cac
Merge pull request #206 from kliment/experimental
...
Merge experimental into master
2012-10-14 12:05:58 -07:00
midopple
1f11008dc8
Change max overshoot for Autotune to 55°C
...
If Temperature is higher then 255 °C stop Autotune
2012-09-19 19:47:38 +02:00
midopple
e206720abf
M303 Autotune use HEATER_CURRENT for Maximum PWM Value
2012-08-27 17:35:54 +02:00
midopple
3e6cce46ae
Version 1.3.22T
...
- Error in JERK calculation after G92 command is send, make problems
with Z-Lift function in Slic3r
2012-08-20 22:23:29 +02:00
kliment
08c975f3fa
Merge pull request #200 from kliment/master
...
Merge fixes added to master into experimental
2012-08-02 00:14:52 -07:00
kliment
1db03fa315
Merge pull request #199 from vonnieda/master
...
Fixes an array length calculation bug that breaks M42 pin setting.
2012-08-02 00:13:04 -07:00
Jason von Nieda
7ef1d5bac3
Fixes an array length calculation bug. The bug causes M42 pin sets to fail.
2012-08-02 00:08:14 -07:00
Kliment Yanev
0e3464eae1
Add M84 T to enable all axes
2012-07-22 23:53:16 +02:00
midopple
eb9de32b30
Version 1.3.21T
...
- M301 set PID Parameter, After PID values change use M500 to store to EEPROM
- If no PID is used, deaktivate Variables for PID settings
2012-07-18 20:06:12 +02:00
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