Merge branch 'master' of ssh://git.blakstraat11.be:2222/countcobolt/3D
BIN
3DPrinting/3D Printing.odt
Normal file
BIN
3DPrinting/A beginners guide to 3D printing.docx
Normal file
BIN
3DPrinting/Dual_start_end_code.docx
Normal file
BIN
3DPrinting/Esteps.ods
Normal file
BIN
3DPrinting/KWH_Printer.xlsx
Normal file
BIN
3DPrinting/Offsets.xlsx
Normal file
95
3DPrinting/Prepare_filament.txt
Normal file
|
|
@ -0,0 +1,95 @@
|
||||||
|
M117 Heating
|
||||||
|
M109 S185
|
||||||
|
M117 Cleaning pos
|
||||||
|
M83 ; extruder relative positioning
|
||||||
|
|
||||||
|
G28 ; home all
|
||||||
|
G1 X0 Y0 F8000 ; move X/Y to 0
|
||||||
|
G1 Z80 F8000 ; move on cleaning position
|
||||||
|
M400
|
||||||
|
;↓↓↓ Prepare T0 ↓↓↓
|
||||||
|
M117 load tool 0
|
||||||
|
T0 ; change tool
|
||||||
|
;↓↓↓ Load from parking position ↓↓↓
|
||||||
|
|
||||||
|
G92 E0 ; zero the extruded length
|
||||||
|
G91 ; relative positioning
|
||||||
|
M117 Moving 78mm
|
||||||
|
G1 E78 F1000 ; restore - 2mm
|
||||||
|
M400
|
||||||
|
;↑↑↑ Load from parking position ↑↑↑
|
||||||
|
M117 Purge 50
|
||||||
|
G1 E50 F500 ; extrude another 30 mm, just to be sure
|
||||||
|
M400
|
||||||
|
;↓↓↓ Cooling filament and saving filament to parking position ↓↓↓
|
||||||
|
|
||||||
|
M117 Ret 6mm (-6)
|
||||||
|
G1 E-6 F1000 ; stage 1 of 3 stage retraction
|
||||||
|
M400
|
||||||
|
M117 Ext4mm (-2)
|
||||||
|
G1 E4 F1000 ; stage 2 of 3 stage retraction, this keeps from producing "hair"
|
||||||
|
M400
|
||||||
|
M117 Ret 48mm (-50)
|
||||||
|
G1 E-48 F1000 ; stage 3 of retraction, now cooling
|
||||||
|
M400
|
||||||
|
M117 Cooling
|
||||||
|
G1 X+20 E7.5 F1000 ; move on position
|
||||||
|
G1 X-20 E-7.5 F1000 ; move on position
|
||||||
|
G1 X+20 E7.5 F1000 ; move on position
|
||||||
|
G1 X-20 E-7.5 F1000 ; move on position
|
||||||
|
G1 X+20 E7.5 F1000 ; move on position
|
||||||
|
G1 X-20 E-7.5 F1000 ; move on position
|
||||||
|
M400
|
||||||
|
M117 Ret 30mm (-80)
|
||||||
|
G1 E-30 F200 ; parking filament
|
||||||
|
M400
|
||||||
|
M117 T0 At -80mm
|
||||||
|
G90 ; absolute positioning
|
||||||
|
;↑↑↑ Cooling filament and saving filament to parking position ↑↑↑
|
||||||
|
G92 E0 ; zero the extruded length
|
||||||
|
|
||||||
|
;↑↑↑ Prepare T0 ↑↑↑
|
||||||
|
|
||||||
|
;↓↓↓ Prepare T1 ↓↓↓
|
||||||
|
M117 load tool 1
|
||||||
|
T1 ; change tool
|
||||||
|
;↓↓↓ Load from parking position ↓↓↓
|
||||||
|
|
||||||
|
G92 E0 ; zero the extruded length
|
||||||
|
G91 ; relative positioning
|
||||||
|
M117 Moving 78mm
|
||||||
|
G1 E78 F1000 ; restore - 2mm
|
||||||
|
M400
|
||||||
|
;↑↑↑ Load from parking position ↑↑↑
|
||||||
|
M117 Purge 50
|
||||||
|
G1 E50 F200 ; extrude another 30 mm, just to be sure
|
||||||
|
M400
|
||||||
|
;↓↓↓ Cooling filament and saving filament to parking position ↓↓↓
|
||||||
|
|
||||||
|
M117 Ret 6mm (-6)
|
||||||
|
G1 E-6 F1000 ; stage 1 of 3 stage retraction
|
||||||
|
M400
|
||||||
|
M117 Ext4mm (-2)
|
||||||
|
G1 E4 F1000 ; stage 2 of 3 stage retraction, this keeps from producing "hair"
|
||||||
|
M400
|
||||||
|
M117 Ret 48mm (-50)
|
||||||
|
G1 E-48 F1000 ; stage 3 of retraction, now cooling
|
||||||
|
M400
|
||||||
|
M117 Cooling
|
||||||
|
G1 X+20 E7.5 F1000 ; move on position
|
||||||
|
G1 X-20 E-7.5 F1000 ; move on position
|
||||||
|
G1 X+20 E7.5 F1000 ; move on position
|
||||||
|
G1 X-20 E-7.5 F1000 ; move on position
|
||||||
|
G1 X+20 E7.5 F1000 ; move on position
|
||||||
|
G1 X-20 E-7.5 F1000 ; move on position
|
||||||
|
M400
|
||||||
|
M117 Ret 30mm (-80)
|
||||||
|
G1 E-30 F1000 ; parking filament
|
||||||
|
M400
|
||||||
|
M117 T1 At -80mm
|
||||||
|
G90 ; absolute positioning
|
||||||
|
;↑↑↑ Cooling filament and saving filament to parking position ↑↑↑
|
||||||
|
G92 E0 ; zero the extruded length
|
||||||
|
T0
|
||||||
|
M117 Parking Done/T0
|
||||||
|
|
||||||
BIN
3DPrinting/start_end_code.docx
Normal file
56234
BBI-64.dxf
Normal file
BIN
Keestrack/CCR10_goldoni_3d_print_nose_R4-0_2nozzle.3mf
Normal file
BIN
Keestrack/CCR10_goldoni_3d_print_nose_R4.3mf
Normal file
BIN
Keestrack/GOLDONI_NDA 2022.doc
Normal file
BIN
Keestrack/GOLDONI_NDA 2022.docx
Normal file
BIN
Keestrack/Label 3SOVSB6098702.pdf
Normal file
BIN
Keestrack/NDA.pdf
Normal file
BIN
Keestrack/Steven.pdf
Normal file
BIN
Keestrack/Stevenkessels.docx
Normal file
BIN
KesselGranger/guitar_case/Label 3SOVSB6932569.pdf
Normal file
BIN
KesselGranger/guitar_case/Stevenkessels.docx
Normal file
BIN
Pi_mount.FCStd
Normal file
BIN
Stephanie/Onkostennota.pdf
Normal file
1
Storage box Ikea Hack Helmer - 4812321/LICENSE.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
This thing was created by Thingiverse user dukedoks, and is licensed under Creative Commons - Attribution
|
||||||
4
Storage box Ikea Hack Helmer - 4812321/README.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Storage box Ikea Hack Helmer by dukedoks on Thingiverse: https://www.thingiverse.com/thing:4812321
|
||||||
|
|
||||||
|
Summary:
|
||||||
|
VIDEO:FILAMENTS:Light glitter grey: https://www.impresoras3d.com/tradetracker/?tt=22573_12_387969_PLASmartfilGliterPlata&r=https%3A%2F%2Fwww.impresoras3d.com%2Fproducto%2Ffilamento-pla-smartfil-glitter-plata-brillo-175-mm-750g%2FDark glitter grey: https://www.impresoras3d.com/tradetracker/?tt=22573_12_387969_PLAVertigoGreyFillamentum&r=https%3A%2F%2Fwww.impresoras3d.com%2Fproducto%2Fpla-extrafill-fillamentum-vertigo-grey-175-mm%2FGlitter Black: https://www.impresoras3d.com/tradetracker/?tt=22573_12_387969_PLASmartfilGliterNegro&r=https%3A%2F%2Fwww.impresoras3d.com%2Fproducto%2Fpla-smartfil-glitter-negro-175-mm-negro-brillo%2FTOOLS:Labeller: https://www.amazon.es/DYMO-LETRATAG-LT100-H-ABC-Rotuladora/dp/B08H5VWCPD?__mk_es_ES=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=dymo&qid=1616923594&sr=8-7&linkCode=sl1&tag=dukedoks0a-21&linkId=6ef9d4976ffc489007ecf87799360e1e&language=es_ES&ref_=as_li_ss_tlKit M3 M4 y M5 Banggood: https://www.banggood.com/503pcs-Assorted-M3-M4-M5-Stainless-Steel-Hexagon-Screw-and-Socket-Bolt-and-Nut-Kit-Set-p-1729595.html?rmmds=myorder&cur_warehouse=CN?p=5W070829610412015110Kit M3 Banggood: https://www.banggood.com/720pcs-Stainless-Steel-M3-Button-Flat-Socket-Head-Screws-Set-Hex-Socket-Cap-Screw-Bolt-p-1183931.html?rmmds=myorder&cur_warehouse=CN?p=5W070829610412015110Kit M3 M4 y M5: https://www.amazon.es/DYMO-LETRATAG-LT100-H-ABC-Rotuladora/dp/B08H5VWCPD?__mk_es_ES=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=dymo&qid=1616923594&sr=8-7&linkCode=sl1&tag=dukedoks0a-21&linkId=6ef9d4976ffc489007ecf87799360e1e&language=es_ES&ref_=as_li_ss_tl Double sided tape: https://www.amazon.es/DYMO-LETRATAG-LT100-H-ABC-Rotuladora/dp/B08H5VWCPD?__mk_es_ES=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=dymo&qid=1616923594&sr=8-7&linkCode=sl1&tag=dukedoks0a-21&linkId=6ef9d4976ffc489007ecf87799360e1e&language=es_ES&ref_=as_li_ss_tlIkea Helmer: https://www.ikea.com/es/es/p/helmer-cajonera-con-ruedas-negro-20341970/
|
||||||
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_1x1_High.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_1x1_Low.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_1x2_High.3mf
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_1x2_High.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_1x2_Low.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_1x3_High.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_1x3_Low.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_2x2_High.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Box_2x2_Low.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Grid_2x2.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Grid_2x3.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Grid_3x3.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Grid_3x4.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/files/Grid_4x4.stl
Normal file
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_1x1_High.png
Normal file
|
After Width: | Height: | Size: 213 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_1x1_Low.png
Normal file
|
After Width: | Height: | Size: 263 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_1x2_High.png
Normal file
|
After Width: | Height: | Size: 239 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_1x2_Low.png
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_1x3_High.png
Normal file
|
After Width: | Height: | Size: 260 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_1x3_Low.png
Normal file
|
After Width: | Height: | Size: 297 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_2x2_High.png
Normal file
|
After Width: | Height: | Size: 268 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Box_2x2_Low.png
Normal file
|
After Width: | Height: | Size: 290 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 266 KiB |
|
After Width: | Height: | Size: 172 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 497 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 236 KiB |
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 192 KiB |
|
After Width: | Height: | Size: 179 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Grid_2x2.png
Normal file
|
After Width: | Height: | Size: 192 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Grid_2x3.png
Normal file
|
After Width: | Height: | Size: 224 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Grid_3x3.png
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Grid_3x4.png
Normal file
|
After Width: | Height: | Size: 222 KiB |
BIN
Storage box Ikea Hack Helmer - 4812321/images/Grid_4x4.png
Normal file
|
After Width: | Height: | Size: 198 KiB |