Wykres commitów

317 Commity (master)

Autor SHA1 Wiadomość Data
Gregory Boyce 1b3577489a Corrected USBCore.cpp filename 2016-07-09 09:29:18 -04:00
Luc e809348bb4 Update README.md 2016-06-07 13:55:20 +02:00
Luc 12bb817e07 Update README.md
Add link to new test version based on 0.92.10
2016-06-07 13:54:44 +02:00
luc 0cf39068d4 Add support files for IDE 1.6.8 and Due 1.6.7 2016-04-11 17:05:38 +02:00
Luc 44a1430032 Merge pull request #138 from limited660/master
Modified extruder naming
2016-02-02 12:47:31 +08:00
tjb1 8fbfa6ec62 Removed unnecessary entries in Extruder menu
Removed extruder selection prompts from the heating menu.
2016-01-26 23:48:30 -05:00
tjb1 e62f0513da Changed extruder definitions to Left/Right for 2.0
Switched from Ext1/2 names to Left/Right to simplify process, change was only on English menu.
2016-01-26 23:47:32 -05:00
tjb1 80e318d533 Fixed extruder naming, Left = 0 & Right = 1
Fixed my error in extruder naming; M100 T0 now cleans left extruder and M100 T1 cleans right extruder.
2016-01-26 23:46:24 -05:00
Luc 47b4b069d9 Update userpins.h
put correct pin for top sensor for new generation
Thanks @thomastech
2016-01-24 22:22:51 +08:00
Luc b509f84771 Update commands list for M100 parameter
thanks @limited660
2016-01-20 12:00:21 +08:00
Luc c5c53cfeb7 Merge pull request #134 from limited660/master
Added code for selective nozzle cleaning
2016-01-20 11:54:31 +08:00
tjb1 99069389cb Update Printer.cpp 2016-01-17 20:39:40 -05:00
tjb1 47a011583d Added code for selective nozzle cleaning
Use "M100 T0" to clean extruder 0 and "M100 T1" to clean extruder 1 on 2.0/2.0A printers, "M100" or anything other than "M100 T0" or "M100 T1" will clean both.
2016-01-17 20:36:25 -05:00
tjb1 87cca6a123 Added code for selective nozzle cleaning
Use "M100 T0" to clean extruder 0 and "M100 T1" to clean extruder 1 on 2.0/2.0A printers, "M100" or anything other than "M100 T0" or "M100 T1" will clean both.
2016-01-17 20:32:19 -05:00
tjb1 579bafd77a Update Printer.cpp 2016-01-15 16:40:33 -05:00
tjb1 dc0ec164b7 Added code for selective nozzle cleaning
Use "M100 T1" to clean extruder 1 and "M100 T2" to clean extruder 2 on 2.0/2.0A printers, "M100" or anything other than "M100 T1" or "M100 T2" will clean both.
2016-01-15 16:35:31 -05:00
tjb1 2fa1bb4aaf Added code for selective nozzle cleaning
Use "M100 T1" to clean extruder 1 and "M100 T2" to clean extruder 2 on 2.0/2.0A printers, "M100" or anything other than "M100 T1" or "M100 T2" will clean both.
2016-01-15 16:34:39 -05:00
tjb1 b49a809426 Added code for selective nozzle cleaning
Use "M100 T1" to clean extruder 1 and "M100 T2" to clean extruder 2 on 2.0/2.0A printers, "M100" or anything other than "M100 T1" or "M100 T2" will clean both.
2016-01-15 16:31:53 -05:00
Luc bc198ba495 Merge pull request #131 from limited660/patch-1
New nozzle wipe sequence for 2.0/2.0A
2016-01-14 22:41:31 +08:00
tjb1 6553fc30a1 Removed extra code 2016-01-14 09:26:27 -05:00
tjb1 d5c1c8443f Removed model switch
New wipe applies to 2.0 and 2.0A
2016-01-14 09:25:41 -05:00
tjb1 45869eb995 Lengthened wipe move 2016-01-12 06:57:44 -05:00
tjb1 f3c5f3630a Shortened routine further
Changed to triangular movement and tightened up path to reduce wasted moves.
2016-01-06 23:54:04 -05:00
tjb1 986cd3abba Shortened hotend movement
Shortened travel distance to speed up routine.
2016-01-06 16:26:37 -05:00
tjb1 36091de2d4 Update Printer.cpp 2016-01-06 08:55:06 -05:00
tjb1 596c44c722 Update Printer.cpp
Added nozzle clean sequence for 2.0A (MODEL==1)
2016-01-06 08:50:55 -05:00
Luc 28e3d0fa3c Update README.md
update for aio
2015-12-25 14:22:27 +08:00
Luc 5cbd5e584c Update README.md
Add donation button - to buy new printer if needed
2015-11-11 15:28:56 +08:00
Luc dc580186b4 Update README.md
fix wrong travis-ci tag
2015-11-10 21:53:52 +08:00
Luc 0a9747f88b Update .travis.yml
add test for 1/2SF/2/1a/2a/AiO and not Davinci
2015-11-10 21:41:55 +08:00
Luc 232f22402e Update README.md 2015-11-10 20:27:50 +08:00
luc efe073a03d Add travis tag for IDE 1.6.5 and Due 1.6.4 2015-11-10 20:24:35 +08:00
luc 33370f38bc Disable Wifi by default to avoid confusion 2015-10-30 14:09:19 +08:00
luc f111cbde00 Add setting to define the WIFI_SERIAL
for Davinci it is Serial
for RADDS it is Serial1 or change it if you use another one
2015-10-30 14:08:32 +08:00
Luc df003782e5 Add link for ESP8266 github 2015-10-29 13:39:28 +08:00
luc 5d08be9edb Fix typo issue thanks @The-Experimentalist
change ms to min
2015-10-15 16:24:42 +08:00
Luc 64760e9046 Update README.md
add warning for the point of no return after flashing
2015-09-27 20:45:24 +08:00
Luc 0f5907a998 Update README.md
Update for not Davinci Board (DUE/RADDS)
2015-09-22 22:26:38 +08:00
Luc aa377605cf Configuration files for RADDS/DUE/GLCD
using 1/128  step  drivers
2015-09-22 22:11:23 +08:00
Luc 0682bf0b5c Add Load/Unload Filament Feedrate/distance
Setting in EEPROM and in menu
2015-09-22 22:07:48 +08:00
Luc fddc154b1b Allow cold extrusion if flag is enabled 2015-09-22 18:13:01 +08:00
Luc 5654280c02 Add support for not DaVinci board and Encoder LCD
#define DAVINCI 0 will use setting defined for it
#define FEATURE_ENCODER 1 will add encoder support in navigation and
change some behavior compare to key pad
2015-09-22 18:09:56 +08:00
Luc 923f043fb9 Update display according presence of max end stop
to show max end stop state if present
2015-09-22 18:06:56 +08:00
Luc 84fff33d98 Revert position of UIDisplay class
to be same as repetier code
2015-09-22 16:53:00 +08:00
Luc e903b00aa4 Modify pins for not Davinci board
for light/and sensor pins
Disable PS_ON_PIN for RADDS
2015-09-22 16:45:07 +08:00
Luc 26150c28e5 Change UI for Max end stop
do not display yes/no but square filled (yes) or empty (no)
2015-09-22 16:41:50 +08:00
Luc 7e069c0fd0 Fix Compilation condition for heat bed
do not display heat bed information if no heat bed defined
2015-09-22 16:38:31 +08:00
Luc 64afeaf9f4 Fix compilation conditions if no light pin
light related items should not display if no pin defined
2015-09-22 16:27:32 +08:00
Luc 39314b0547 Update README.md
missing tag for the search
2015-09-21 14:05:58 +08:00
Luc 70361423a6 Update README.md
Update FAQ Link
2015-09-21 13:21:45 +08:00