Skip to content

Commit

Permalink
Update Configuration.h
Browse files Browse the repository at this point in the history
Annotate Bilby CNC thermistor (MarlinFirmware#7).
Adjust extruder steps per mm.
  • Loading branch information
mlaws committed Mar 3, 2013
1 parent aa73bdc commit 424acc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan) (4.7k pullup)
// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup) - Bilby CNC 100k
// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
// 10 is 100k RS thermistor 198-961 (4.7k pullup)
Expand Down Expand Up @@ -281,7 +281,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t

// default settings

#define DEFAULT_AXIS_STEPS_PER_UNIT {88,88,2268,108.3} // default steps per unit for ultimaker
#define DEFAULT_AXIS_STEPS_PER_UNIT {88,88,2268,115} // default steps per unit for ultimaker
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 45} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.

Expand Down

0 comments on commit 424acc4

Please sign in to comment.