kliment
6d5a3297f4
Merge pull request #142 from jschleic/fix-comment_mode
...
fix comment mode.
2012-02-23 14:12:18 -08:00
kliment
89180de4bf
Merge pull request #141 from jschleic/fix-Makefile2
...
Fix Makefile in experimental
2012-02-23 14:11:17 -08:00
Joachim Schleicher
d85e549549
fix comment mode.
...
Closes #140 .
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.
Probably a similar fix is necessary for the SDSUPPORT part; I cannot
test that part without an SD-shield.
2012-02-23 21:47:20 +01:00
Joachim Schleicher
39bd33a3d1
compile experimental using the Makefile
...
* add forward declarations in Sprinter.h
* add new files heater.cpp and arc_func.cpp to Makefile
2012-02-23 21:30:57 +01:00
midopple
20daeb57bb
Thermistortable temptable_4
...
correct declaration: const short temptable_4[NUMTEMPS_4][2]
2012-02-23 13:54:02 +01:00
kliment
00559b532a
Merge pull request #139 from triffid/makefile-fix
...
fix applet/core.a: not found
2012-02-22 02:57:05 -08:00
Michael Moon
0028f59531
fix applet/core.a: not found
2012-02-22 21:52:07 +11:00
kliment
6b44b4f9f1
Merge pull request #137 from midopple/experimental
...
EEPROM function and small Changes
2012-02-21 02:43:24 -08:00
midopple
4b1b0f1d96
The microcontroller can store settings to EEPROM
...
to use the fuction set in configuration.h
#define USE_EEPROM_SETTINGS --> Save and recall Settings aktive
#define PRINT_EEPROM_SETTING --> Print settings to UART
Commands:
M500 - stores paramters in EEPROM
M501 - reads parameters from EEPROM
M502 - reverts to the default
M503 - Print Settings
2012-02-17 22:33:02 +01:00
midopple
ee764635a3
- changed homing function to not conflict with min_software_endstops/max_software_endstops (thanks rGlory)
...
- Corrected distance calculation. (thanks jv4779)
2012-02-15 21:01:43 +01:00
midopple
bb38d646d3
Standardvalue MAX Feed Rate for Z-Axis reduced to 2 mm/s some Printers had problems with 4 mm/s
2012-02-15 20:52:41 +01:00
midopple
cba31acb76
Changed check in arc_func
...
if (millimeters_of_travel == 0.0) => if (millimeters_of_travel < 0.001)
(thanks mooselake)
2012-02-14 18:55:26 +01:00
kliment
a98a51f0cd
Merge pull request #136 from rGlory/e2e9fb45fa36cc9fe2be50b9133f1e17d00d015b
...
Home function fix
2012-02-13 12:41:00 -08:00
Vyacheslav Kononenko
e2e9fb45fa
changed homing function to not conflict with min_software_endstops/max_software_endstops
2012-02-13 13:51:43 -05:00
midopple
7b21a2a055
Add pin definition for the Printrboard Rev B --> Thaks to lwalkera
2012-02-06 08:45:25 +01:00
kliment
0ff51036c4
Merge pull request #134 from lwalkera/printrboard
...
Add pin definition for the Printrboard Rev B
2012-02-05 23:30:34 -08:00
Laine Walker-Avina
376121d292
Add pin definition for the Printrboard Rev B
2012-02-05 16:34:04 -08:00
kliment
5a41980404
Merge pull request #133 from midopple/experimental
...
Experimental new Planner Code
2012-02-05 14:35:38 -08:00
midopple
e74587a1b4
- Implement Plannercode from Marlin V1 --> big thanks to Erik
...
- Stepper interrupt with Step loops
- Stepperfrequenz 30 Khz
- New Command
* M202 - Set maximum feedrate that your machine can sustain (M203 X200 Y200 Z300 E10000) in mm/sec
* M204 - Set default acceleration: S normal moves T filament only moves (M204 S3000 T7000) im mm/sec^2
* M205 - advanced settings: minimum travel speed S=while printing T=travel only, X= maximum xy jerk, Z=maximum Z jerk
- Remove unused Variables
- Check Uart Puffer while circle processing (CMD: G2 / G3)
- Fast Xfer Function --> move Text to Flash
- Option to deaktivate ARC (G2/G3) function (save flash)
- Removed modulo (%) operator, which uses an expensive divide
2012-02-05 19:58:36 +01:00
midopple
0953453911
Without the PID control for Hotend the tempmonitor use the wrong variable
2012-02-02 18:49:35 +01:00
midopple
07a63e7eb1
Option to deaktivate the arc function
2012-02-02 18:48:02 +01:00
midopple
da6a2e0436
Check Uart Puffer while circle processing (CMD: G2 / G3)
2012-02-01 21:21:23 +01:00
midopple
2ffe5ec2b5
Merge commit '132f8c212e4c316559177e532df6b9a6c2205bf2' into experimental
2012-01-29 19:18:06 +01:00
kliment
132f8c212e
Merge pull request #131 from midopple/SprinterV2
...
Lookahead, timer-based stepping, M30 file delete
2012-01-29 09:20:51 -08:00
midopple
cedbef50f5
Add function to check the UART buffer while arc function is working
2012-01-29 18:15:58 +01:00
midopple
16143bc2cb
Update Changelog in Mainfile
2012-01-29 09:14:30 +01:00
midopple
4ea5b0d811
Change Motherboard to 3 (standardsettings)
2012-01-29 08:53:31 +01:00
midopple
89e8e18850
Merge commit 'fa63b839c6cbf261f2655e8783bf4745cc9ca513' into SprinterV2
...
Conflicts:
Sprinter/Configuration.h
Sprinter/Sprinter.pde
2012-01-29 08:49:05 +01:00
midopple
eb2dc852d0
Merge commit 'fa63b839c6cbf261f2655e8783bf4745cc9ca513' into SprinterV2
...
Conflicts:
Sprinter/Configuration.h
2012-01-29 01:27:25 +01:00
midopple
ceae0a472d
Change configuration.h to original settings
2012-01-29 01:01:35 +01:00
midopple
ad7503df25
Change infotext
2012-01-29 00:20:02 +01:00
midopple
76bbfb39ae
New Version Sprinter V2
...
- Look Vorward Funktion -
- Stepper Control with Timer 1
- SOFT PWM for Extruder heating --> Free Timer 1
- G2 / G3 Command for arc real arc
- Baudrate 250 kbaud
- M30 Command delete file on SD Card
- Text moved to flash to free RAM
- M203 Command for Temp debugging
2012-01-29 00:18:21 +01:00
midopple
8d17b09475
Update Sprinter/Configuration.h
2012-01-28 23:55:52 +01:00
kliment
012855c6d1
Merge pull request #129 from jschleic/patch-1
...
Improve Makefile to rebuild on upload
2012-01-27 03:17:43 -08:00
Joachim Schleicher
77c3dd85ec
fix indentation
...
This should be a comment. Instead it is printed together with
the 'upload' target, when idented.
2012-01-27 12:15:38 +01:00
kliment
fa63b839c6
Merge pull request #128 from blddk/experimental
...
Reported wrong temperature in M190
2012-01-22 12:53:50 -08:00
blddk
908bc5314c
Reported wrong temperature while heating up
2012-01-22 21:51:56 +01:00
kliment
4f59622219
Merge pull request #127 from blddk/experimental
...
Stepper enable delay and temperature table
Fix bed temp reading in M190
2012-01-22 10:50:56 -08:00
blddk
d8b6c5f233
Changed temperature table for bed, to the one for the bed, instead of for the heater.
2012-01-22 15:43:51 +01:00
blddk
eb7a192c94
Added option to set a delay after enabling a stepper driver, default turned off to keep current behavior.
2012-01-22 15:28:46 +01:00
blddk
e7fb583df9
Added option to set a delay after enabeling stepper driver, to allow the driver to enable (time needed according to datasheet)
2012-01-22 15:27:27 +01:00
Joachim Schleicher
591b4fa6d8
correct dependencies in Makefile
...
applet/$(TARGET).elf should depend on the cpp file, not on .pde
so that the cpp is rebuilt when pde changes. We drop the target
applet_files to achieve the correct behaviour.
Now 'make upload' does rebuild the hex file as well.
2012-01-20 15:36:05 +01:00
kliment
439f339f74
Merge pull request #125 from gdahlm/experimental
...
Fixes for Gen7 Support #2
2011-12-10 12:47:22 -08:00
kliment
a352585065
Merge pull request #126 from ERoth3/patch-1
...
Updated readme with a warning about Arduino V1.0 incompatibility.
2011-12-10 12:45:33 -08:00
ERoth3
0f55d49705
Updated readme with a warning about Arduino V1.0 incompatibility.
2011-12-10 15:43:02 -05:00
Greg Dahlman
49c5c65dcf
Fix ifdef with missing # in Sprinter.pde and add 644 non P to the Gen 7 board in pins.h
2011-12-06 12:30:56 -08:00
Greg Dahlman
2c00d1580f
Fixing issues in pins.h and fastio.h, I created them not understanding it was using arduino pin numbers
...
I also put in a note that Gen 7 only works at 16 MHZ due to timing issues with WProgram.h and wiring.h
2011-12-05 20:34:02 -08:00
Greg Dahlman
09d5247ba2
Merge remote-tracking branch 'upstream/experimental'
...
Conflicts:
Sprinter/pins.h
2011-12-05 20:29:31 -08:00
kliment
2550e6c566
Merge pull request #123 from FrozenFire/master
...
Allow running a specifically-named file from SD on startup if found.
2011-12-05 01:48:36 -08:00
Nathan Zadoks
f201ccb55b
Added an option to make init.g on SD run on boot.
2011-12-04 13:03:20 +01:00