Difference between revisions of "Gigabot revision history"

From re:3D
Jump to: navigation, search
(Created page with "==Early Kickstarter machines== Machine numbers x to x Topside filament spool 12 volt system Single Fan hole in electrical box right side ==Later Kickstarter machines== Ma...")
 
Line 1: Line 1:
==Early Kickstarter machines==
+
==Mechanical==
 +
===Early Kickstarter machines===
 
Machine numbers x to x  
 
Machine numbers x to x  
  
Line 8: Line 9:
 
Single Fan hole in electrical box right side
 
Single Fan hole in electrical box right side
  
==Later Kickstarter machines==
+
===Later Kickstarter machines===
 
Machine numbers x to x
 
Machine numbers x to x
  
Line 17: Line 18:
 
Single Fan hole in electrical box bottom side
 
Single Fan hole in electrical box bottom side
  
==Post Kickstarter machines==
+
===Post Kickstarter machines===
 
Machine numbers x to x
 
Machine numbers x to x
  
 
Dual fan holes in electrical box right and bottom sides
 
Dual fan holes in electrical box right and bottom sides
 +
 +
Firmware changes from 3.2 to 3.3
 +
 +
Configration.h:
 +
:line 145  #define TEMP_SENSOR_BED -1                  (was #define TEMP_SENSOR_BED 0)
 +
:line 181  #define PID_MAX 255                          (was #define PID_MAX 127)
 +
:line 331  #define min_software_endstops false          (was #define min_software_endstops true)
 +
:line 363  #define ....  {118.4,118.5,4029.9,1850}      (was #define DEFAULT_AXIS_STEPS_PER_UNIT  {118.4,118.5,4029.9,1701})
 +
 +
Configration_adv.h
 +
:line  18  #define WATCH_TEMP_PERIOD 40000              (was commented out)
 +
:line  19  #define WATCH_TEMP_INCREASE 10              (was commented out)
 +
:line  58  #define TEMP_SENSOR_AD595_OFFSET 9.0 (MJF)
 +
:line  59  #define TEMP_SENSOR_AD595_GAIN  1.45 (MJF)
 +
 +
Pins.h
 +
:line 2164 #define TEMP_BED_PIN        11              (was #define TEMP_BED_PIN        1)

Revision as of 13:25, 5 August 2014

Mechanical

Early Kickstarter machines

Machine numbers x to x

Topside filament spool

12 volt system

Single Fan hole in electrical box right side

Later Kickstarter machines

Machine numbers x to x

Filament spool lowered

24 volt electrical system

Single Fan hole in electrical box bottom side

Post Kickstarter machines

Machine numbers x to x

Dual fan holes in electrical box right and bottom sides

Firmware changes from 3.2 to 3.3

Configration.h:

line 145 #define TEMP_SENSOR_BED -1 (was #define TEMP_SENSOR_BED 0)
line 181 #define PID_MAX 255 (was #define PID_MAX 127)
line 331 #define min_software_endstops false (was #define min_software_endstops true)
line 363 #define .... {118.4,118.5,4029.9,1850} (was #define DEFAULT_AXIS_STEPS_PER_UNIT {118.4,118.5,4029.9,1701})

Configration_adv.h

line 18 #define WATCH_TEMP_PERIOD 40000 (was commented out)
line 19 #define WATCH_TEMP_INCREASE 10 (was commented out)
line 58 #define TEMP_SENSOR_AD595_OFFSET 9.0 (MJF)
line 59 #define TEMP_SENSOR_AD595_GAIN 1.45 (MJF)

Pins.h

line 2164 #define TEMP_BED_PIN 11 (was #define TEMP_BED_PIN 1)