BigBox: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
No edit summary
(Updating to match current machine state)
Line 3: Line 3:
| description = E3D BigBox Dual Extruder 3D Printer
| description = E3D BigBox Dual Extruder 3D Printer
| image = BigBox.jpg
| image = BigBox.jpg
| status = Unknown
| status = Mostly working
| owner = Leeds Hackspace
| owner = Leeds Hackspace
| induction = Yes  
| induction = Yes  
| inductionlink = Induction
| inductionlink = Induction
| manufacturer = E3D
| manufacturer = E3D
| model = Dual (Non Titan)
| firmware = Marlin 1.1.9
| rfid = No
| rfid = No
| materials = Anything 1.75mm that melts below 275C
| head = Dual E3D v6 with PT100
| area = 300x200x300mm
}}
}}


The hackspace has an E3D BigBox, which is currently partly functional
The hackspace has an E3D BigBox, which is currently mostly functional
 
== Usage ==
 
The machine has two extruders. Both of which have been shown to work independently, but have yet to work together '''WELL'''.
 
Slicer configs are a work in progress.
 
== Maintainance ==
 
TODO
 
== Latest Calibration Data ==
 
This was obtained by running an M503 on the printer (which dumps the EEPROM config to serial). It is entirely valid GCode thanks to comments, and allows for restoration of calibration if EEPROM is wiped/marlin config is lost. [[Team 3D#Calibration Dump| More info]]
 
G21    ; (mm)
M149 C ; Units in Celsius
;Filament settings: Disabled
M200 D1.75
M200 T1 D1.75
M200 D0
;Steps per unit:
M92 X160.00 Y180.00 Z1600.00 E152.00
;Maximum feedrates (units/s):
M203 X150.00 Y150.00 Z6.00 E50.00
;Maximum Acceleration (units/s2):
M201 X1000 Y1000 Z100 E10000
;Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
M204 P1000.00 R5000.00 T1000.00
;Advanced: B<min_segment_time_us> S<min_feedrate> T<min_travel_feedrate> X<max_x_jerk> Y<max_y_jerk> Z<max_z_jerk> E<max_e_jerk>
M205 B20000 S0.00 T0.00 X8.00 Y8.00 Z0.40 E5.00
;Home offset:
M206 X0.00 Y0.00 Z0.00
;Hotend offsets:
M218 T1 X0.00 Y0.00
;Unified Bed Leveling:
M420 S1 Z10.00
;Unified Bed Leveling System v1.01 active.
;Active Mesh Slot: 0
;EEPROM can hold 33 meshes.
;Material heatup parameters:
M145 S0 H200 B60 F0
M145 S1 H240 B120 F0
;PID settings:
M301 P20.29 I1.59 D64.84
M304 P336.00 I61.00 D462.40
;Z-Probe Offset (mm):
M851 Z-1.75
 


== Status ==
== Status ==

Revision as of 15:51, 17 December 2018

BigBox
BigBox.jpg
E3D BigBox Dual Extruder 3D Printer
Equipment Information
Status Mostly working
Manufacturer E3D
Model Dual (Non Titan)
Firmware Marlin 1.1.9
Head Dual E3D v6 with PT100
Materials Anything 1.75mm that melts below 275C
Usable Area 300x200x300mm
Hackspace Information
Induction Required Yes
Induction Information Here
Card RFID Enabled No
Owner Leeds Hackspace


The hackspace has an E3D BigBox, which is currently mostly functional

Usage

The machine has two extruders. Both of which have been shown to work independently, but have yet to work together WELL.

Slicer configs are a work in progress.

Maintainance

TODO

Latest Calibration Data

This was obtained by running an M503 on the printer (which dumps the EEPROM config to serial). It is entirely valid GCode thanks to comments, and allows for restoration of calibration if EEPROM is wiped/marlin config is lost. More info

G21    ; (mm)
M149 C ; Units in Celsius
;Filament settings: Disabled
M200 D1.75
M200 T1 D1.75
M200 D0
;Steps per unit:
M92 X160.00 Y180.00 Z1600.00 E152.00
;Maximum feedrates (units/s):
M203 X150.00 Y150.00 Z6.00 E50.00
;Maximum Acceleration (units/s2):
M201 X1000 Y1000 Z100 E10000
;Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
M204 P1000.00 R5000.00 T1000.00
;Advanced: B<min_segment_time_us> S<min_feedrate> T<min_travel_feedrate> X<max_x_jerk> Y<max_y_jerk> Z<max_z_jerk> E<max_e_jerk>
M205 B20000 S0.00 T0.00 X8.00 Y8.00 Z0.40 E5.00
;Home offset:
M206 X0.00 Y0.00 Z0.00
;Hotend offsets:
M218 T1 X0.00 Y0.00
;Unified Bed Leveling:
M420 S1 Z10.00
;Unified Bed Leveling System v1.01 active. 
;Active Mesh Slot: 0
;EEPROM can hold 33 meshes.
;Material heatup parameters:
M145 S0 H200 B60 F0
M145 S1 H240 B120 F0
;PID settings:
M301 P20.29 I1.59 D64.84
M304 P336.00 I61.00 D462.40
;Z-Probe Offset (mm):
M851 Z-1.75


Status

2018-07

Stanto has a spare RAMPS that is being modified to fit the box. Flig has ordered a 24V supply to make it function. Aim is to get it functional soon(TM).

OLD

The BigBox is currently out of action and is been updated to a ramps controller. Watch this space. ScottK 22/12/17

{Currently only one of the Extruders is functional; both hotends are fine.}