LaszloLG Log: Difference between revisions
No edit summary |
No edit summary |
||
Line 87: | Line 87: | ||
** FreeCAD file: [[File:LaszloLG-FreeCad101.fcstd]] | ** FreeCAD file: [[File:LaszloLG-FreeCad101.fcstd]] | ||
** Link to video: [https://youtu.be/DXQJBtO69II] | ** Link to video: [https://youtu.be/DXQJBtO69II] | ||
=Time idependent structured blog= | |||
* Organization | |||
** Join OSE workshop Facebook group | |||
** Signup to network.opensourceecology.org's 3dprinter developer group and ask questions there [http://network.opensourceecology.org/groups/profile/676151284687970315/activity] | |||
** Join Monday meetings with chromium browser and [https://hangouts.google.com/hangouts/_/event/cfvdskolaipjgki95aoufjf3l50?hl=en&authuser=0 Google Hangout], you can watch its recording on [https://www.youtube.com/user/marcinose/videos Marcin's youtube channel] | |||
** Use next week's [http://opensourceecology.org/wiki/D3D_Meeting_Log Meeting agenda] edit that, add a slide with your name in 'Scrum standup' section and log there what you did, which challanges you had and how you would like to continue | |||
** Create a wiki page: log for yourself and link all the files you created (static content) | |||
** Log your activity and time spent on it. Once a week before Monday's meeting upload it with [http://opensourceecology.org/wiki/Timesheet] | |||
* Eploded part animation videos | |||
** install freecad 0.17 (0.16 is not stable and also addons installer is not part of freecad) | |||
** install exploded assembly addon [https://github.com/FreeCAD/FreeCAD-addons/blob/master/README.md how to install FreeCAD modules] | |||
** See [http://opensourceecology.org/wiki/FreeCAD_Exploded_Part_Animations_Workbench_Tutorial tutorial 1] [http://opensourceecology.org/wiki/Exploded_Part_Animations tutorial videos 2] | |||
** Notes related to video creations | |||
*** Use Perspective view in FreeCAD (View / Perspective menu or just press P) for the videos | |||
*** pay attention to details of video editing guidelines [https://docs.google.com/presentation/d/1OqKUevEI1rkghw-lN43nsyBH72SoM7VoRHX_u6KtpF8/edit#slide=id.g205c42480e_0_77] | |||
*** save your freecad file frequently: once it freezes, you can return to the last save | |||
*** The instructional videos of [[FreeCAD_101]] are the good examples how it should look like: no major pauses, continuous voice, exact timing, loud voice without background noise | |||
*** The assembly videos, created with FreeCAD Exploded animation module will be used on the bulid workshops: parts of the device will be assembled one by one meanwhile the assembly videos will be played in a loop. | |||
*** you can reuse work of others for the video creation: most probably there are FreeCAD files already available on [[Emmanouil_Log]] or in part library [[Part_Library]] or you can ask on [http://network.opensourceecology.org/groups/profile/676151284687970315/activity D3D network] but you can create drawings from scratch | |||
*** Upload the FreeCAD file which contians your work with exploded part animations to your log which should remain modifiable - to let others reuse your work | |||
* FreeCAD | |||
** [https://www.youtube.com/watch?v=iOKjaSpLkt4 Bolts tool] presented by [http://opensourceecology.org/wiki/Emmanouil_Log Emmanouil] | |||
* Python | |||
** Video [https://www.youtube.com/watch?v=N4mEzFDjqtA Learn Python] | |||
** [http://www.diveintopython.net/toc/index.html Python book online] | |||
** [https://www.freecadweb.org/wiki/Python_scripting_tutorial FreeCAD Scripting tutorial] | |||
** FreeCAD App Module full documentation, structure of application | |||
*** https://www.freecadweb.org/wiki/Object_API | |||
*** https://www.freecadweb.org/wiki/FreeCAD_API | |||
*** source code https://github.com/FreeCAD/FreeCAD/ | |||
* Improving things | |||
** You can add new parts to [[Part_Library]] | |||
Line 197: | Line 236: | ||
<tr><td>'''Link to video:'''</td><td> [https://youtu.be/DXQJBtO69II]</td></tr> | <tr><td>'''Link to video:'''</td><td> [https://youtu.be/DXQJBtO69II]</td></tr> | ||
</table> | </table> | ||
Revision as of 07:42, 6 May 2017
A log is used to communicate ongoing activity to other collaborators.
Logs of others
Log | AbeAnd_Log | Brian Log | Chas_log | Cedric Log | Dorkmo Log | Emmanouil Log | Frank Log | Gregory_Log | Hart Log | Jean-Baptiste Log | Jonathan Log | Jose Urra Log | Lego Log | Marcin Log | Michael Log | Richard Log | Roberto Log | Shane Log |
Youtube uploads | AbeAnd | Brian | Chas | Cedric | Dorkmo | Emmanouil | Frankm99 | Gregory | Hart | Jean-Baptiste | Jonathan | Jose Urra | Lego | Marcin | Michael | Richard | Roberto | Shane |
Shared folder | AbeAnd | Brian | Chas | Cedric | Dorkmo | Emmanouil | Frank | Gregory | Hart | Jean-Baptiste | Jonathan | Jose Urra | Lego | Marcin | Michael | Richard | Roberto | Shane |
General links Critical Path Roadmap HR mediawiki formatting help
Frequently used links D3D D3D Log D3D_Meeting_Log Timesheet Google Hangout 3d printer Network
Deliveries
- D3D printer Y axis assembly video
- Scrip's part 1
- final video (todo: redo freecad screen capture with perspective view)
- parts to reuse in zip
- Scrip's part 2
- freecad file put motor assembly to rods (with mirrored bolts) then tighten bolts complete
- Scrip's part 1
- Onboarding skill test with FreeCAD task FreeCAD_101
- FreeCAD file: File:LaszloLG-FreeCad101.fcstd
- Link to video: [1]
Time idependent structured blog
- Organization
- Join OSE workshop Facebook group
- Signup to network.opensourceecology.org's 3dprinter developer group and ask questions there [2]
- Join Monday meetings with chromium browser and Google Hangout, you can watch its recording on Marcin's youtube channel
- Use next week's Meeting agenda edit that, add a slide with your name in 'Scrum standup' section and log there what you did, which challanges you had and how you would like to continue
- Create a wiki page: log for yourself and link all the files you created (static content)
- Log your activity and time spent on it. Once a week before Monday's meeting upload it with [3]
- Eploded part animation videos
- install freecad 0.17 (0.16 is not stable and also addons installer is not part of freecad)
- install exploded assembly addon how to install FreeCAD modules
- See tutorial 1 tutorial videos 2
- Notes related to video creations
- Use Perspective view in FreeCAD (View / Perspective menu or just press P) for the videos
- pay attention to details of video editing guidelines [4]
- save your freecad file frequently: once it freezes, you can return to the last save
- The instructional videos of FreeCAD_101 are the good examples how it should look like: no major pauses, continuous voice, exact timing, loud voice without background noise
- The assembly videos, created with FreeCAD Exploded animation module will be used on the bulid workshops: parts of the device will be assembled one by one meanwhile the assembly videos will be played in a loop.
- you can reuse work of others for the video creation: most probably there are FreeCAD files already available on Emmanouil_Log or in part library Part_Library or you can ask on D3D network but you can create drawings from scratch
- Upload the FreeCAD file which contians your work with exploded part animations to your log which should remain modifiable - to let others reuse your work
- FreeCAD
- Bolts tool presented by Emmanouil
- Python
- Video Learn Python
- Python book online
- FreeCAD Scripting tutorial
- FreeCAD App Module full documentation, structure of application
- Improving things
- You can add new parts to Part_Library
2017-05-01 - 2017-05-08
Time log : (I will sum up at end of week)
- 01 May 1.5 h meeting
- Python
- 43 mins Learn Python
- 2 mins Python book online
- 15 mins - FreeCAD Scripting tutorial
- to be scheduled - FreeCAD App Module full documentation, structure of application
2017-04-24's week
Tasks:
- create 2nd part of assebmly of y axis by eob Friday
- then fix 1st part's video by using freecad's perspective view by eob Friday
- then edit wiki based on Development_Team_Checklist
- status should be in scrum standup of week's agenda Meeting agenda which should have links to static content
- add For the future we need to do another tutorial on Part Design Guidelines to make sure every part is created using proper procedures and an easy-to-modify strategy.
- bugs here: http://opensourceecology.org/wiki/OSE_Workflow_FreeCAD_Bugs
Results:
- freecad file put motor assembly to rods (with mirrored bolts) then tighten bolts complete
Time log : (I will sum up at end of week)
- 24 Apr: 1 h meeting
- 26 Apr: 2h read docs, attempt to continue with animation, requesting help on network
- 27 Apr:
- 1h, stuck with motor animation http://network.opensourceecology.org/newsfeed/704196554298236941
- 2h freecad file put motor assembly to rods (with mirrored bolts) then tighten bolts complete
Learnings:
2017-04-17's week
Continue task of previous week to create video of y axis assembly based on script part 1
Tasks:
Results: Deliveries in a zip
Notes:
- FreeCAD Python basics
- Change camera view with python console [7]:
- get current position: Gui.activeDocument().activeView().getCamera()
- set a position: Gui.activeDocument().activeView().setCamera('long text returned by previous get command')
- separate multiple commands in one line with ;
- example: make carriage transparent: FreeCADGui.getDocument("D3D_Mini_Sub_Assembly_Axis_Y").getObject("Universal_axis_carriage_side_01").Transparency = 80;FreeCADGui.getDocument("D3D_Mini_Sub_Assembly_Axis_Y").getObject("Universal_axis_carriage_side_02").Transparency = 80
- Create a Macro script to change view during the playback then associate a hotkey with it associate an icon with a macro
- Change camera view with python console [7]:
- Timing of FreeCAD's Exploded Assembly : I used only "Animation steps" parameter to adjust playback time. The duration of playback became longer when vokoscreen added some cpu load.
Time log : (I will sum up at end of week) 17 Apr: 1.5 h meeting
18 Apr: 1 hour reading (wiki contents), 2.5 hours struggling with the assembly video.
20 Apr: 2h20mins wiki readings + getting basics of freecad macro to set camera viewpoints and doing freecad exploded part animations with the freecad mini y axis created by Emmanouil.
21 Apr: 5:30 continue exploding in freecad + learn basic of video editing of kdenlive + put together the assembly video + upload files
Meeting notes:
[8]
Manolis belt [9] How he assembled the CAD file [10]
2017-04-10's week
Task description: | Create assembly animation of Y Axis of D3D_Printer (script part 1) |
Completion percentage: | 69 |
Link to results: | incomplete files were removed |
Hints
- Install exploded parts module of FreeCAD and start exploring the exploded parts animations. If it freezes then install latest version of FreeCAD and the module itself.
- The instructional videos of FreeCAD_101 are the good examples how it should look like: no major pauses, continuous voice
- 30 sec video should show 15 minutes of assembly which can be created in 1 hour. On the workshop each module will be built at the same time if someone completes his/her own then helps others. The instructional video will be played in a loop.
- The bolts in the axis should all be M6x18, not M6x25
- Link to meeting minutes within D3D_Log[11]
- Jose has a 12" printer Jose_Log, CAD file can be downloaded from there. 10 April 2017 18.page suggests extruder realignment
- If a part does not appear in part library Part_Library or in Emmanouil_Log then send e-mail to Marcin. To make things simpler the total amount of parts should not increase.
- Exploded part helps with assembly [12] but the one on the link was not complete : missing some of the magnets. One carriage has 6 magnets : one on each corners and one on middle of long edges. Picture does not show everything but the description text of assembly details that. Magnets can be assembled with superglue and pushing for 15 minutes until glue hardens.
- The modules ( Axis Motor Side - Chas, Carriage Side - Jean Baptiste, Idler Side - Roberto) can be used in the Y Axis video.
- Every FreeCAD file should remain modifiable.
- Signup to network.opensourceecology.org's 3dprinter developer group and ask questions there [13]
- Join OSE workshop Facebook group
2017-04-09
Task description: | Onboarding skill test with FreeCAD task FreeCAD_101 |
FreeCAD file: | File:LaszloLG-FreeCad101.fcstd |
Link to video: | [14] |