Difference between revisions of "3D Printing"

From Hackerspace.gr
Jump to: navigation, search
(Update Printing instructions)
(delete the apply adhesive instructions because of the existence of PEI sheet)
(5 intermediate revisions by 4 users not shown)
Line 7: Line 7:
  
 
Username: hsgr
 
Username: hsgr
 +
 
Password: hsgr3d
 
Password: hsgr3d
 +
  
 
== Some ground rules ==
 
== Some ground rules ==
Line 18: Line 20:
 
== Printing ==
 
== Printing ==
  
# Generate GCode using Slic3r or Cura or PrusaSlicer and the appropriate printer profile.
+
# Generate GCode using [https://slic3r.org/ Slic3r] or [https://ultimaker.com/software/ultimaker-cura Cura] or [https://www.prusa3d.com/prusaslicer/ PrusaSlicer] and the appropriate printer profile.
## In order to generate GCode for TAZ4, it is necessary to use these [https://gitlab.com/zisi/slic3r-configuration/blob/master/taz4/medium_ABS_no-support_pt4nzl_pt2layer.ini configuration files] due to update with E3D Hot-end [https://wiki.e3d-online.com/E3d-v6_on_TAZ_4 [1]], [https://www.matterhackers.com/store/digital-designs/e3d-hotend-mount-for-lulzbot-taz-4 [2]]. The default extrusion nozzle: 0.4mm. Also the firmware was updated to [https://gitlab.com/zisi/marlin/tree/taz-4-1.1.8 Marlin 1.1.8].
+
## In order to generate GCode for TAZ4, it is necessary to use these [https://gitlab.com/zisi/slic3r-configuration/blob/master/taz4/medium_ABS_no-support_pt4nzl_pt2layer.ini configuration files] due to update with E3D Hot-end [https://wiki.e3d-online.com/E3d-v6_on_TAZ_4 [1]], [https://www.matterhackers.com/store/digital-designs/e3d-hotend-mount-for-lulzbot-taz-4 [2]]. The default extrusion nozzle: 0.4mm. Also the firmware was updated to [https://gitlab.com/zisi/marlin/tree/taz-4-1.1.8 Marlin 1.1.8]. The configuration files found [https://gitlab.com/thanos.husk/3d-printing/-/blob/master/Taz_4_fast__ABS_config.ini here]have been confirmed to be working at 2/3/2020 by T.Husk.
## In order to generate GCode for anadelta, it is necessary to use these [https://gitlab.com/zisi/slic3r-configuration/blob/master/anadelta/anadelta_petg_pt2.ini configuration files]. The default extrusion nozzle: 0.4mm. Also the firmware was updated to [https://gitlab.com/zisi/marlin/tree/anadelta-1.1.8 Marlin 1.1.8].
+
## In order to generate GCode for AO100, it is necessary to use these [https://gitlab.com/zisi/slic3r-configuration/blob/master/ao100/A100_config.ini configuration files]. Also the AO100 was updated with E3D v6 hot-end and the in the extruder added [https://download.lulzbot.com/TAZ/4.0/production_parts/printed_parts/TAZ_printers/extruder_latch/ a latch] part, yellow part in below picture. The configuration files found [https://gitlab.com/thanos.husk/3d-printing/-/blob/master/AO_101_fast_ABS_profile.ini here]have been confirmed to be working at 2/3/2020 by T.Husk.
## In order to generate GCode for AO100, it is necessary to use these [https://gitlab.com/zisi/slic3r-configuration/blob/master/ao100/A100_config.ini configuration files]. Also the AO100 was updated with E3D v6 hot-end and the in the extruder added [https://download.lulzbot.com/TAZ/4.0/production_parts/printed_parts/TAZ_printers/extruder_latch/ a latch] part, yellow part in below picture.
+
##<del>In order to generate GCode for anadelta, it is necessary to use these [https://gitlab.com/zisi/slic3r-configuration/blob/master/anadelta/anadelta_petg_pt2.ini configuration files]. The default extrusion nozzle: 0.4mm. Also the firmware was updated to [https://gitlab.com/zisi/marlin/tree/anadelta-1.1.8 Marlin 1.1.8].</del> Anadelta printer is not operational at the moment.
 
