D3D v19.04

From Open Source Ecology
Revision as of 21:25, 11 May 2019 by Marcin (talk | contribs)
Jump to navigation Jump to search


Overview

Features

  • Eco edition - insulated heatbed for 30%-60% lower energy consumption while printing with heated bed
  • Upgraded to 24V control system
  • Silent stepper drivers - uses TMC2208 in legacy mode instead of A4988
  • 500W heatbed for 1 minute bed heatup time
  • Added built-in GFCI electrical safety breaker as a standard feature
  • Still uses the Titan Aero extruder with 3 mm nozzle
  • Auto bed leveling with babystepping correction

Future Work

Working Doc

edit

CAD

HintLightbulb.png Hint: Tasks: (1) Updating Y axis holding bracket including 3D printed Corner Fit. (2) New insulated bed. (3) 3D Printed Control Panel. (4) Offset cable chain start piece. Finalprinter1902.png

CAD - Part Library

Control Panel

See more at 3D Printer Control Panel


Framev1902.pngPowersupply v1904.pngRAMPS14 v1904.pngStepperdriver v1904.pngSsr v1904.pngSmartcontroller v1904.pngGfci v1904.pngControlpanel v1904.pngControlpanel+frame v1904.pngControlpanel+panel v1904.pngControlpanelproper v1904.pngControlpanelwithmounts v1904.pngWirecover v1904.pngPanelonly v1904.pngBentpanel v1904.pngHeatbed wirelock.pngFinalcontrolpanel.pngOntrolpanelseated.png

Heatbed

Framev1902.pngHeatbed snapbuckle.pngHeatbed1 body1904.pngHeatbed perf1 body1904.pngHeatbed standoffs body1904.pngHeatbed perforated.pngHeatbed wirelock.png

Frame

Framev1902.pngSpacer v1914.png

Printer

Framev1902.pngZ1D3Dv1902.pngAxis half carriage.pngFrame+axes.pngFrame+axes+extruder.pngXy bracket.pngFinished v1902.pngRaisedbed.pngWithcablechain.pngEndstopholder2.pngCablechainbracket.pngXy bracket hole.pngLimitswitch.pngEndstop assy.pngE3dtitanbracket.pngFramebracket.pngXcable.pngYcable.pngFinalprinter1902.png


Itemized:

  1. Frame
  2. Carriage
  3. Motor piece
  4. Idler piece
  5. Half-carriage with regular bearings
  6. Rods
  7. Extruder
  8. Endstop
  9. Heated Bed
  10. Cable chain start, simplified
  11. Cable chain end, simplified
  12. Cable chain link, simplified
  13. 18 mm bolt
  14. 30 mm bolt
  15. Angle for holding X to Y axis
  16. Controller - power supply - borrow from Lyman Filament Extruder
  17. Controller - Arduino
  18. Controller - RAMPS
  19. Controller - LCD screen - reverse engineer from drawing?
  20. Controller - MOSFET

Extruder

Nozzleassembly.png

Fabrication

Code

  • Endstop_reversing was reversed on X and Y compared to pre v19.02 versions, where we now use default after going to plain endstop, and not the endstop breakout board. Optimizing bed coordinates and bed probing in Marlin. Marlin v19.04 can be used with v19.02 and should be the 8" bed standard from now on.
  • Mintemp reduced to 1C from 5C - to allow near freezing performance. Kept above 0, as 0 means disconnected. Thus, thermistor lockout is still present
  • Changed 408 to 425 steps per mm for Titan Aero - #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 80, 425 }
  • Change probe location from 20 to -20 - #define X_PROBE_OFFSET_FROM_EXTRUDER -20
  • Changed X and Y bed limits to 8" - #define Y_MAX_POS 204 //changed from 175
    1. define LEFT_PROBE_BED_POSITION 40 // changed from 20
    2. define BACK_PROBE_BED_POSITION 160 //changed from 150. All together ~40 mm off each edge

Links