Commit graph

523 commits

Author SHA1 Message Date
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
midopple
378426c766 When endstop is hit count virtual steps, so the print lose no position when endstop is hit 2012-04-20 22:42:25 +02:00
midopple
d8b0ac3453 - Extrudmultiply with code M221 Sxxx (S100 original Extrude value)
- use Feedratefaktor only when Extruded lenght > 0
- M106 / M107 can drive the FAN with PWM + Port check for not using Timer 1
- New Option --> FAN_SOFT_PWM, with this option the FAN PWM can use every digital I/O (PWM with 500 hz)
- Added M93 command. Sends current steps for all axis.
2012-04-20 15:54:54 +02:00
midopple
31ccfda44b Fixed small bug in arcs when segemnts are zero
Thanks to hurzl
2012-04-02 10:21:54 +02:00
kliment
4eeeaed9fc Merge pull request #161 from se5a/master
Added M93 command - sends current steps per unit for all axis
2012-04-01 23:32:04 -07:00
se5a
91ec05a01b Added M93 command. sends current steps for all axis 2012-04-02 10:20:27 +12:00
kliment
e89142f6a2 Merge pull request #160 from kliment/master
Command M106 / M107
2012-03-30 01:11:32 -07:00
midopple
52f7f30408 Command M106 / M107 for control the fan can use PWM
New function to check the used PWM pins
2012-03-30 11:03:41 +03:00
midopple
1748e3258b Command M106 / M107 for control the fan can use PWM
New function to check the used PWM pins
2012-03-30 11:02:05 +03:00
midopple
b75a6ad79d Merge pull request #159 from midopple/experimental
Fixed arc offset
2012-03-28 06:41:33 -07:00
midopple
2579d9390d Merge from experimental, thanks to triffid_hunter 2012-03-28 15:37:26 +02:00
kliment
85f61f040f Merge pull request #158 from kliment/master
fix compiling from makefile
2012-03-28 06:12:21 -07:00
kliment
2379ce0df3 Merge pull request #157 from triffid/fix-order
fix enable_endstops being used before its definition
2012-03-28 06:10:15 -07:00
Michael Moon
f1bc263860 fix enable_endstops being used before its definition 2012-03-28 21:41:46 +11:00
midopple
13f642c637 add my name 2012-03-28 10:49:05 +03:00
midopple
13cd4cb757 add my name 2012-03-28 10:47:29 +03:00
midopple
c3324a234c Fixed arc offset
Thanks to Erik van der Zalm
2012-03-27 21:38:56 +02:00
midopple
0d4d5714bc Merge commit '0c36faa8034f2c21e834efcff73aa41137be31dd' into experimental 2012-03-27 21:07:59 +02:00
Kliment Yanev
0c36faa803 Set the defaults for the heart of the sun...uhm, set default board to 33 2012-03-27 20:53:02 +02:00
kliment
2d498da2c1 Merge pull request #156 from midopple/experimental
wrong char in configuration.h
2012-03-27 11:33:56 -07:00
midopple
ed0f1c6f8c First char '#' was unicode so linux give an compile error 2012-03-23 21:33:54 +01:00
kliment
4df80c0d6b Merge pull request #155 from midopple/experimental
Try to merge fixes from Master into Experimental
2012-03-19 11:45:30 -07:00
midopple
8147df6ae0 Fixes virtual endstops when using mixed physical endstop positions.
Thanks to ticking
2012-03-19 18:53:06 +01:00
midopple
8954e1ccb9 Merge commit pins.h from master to experimentell
Conflicts:
Sprinter/pins.h
2012-03-19 18:39:36 +01:00
kliment
3534d9bde3 Merge pull request #154 from midopple/experimental
AT90USB128x / Speedtable with F_CPU / fix include
Closes #145
2012-03-19 09:59:40 -07:00
midopple
9af1ae8589 Version 1.3.11T
- fix for broken include in store_eeprom.cpp  --> Thanks to kmeehl (issue #145)
- Make fastio & Arduino pin numbering consistent for AT90USB128x. --> Thanks to lincomatic
- Select Speedtable with F_CPU
- Use same Values for Speedtables as Marlin
2012-03-19 17:55:07 +01:00
midopple
e65e0d23ee fix for broken include in store_eeprom.cpp
Thanks to kmeehl
2012-03-19 12:22:55 +01:00
midopple
8b8f5bf474 Make fastio & Arduino pin numbering consistent for AT90USB128x.
Thanks to lincomatic
2012-03-19 12:20:43 +01:00
kliment
7d45ae9ecf Merge pull request #152 from lincomatic/master
Make fastio & Teensyduino Pin Numbering consistent with each other for AT90USB128x
2012-03-18 03:37:16 -07:00
lincomatic
bd10b8f6ee Make fastio & Arduino pin numbering consistent for AT90USB128x 2012-03-17 21:31:46 -07:00
kliment
d8e913a6b6 Merge pull request #150 from midopple/experimental
Fix gen7 support, fix bug in ENDSTOPS_ONLY_FOR_HOMING
2012-03-14 12:13:52 -07:00
midopple
1fee76039c ENDSTOPS_ONLY_FOR_HOMING Option ignore Endstop always --> fault is cleared
New Version V1.3.10T
2012-03-14 16:40:00 +01:00
midopple
97c90f7501 Add info to GEN7 Pins 2012-03-13 14:17:05 +01:00
midopple
e48ba6ead7 Merge pull request #4 from metzench/patch-1
Update pins.h for gen7
2012-03-13 06:14:57 -07:00
Christian Metzen
10198f7ffe Update pins.h for gen7, working setup for 20MHz 2012-03-13 14:12:04 +01:00
midopple
b0fc85c98d Info about GEN7 @ 20Mhz
right Fuses settings for Bootloader
2012-03-13 14:07:57 +01:00
midopple
3116c11f5d calculate feedrate without extrude before planner block is set 2012-03-12 20:04:13 +01:00
midopple
7d93c079df New Board --> GEN7 @ 20 Mhz
Select in configuration.h --> #define MOTHERBOARD 71
New Speedtable for 16 Mhz and 20 Mhz
2012-03-10 19:20:16 +01:00
kliment
54b68d0bf3 Merge pull request #148 from midopple/experimental
Slowdown Function when Plannerpuffer is low
2012-03-05 02:43:42 -08:00
midopple
bcef226413 Merge commit 'from changwoo/arduino-1.0-compatibility' into experimental 2012-03-04 18:01:43 +01:00
kliment
0a47e2d0b6 Merge pull request #147 from changwoo/arduino-1.0-compatibility
Arduino 1.0 compatibility for experimental
2012-03-04 08:50:33 -08:00
midopple
0ada66f112 Move SLOWDOWN Funktion up, at the current position does not work 2012-03-04 17:01:20 +01:00
Changwoo Ryu
8465acbfb8 Update README on Arduino v1 support 2012-03-05 00:15:39 +09:00
Changwoo Ryu
b4911b203a Correct SD for Arduino 1.0 compatibility
With Arduino 1.0 Print class:

- write() should return, and
- print() with a uint_8 or int_8 character argument does not call
  print(char) anymore. So character argument should be casted to
  'char' explicitly.
2012-03-05 00:10:16 +09:00
kliment
0ed514e153 Merge pull request #144 from midopple/experimental
Fix Comment, Optimize, remove Unused code, fix makefile
2012-02-24 13:59:59 -08:00
midopple
eb421e6a65 Merge commit '89180de4bfd598298f4d5e77889c57a250e35084' into experimental
Conflicts:
Sprinter/Makefile
2012-02-24 22:57:59 +01:00
midopple
c6ebbfdb12 If a line starts with ';', it is ignored but comment_mode is reset.
A ';' inside a line ignores just the portion following the ';' character.
The beginning of the line is still interpreted.
--> Tanks to jschleic

Same fix for SD Card, testet and work (midopple)
2012-02-24 22:26:12 +01:00
midopple
9a644d02ce Version 1.3.07T
- Optimize Variable Size (faster Code) --> heater.cpp
 - Remove unused Code from Interrupt --> faster ~ 22 us per step
 - Replace abs with fabs --> Faster and smaler
2012-02-24 20:23:38 +01:00