f0b8d5ba3d
createTemperatureLookupMarlin.py: Change comment to refer to actual program name.
David Forrest2014-01-29 23:34:22 -05:00
50f44d9249
createTemperatureLookupMarlin.py: Truncate to short after application of OVERSAMPLENR for improved resolution.
David Forrest2014-01-29 23:23:18 -05:00
f5b5dd8038
createTemperatureLookupMarlin.py: Add output of Steinhart-Hart coefficients.
David Forrest2014-01-29 22:45:10 -05:00
76cf07c3f7
Configuration.h: Use OVERSAMPLENR in dT_PID definition.
David Forrest2014-01-21 23:25:51 -05:00
476c7193d8
temperature.cpp: Use OVERSAMPLENR in oversampling calculation.
David Forrest2014-01-21 16:49:03 -05:00
adbf226de1
Merge pull request #726 from DanLipsitt/patch-1
nothinman2014-01-21 12:46:47 -08:00
05932e4458
Add Z Probe Offset to EEPROM and Ultra LCD
Alex Borro2014-01-16 18:13:46 -02:00
7216583b8b
createTemperatureLookupMarlin.py: Add resolution comments and format for Marlin.
David Forrest2014-01-16 12:40:15 -05:00
e8e0697e48
fastio.h: Add AT90USBxx_TEENSYPP_ASSIGNMENTS for teensyduino/Lincomatic/Printrboard compatibility.
David Forrest2014-01-16 11:23:29 -05:00
75f39fadfc
Makefile: Update for Arduino 1.0.5 and Teensyduino dependent boards (HARDWARE_MOTHERBOARD=={8,81,82,83,84})
David Forrest2014-01-16 10:58:35 -05:00
df194f75e1
Added PT100 support for Ultiboard2
daid2014-01-06 11:20:03 +01:00
380144c20f
Add Ultiboard2 electronics. With PWM current settings. For the few people that have this new board as experiment in their UM-Original.
daid2014-01-06 11:05:02 +01:00
89a304fd98
Merge pull request #673 from fsantini/ErikZalm
alexborro2013-12-23 03:46:31 -08:00
46d2443c7d
Merge pull request #676 from IVI053/Marlin_v1
ErikZalm2013-12-17 02:28:28 -08:00
eed053dffb
Revert "Made numbering of heat bed thermistor more logical as D8 is bed, D9 is Extruder 2 and D10 is Extruder 1, so T0 should be E1, T1 E1 and T2 bed to be sequential as MOSFET-Outputs"
-2013-12-16 12:22:06 +01:00
3e568efe67
Merge pull request #657 from hcker2000/patch-1
ErikZalm2013-12-16 02:53:49 -08:00
da2a6f9a31
Accurate bed leveling: x loop inside y and zigzag motion
Francesco Santini2013-12-13 10:31:19 +01:00
532289e851
Merge pull request #677 from RicardoGA/patch-1
ErikZalm2013-12-11 12:52:39 -08:00
d29615dc0c
Z and Y dual stepper drivers error
RicardoGA2013-12-11 14:37:43 -06:00
5bde7fcb28
Minor code and comment polishing
fsantini2013-12-11 21:27:43 +01:00
20faff5935
Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry
-2013-12-08 21:35:57 +01:00
e5d3044801
Added posibility to set ENCODER_STEPS_PER_MENU_ITEM in Configuration.h like ENCODER_PULSES_PER_STEP as it depends on it for usability
-2013-12-08 21:34:56 +01:00
b7eadb9f37
Made numbering of heat bed thermistor more logical as D8 is bed, D9 is Extruder 2 and D10 is Extruder 1, so T0 should be E1, T1 E1 and T2 bed to be sequential as MOSFET-Outputs
-2013-12-08 21:30:42 +01:00
e016a720f4
Merge pull request #675 from forrestg/master
ErikZalm2013-12-07 05:56:24 -08:00
e8786bf110
Added support for Cheaptronic v1 electronic
Michal Dyntar2013-12-07 13:29:47 +01:00
cc2925b705
Implemented a least squares fit of the bed equation for auto bed leveling.
fsantini2013-12-06 21:46:25 +01:00
b64661070e
Fixed the plane vector equation to a simpler one (only dependent on the normal)
fsantini2013-12-06 21:32:21 +01:00
5c44f6c434
Bed Heater monitoring in Controller Fan
Alex Borro2013-11-27 23:23:06 -02:00
b33375d438
Z Axis Safe Homing when using Z Probe
Alex Borro2013-11-27 22:37:35 -02:00
35905ea4f9
Allow heaters to stay full On when PWM=127
Alex Borro2013-11-27 18:13:38 -02:00
ad588e8990
Added new board for those of us with sanguinololu boards with ceramic resonators
hcker20002013-11-18 15:49:36 -05:00
69af392554
Added HEATERS_PARALLEL (Request from reifsnyderb) This allows a hot end with two heaters and a FET for each heater. This is useful if the FET is not capable of heating two heaters.
Erik van der Zalm2013-11-17 13:29:02 +01:00
c244eb860c
If you have a switch on suicide pin, this is useful if you want to start another print with suicide feature after a print without suicide...
Charles R2013-11-04 12:04:04 +01:00
7b556d2e96
Added BT support on AT90USB devices
fmalpartida2013-11-03 19:57:06 +01:00
a5e8575829
Add UUID support to M115 responses.
Kaz Walker2013-11-01 14:51:50 -06:00
cab84e0e5b
Add (correct) missing pin definitions for Y2
Daniel Benamy2013-10-30 22:44:20 -04:00
39d88bcccb
preparation for hibernation
bkubicek2013-10-22 10:04:08 +02:00
ab965376ff
Sub-file calls. by overloading M32 it is now possible to execute gcode files from other gcode files, with a fixed recursion level. This can be used e.g. for having a real start.g and end.g somewhere on the sd card, which are then called from the normal print file. Another usecase would be to have macro-files for nozzle-change and layerchange. I have not tested the speedwise performance. The testing was done with pronterface.
bkubicek2013-10-22 10:02:18 +02:00
b2cc27e5ea
Added a magic character for sd buffering. if a '#' is read now the buffer will be emptied before reading ahead. This is so one can execute files from within gcode files, without messing the buffer with preread characters from the caller file. # can not occure in sd files imho, because it should only occure within checksums in ther serial communication. Yes, thats a lame argument. If you have a better idea please tell me. It has to be a character that one can type on a keyboard manually.
bkubicek2013-10-22 09:54:13 +02:00
8a08cca0f2
Added temperature status less. Hopefully fixed viky button handling without braking other boards
Erik van der Zalm2013-10-20 12:12:35 +02:00
7fad13a1e2
Reverse SD card file name order. This is _not_ automatically the cronological, since deleting a file will free the filesystem descriptor for it, which then will be used by the next file copied on it. Since this makes the auto0.g file very inaccessible, I put the option back, to have it in the prepare menu.
bkubicek2013-10-12 13:24:55 +02:00
73c82e7ad8
Clarifying M280 command in Bed Auto Leveling section.
alexborro2013-10-08 10:15:09 -03:00
b832f5b9f6
added delta tower babystepping. Its untested, but hopefully florian horsch will be able to try. also, removed some trouble for compilation with corexy. I think that babystepping is only possible in z for a delta tower. not sure if it would be usefull to step individual motors on a delta, i don't own one
bkubicek2013-10-07 09:14:04 +02:00
c38b0855c8
I think that filament change is ready for the masses. I have tested very often with my ultimaker.
bkubicek2013-10-06 21:20:26 +02:00
d147a057ac
Add the socalled "Babystepping" feature. It is a realtime control over the head position via the LCD menu system that works _while_ printing. Using it, one can e.g. tune the z-position in realtime, while printing the first layer. Also, lost steps can be manually added/removed, but thats not the prime feature. Stuff is placed into the Tune->Babystep *
bkubicek2013-10-06 21:14:51 +02:00