The estimated time isn't always accurate!
 
The estimated time isn't always accurate!
 +
  
 
[[File:Ao100-e3dv6.png|thumb|center|800x420px|alt=|AO100 with E3D-v6]]
 
[[File:Ao100-e3dv6.png|thumb|center|800x420px|alt=|AO100 with E3D-v6]]
  
  
# Connect to the printer using the octopi link at the top of the page (Username: hsgr - Password: hsgr3d
+
# Connect to the printer using the octopi link at the top of the page (Username: hsgr - Password: hsgr3d)
 
# Turn on the printer
 
# Turn on the printer
 
# Click 'Connect' to connect to the printer
 
# Click 'Connect' to connect to the printer
 
# Upload your file to the Files section in the bottom left (make a folder if you don't have one already!) and click it to load it
 
# Upload your file to the Files section in the bottom left (make a folder if you don't have one already!) and click it to load it
 
# Make sure you have the correct fillament
 
# Make sure you have the correct fillament
# Apply the appropriate adhesive for the material you are printing with to the bed
+
# <del>Apply the appropriate adhesive for the material you are printing with to the bed</del> Do not apply any adhesive because both printer beds are equipped with PEI sheets for adhesion. Applyig adhesive might damage the PEI sheet.
 
# Set temperatures if not set by GCode in the Temperatures tab. You can use the presets by clicking the dropdown arrow.
 
# Set temperatures if not set by GCode in the Temperatures tab. You can use the presets by clicking the dropdown arrow.
 
# Wait for the printer to get to right temperature.
 
# Wait for the printer to get to right temperature.

Revision as of 11:56, 9 June 2021

HSGR 3D printers are controlled via octopi.

  1. TAZ 4: http://octopi.hsgr.awmn/TAZ4
  2. AO100: http://octopi.hsgr.awmn/A100/
  3. Delta: WiP
  4. CnC: WiP

Username: hsgr

Password: hsgr3d


Some ground rules

  1. Important: Make sure that the printer bed is free from objects before printing.
  2. Keep uploaded files tidy by using folders.
  3. Do not stop prints of other users.
  4. Replace printer bed tape when it is damaged.

Printing

  1. Generate GCode using Slic3r or Cura or PrusaSlicer and the appropriate printer profile.
    1. In order to generate GCode for TAZ4, it is necessary to use these configuration files due to update with E3D Hot-end [1], [2]. The default extrusion nozzle: 0.4mm. Also the firmware was updated to Marlin 1.1.8. The configuration files found herehave been confirmed to be working at 2/3/2020 by T.Husk.
    2. In order to generate GCode for AO100, it is necessary to use these configuration files. Also the AO100 was updated with E3D v6 hot-end and the in the extruder added a latch part, yellow part in below picture. The configuration files found herehave been confirmed to be working at 2/3/2020 by T.Husk.
    3. In order to generate GCode for anadelta, it is necessary to use these configuration files. The default extrusion nozzle: 0.4mm. Also the firmware was updated to Marlin 1.1.8. Anadelta printer is not operational at the moment.

The estimated time isn't always accurate!


AO100 with E3D-v6


  1. Connect to the printer using the octopi link at the top of the page (Username: hsgr - Password: hsgr3d)
  2. Turn on the printer
  3. Click 'Connect' to connect to the printer
  4. Upload your file to the Files section in the bottom left (make a folder if you don't have one already!) and click it to load it
  5. Make sure you have the correct fillament
  6. Apply the appropriate adhesive for the material you are printing with to the bed Do not apply any adhesive because both printer beds are equipped with PEI sheets for adhesion. Applyig adhesive might damage the PEI sheet.
  7. Set temperatures if not set by GCode in the Temperatures tab. You can use the presets by clicking the dropdown arrow.
  8. Wait for the printer to get to right temperature.
  9. Print !!!
  10. Turn off the printer