Skip to content

Commit

Permalink
optimize and reduce stutter, fix delta configtool and test print smal…
Browse files Browse the repository at this point in the history
…l cylinder
  • Loading branch information
ryannining committed Jun 5, 2017
1 parent 4e4a671 commit ef59c26
Show file tree
Hide file tree
Showing 12 changed files with 88 additions and 701 deletions.
322 changes: 0 additions & 322 deletions config/board.teacup3d-NO.h

This file was deleted.

4 changes: 1 addition & 3 deletions config/board.teacup3d-delta.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,10 @@
//DEFINE_TEMP_SENSORS_START
// name type pin additional
DEFINE_TEMP_SENSOR(extruder, TT_THERMISTOR, AIO6, THERMISTOR_EXTRUDER)
DEFINE_TEMP_SENSOR(fan, TT_THERMISTOR, AIO7, THERMISTOR_FAN)

// Beta algorithm r0 beta r2 vadc
// Steinhart-Hart rp t0 r0 t1 r1 t2 r2
//TEMP_TABLE EXTRUDER (100000, 4092, 4700, 5.0)
//TEMP_TABLE FAN (100000, 4092, 4700, 5.0)
//DEFINE_TEMP_SENSORS_END


Expand Down Expand Up @@ -243,7 +241,7 @@ DEFINE_TEMP_SENSOR(fan, TT_THERMISTOR, AIO7, THERMISTOR_FAN)
//DEFINE_HEATERS_START
// name pin invert pwm
DEFINE_HEATER(extruder, DIO3, 0, 1)
DEFINE_HEATER(fan, DIO5, 0, 1)
DEFINE_HEATER(fan, DIO5, 0, 0)

#define HEATER_EXTRUDER HEATER_extruder
#define HEATER_FAN HEATER_fan
Expand Down
Loading

0 comments on commit ef59c26

Please sign in to comment.