BigBox

From Leeds Hackspace Wiki
Revision as of 19:19, 8 July 2019 by BShute (talk | contribs) (Removed status)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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