BigBox: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
No edit summary
(Updated config)
 
(3 intermediate revisions by the same user not shown)
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


== Status ==
==Usage==


The BigBox is currently out of action and is been updated to a ramps controller. Watch this space. ScottK 22/12/17
The machine has two extruders. Both of which have been shown to work independently, but have yet to work together '''WELL'''.


{Currently only one of the Extruders is functional; both hotends are fine.}
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]]<syntaxhighlight>
;M503
G21 ; Units in mm (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 X300.00 Y300.00 Z5.00 E25.00
;Maximum Acceleration (units/s2):
M201 X1000.00 Y1000.00 Z100.00 E10000.00
;Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
M204 P3000.00 R3000.00 T3000.00
;Advanced: B<min_segment_time_us> S<min_feedrate> T<min_travel_feedrate> J<junc_dev>
M205 B20000.00 S0.00 T0.00 J0.01
;Home offset:
M206 X0.00 Y0.00 Z0.00
;Hotend offsets:
M218 T1 X0.00 Y0.00 Z0.000
;Unified Bed Leveling:
M420 S0 Z0.00
;Unified Bed Leveling System v1.01 inactive
;Active Mesh Slot: -1
;EEPROM can hold 32 meshes.
;Material heatup parameters:
M145 S0 H200 B70 F0
M145 S1 H230 B95 F0
;PID settings:
M301 P14.22 I0.87 D57.97
M301 P14.22 I0.87 D57.97
M304 P288.00 I54.94 D377.56
;Z-Probe Offset (mm):
M851 X0.00 Y32.00 Z-1.50
;Tool-changing:
;Z1.00
</syntaxhighlight><br />
[[Category:3D_Printers]]
[[Category:3D_Printers]]

Latest revision as of 14:51, 4 January 2020

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

;M503
G21 ; Units in mm (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 X300.00 Y300.00 Z5.00 E25.00
;Maximum Acceleration (units/s2):
M201 X1000.00 Y1000.00 Z100.00 E10000.00
;Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
M204 P3000.00 R3000.00 T3000.00
;Advanced: B<min_segment_time_us> S<min_feedrate> T<min_travel_feedrate> J<junc_dev>
M205 B20000.00 S0.00 T0.00 J0.01
;Home offset:
M206 X0.00 Y0.00 Z0.00
;Hotend offsets:
M218 T1 X0.00 Y0.00 Z0.000
;Unified Bed Leveling:
M420 S0 Z0.00
;Unified Bed Leveling System v1.01 inactive
;Active Mesh Slot: -1
;EEPROM can hold 32 meshes.
;Material heatup parameters:
M145 S0 H200 B70 F0
M145 S1 H230 B95 F0
;PID settings:
M301 P14.22 I0.87 D57.97
M301 P14.22 I0.87 D57.97
M304 P288.00 I54.94 D377.56
;Z-Probe Offset (mm):
M851 X0.00 Y32.00 Z-1.50
;Tool-changing:
;Z1.00