Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:tyokaluja:plasmaleikkuri [17.07.2026 01:28] – created Jana Lumien:tyokaluja:plasmaleikkuri [17.07.2026 01:37] (current) – [Plasmacutter] Jana Lumi
Line 5: Line 5:
 The plasma cutter cuts all electrically conductive materials such as aluminum and steel. The plasma cutter cuts all electrically conductive materials such as aluminum and steel.
  
-[[https://www.youtube.com/watch?v=wtriVCfRIK0|Erittäin hyvä perehdytys plasmaleikkuuseen]]+[[https://www.youtube.com/watch?v=wtriVCfRIK0|Very good introduction to plasma cutting]]
  
 See the Plasma Cutter in action: [[https://www.youtube.com/watch?v=YcjUdpm3LaM | Plasmacut Bat'leth]] (YouTube) See the Plasma Cutter in action: [[https://www.youtube.com/watch?v=YcjUdpm3LaM | Plasmacut Bat'leth]] (YouTube)
Line 80: Line 80:
  
 <code - Line.ngc> <code - Line.ngc>
-G21 //Units mm +G21                                 //Units mm 
-F2000 //Feed rate 2000 mm/min +F2000                               //Feed rate 2000 mm/min 
-G90 //Absolute coordinates +G90                                 //Absolute coordinates 
-G0 X0 Y0 //Rapid movement XY +G0 X0 Y0                            //Rapid movement XY 
-M8 //Cutting head down +M8                                  //Cutting head down 
-G4 P0.5 //0.5s delay +G4 P0.5                             //0.5s delay 
-M3 //Plasma ignition +M3                                  //Plasma ignition 
-G4 P0.8 //0.8s delay +G4 P0.8                             //0.8s delay 
-G1 X100 Y0 F1000 //Feed movement X100 +G1 X100 Y0 F1000                    //Feed movement X100 
-Y100 //Feed movement Y100 +Y100                                //Feed movement Y100 
-X0 //Feed movement X0 +X0                                  //Feed movement X0 
-Y0 //Feed movement Y0 +Y0                                  //Feed movement Y0 
-G4 P0.8 //0.8s delay +G4 P0.8                             //0.8s delay 
-M5 //Plasma shutdown +M5                                  //Plasma shutdown 
-M9 //Feed head up +M9                                  //Feed head up 
-M30 //End of program+M30                                 //End of program
 </code> </code>
  
Line 105: Line 105:
 https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-add-a-Post-Processor-to-your-Personal-Posts-in-Fusion-360.html https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-add-a-Post-Processor-to-your-Personal-Posts-in-Fusion-360.html
  
-tiedosto:https://github.com/TampereHacklab/CNC-PostProcessors/raw/master/Fusion360/5wplasma.cps+file:https://github.com/TampereHacklab/CNC-PostProcessors/raw/master/Fusion360/5wplasma.cps