Difference between revisions of "Test"

From Hyrel3D
Jump to: navigation, search
(Chart of Codes)
Line 1: Line 1:
== Chart of Codes ==
+
blah
 
 
 
 
{| border="1" class="wikitable"
 
|+ G- and M- Code Reference Chart
 
! Code
 
! Supported
 
! Brief Description
 
|-
 
! [[#G0_Rapid_Move|G0]]
 
| Yes || Rapid Move
 
|-
 
! [[#G1_Working_Move|G1]]
 
| Yes || Working Move
 
|-
 
! [[#G2_Clockwise_Arc|G2]]
 
| Yes || Clockwise Arc
 
|-
 
! [[#G2.1_Spiral_CW_Arc1|G2.1]]
 
| Yes || Spiral CW Arc<sup>1</sup>
 
|-
 
! [[#G2.2_Spiral_CW_Arc2|G2.2]]
 
| Yes || Spiral CW Arc<sup>2</sup>
 
|-
 
! [[#G2.3_3-Space_CW_Arc|G2.3]]
 
| Yes || 3-Space CW Spiral Arc
 
|-
 
! [[#G3_Counterclockwise_Arc|G3]]
 
| Yes || Counterclockwise Arc
 
|-
 
! [[#G3.1_Spiral_CCW_Arc1</sup>|G3.1]]
 
| Yes || Spiral CCW Arc<sup>1</sup>
 
|-
 
! [[#G3.2_Spiral_CCW_Arc2|G3.2]]
 
| Yes || Spiral CCW Arc<sup>2</sup>
 
|-
 
! [[#G3.3_3-Space_CCW_Arc|G3.3]]
 
| Yes || 3-Space CCW Spiral Arc
 
|-
 
! [[#G4_Timed_Pause|G4]]
 
| Yes || Timed Pause
 
|-
 
! [[#G10_UNUSED|G10]]
 
| ''No'' || ''Absolute E''
 
|-
 
! [[#G11_UNUSED|G11]]
 
| ''No'' || ''Relative E''
 
|-
 
! [[#G16_Arc_Plane:_Any|G16]]
 
| Yes || Arc in Any Plane
 
|-
 
! [[#G17_Arc_Plane:_XY|G17]]
 
| Yes || Arc in XY Plane
 
|-
 
! [[#G18_Arc_Plane:_XZ|G18]]
 
| Yes || Arc in XZ Plane
 
|-
 
! [[#G19_Arc_Plane:_YZ|G19]]
 
| Yes || Arc in YZ Plane
 
|-
 
! [[#G20_Set_Units_to_Inches|G20]]
 
| Yes || Set Units to Inches
 
|-
 
! [[#G21_Set_Units_to_Milimeters|G21]]
 
| Yes || Set Units to Milimeters
 
|-
 
! [[#G28_Send_X,_Y_to_Physical_Home|G28]]
 
| Yes || Send X, Y to Physical Home
 
|-
 
! [[#G53_Clear_Offsets|G53]]
 
| Yes || Clear Offsets
 
|-
 
! [[#G54_-_G59_-_Set_Offsets|G54-59]]
 
| Yes || Set Offsets
 
|-
 
! [[#G81_Peck_Drilling|G81]]
 
| G81 || Peck Drilling
 
|-
 
! [[#G90_Absolute_Positioning|G90]]
 
| Yes || Absolute Positioning
 
|-
 
! [[#G91_Relatative_Positioning|G91]]
 
| Yes || Relatative Positioning
 
|-
 
! [[#G92_Reset_Coordinate_Offsets|G92]]
 
| Yes || Reset Coordinates
 
|-
 
! [[#G93_Clear_Coordinate_Offsets|G93]]
 
| Yes || Reset Coordinates
 
|-
 
! [[#M0_Stop_Until_Resume|M0]]
 
| Yes || Stop Until Resume
 
|-
 
! [[#M3_Turn_On_Spindle_.28CW.29|M3]]
 
| Yes || Spindle On CW
 
|-
 
! [[#M4_Turn_On_Spindle_.28CCW.29R|M4]]
 
| Yes || Spindle On CCW
 
|-
 
! [[#M5_Turn_Off_Spindle|M5]]
 
| Yes || Spindle Off
 
|-
 
! [[#M6_Declare_Head_Offsets|M6]]
 
| Yes || Declare Head Offsets
 
|-
 
! [[#M7_Set_Power_On_Aux_1|M7]]
 
| Yes || Aux 1 On (Mist)
 
|-
 
! [[#M8_Set_Power_On_Aux_2|M8]]
 
| Yes || Aux 2 On (Flood)
 
|-
 
! [[#M9_Turn_Off_All_Aux|M9]]
 
| Yes || All Aux Off
 
|-
 
! [[#M17_Engage_Motors|M17]]
 
| Yes || Engage Motors
 
|-
 
! [[#M18_Disengage_Motors|M18]]
 
| Yes || Disengage Motors
 
|-
 
! [[#M30_End_of_Program|M30]]
 
| Yes || End of Program
 
|-
 
! [[#M82_Absolute_E-Values|M82]]
 
| Yes || Absolute E-Values
 
|-
 
! [[#M83_Relative_E-Values|M83]]
 
| Yes || Relative E-Values
 
|-
 
! [[#M84_Disable_Motors|M84]]
 
| Yes || Disable Motors
 
|-
 
! [[#M104_Set_Temp_.28Head.29|M104]]
 
| Yes || Set Temp (Head)
 
|-
 
! [[#M106_Set_Cooling_.2F_Etc.|M106]]
 
| Yes || Set Cooling / Etc.
 
|-
 
! [[#M107_Stop_Cooling_.2F_Etc.|M107]]
 
| Yes || Stop Cooling / Etc.
 
|-
 
! [[#M109_Wait_for_Temp_.28Head.29|M109]]
 
| Yes || Wait for Temp (Head)
 
|-
 
! [[#M116_UNUSED|M116]]
 
| ''No'' || ''Pause for All Temps''
 
|-
 
! [[#M140_Set_Temp_.28Bed.29|M140]]
 
| Yes || Set Temp (Bed)
 
|-
 
! [[#M141_Set_Temp_.28Chamber.29|M141]]
 
| Yes || Set Temp (Chamber)
 
|-
 
! [[#M190_Wait_for_Temp_.28Bed.29|M190]]
 
| Yes || Wait for Temp (Bed)
 
|-
 
! [[#M191_Wait_for_Temp_.28Chamber.29|M191]]
 
| Yes || Wait for Temp (Chamber)
 
|-
 
! [[#M203_Set_G0_Speed|M203]]
 
| Yes || Set G0 Speed
 
|-
 
! [[#M221_Set_Flow_Rate|M221]]
 
| Yes || Set Flow Rate
 
|-
 
! [[#M229_Use_E_Values|M229]]
 
| Yes || Use E Values
 
|-
 
! [[#M253_Turn_On_Lathe_.28CW.29|M253]]
 
| Yes || Turn On Lathe (CW)
 
|-
 
! [[#M254_Turn_On_Lathe_.28CCW.29|M254]]
 
| Yes || Turn On Lathe (CCW)
 
|-
 
! [[#M255_Turn_Off_Lathe|M255]]
 
| Yes || Turn Off Lathe
 
|-
 
! [[#M619_Map_Aux_Port|M619]]
 
| Yes || Map Aux Port
 
|-
 
! [[#M620_Enable_Device|M620]]
 
| Yes || Enable Device
 
|-
 
! [[#M621_Set_Laser_Power|M621]]
 
| Yes || Set Laser Power
 
|-
 
! [[#M623_Duration_Emit|M623]]
 
| Yes || Duration Emit
 
|-
 
! [[#M660_Assign_Tool_Height_Offset|M660]]
 
| Yes || Set Tool Offsets
 
|-
 
! [[#M670_Enable_Y-arm_Light|M670]]
 
| Yes || Enable Y-arm Light
 
|-
 
! [[#M671_Activate_Danger_Lights|M671]]
 
| Yes || Activate Danger Light
 
|-
 
! [[#M672_Set_Y-arm_Light|M672]]
 
| Yes || Set Y-arm Light
 
|-
 
! [[#M675_Activate_Response_LEDs|M675]]
 
| Yes || Activate Response LEDs
 
|-
 
! [[#M676_Activate_Recirc._Fan|M676]]
 
| Yes || Activate Recirc. Fan
 
|-
 
! [[#M677_Activate_Buzzer|M677]]
 
| Yes || Activate Buzzer
 
|-
 
! [[#M678_Activate_Laser_X-hair|M678]]
 
| Yes || Activate Laser X-hair
 
|-
 
! [[#M679_Activate_Vacuum|M679]]
 
| Yes || Activate Vacuum
 
|-
 
! [[#M684_Activate_Exhaust|M684]]
 
| Yes || Activate Exhaust
 
|-
 
! [[#M685_Set_Power_on_Air|M685]]
 
| Yes || Activate Air
 
|-
 
! [[#M689_Activate_Ext._Head|M689]]
 
| Yes || Activate Ext. Head
 
|-
 
! [[#M701_Set_Head_Reporting|M701]]
 
| Yes || Set Head Reporting
 
|-
 
! [[#M702_-_M704_Cloning_Heads|M702]]
 
| Yes || Establish Clone Squad
 
|-
 
! [[#M702_-_M704_Cloning_Heads|M703]]
 
| Yes || Add to Clone Squad
 
|-
 
! [[#M702_-_M704_Cloning_Heads|M704]]
 
| Yes || Remove from Clone Squad
 
|-
 
! [[#M718_Stop_Logging_to_File|M718]]
 
| Yes || Stop Logging to File
 
|-
 
! [[#M719_Start_Logging_to_File|M719]]
 
| Yes || Start Logging to File
 
|-
 
! [[#M721_Set_Unprime_Values|M721]]
 
| Yes || Set Unprime Values
 
|-
 
! [[#M722_Set_Prime_Values|M722]]
 
| Yes || Set Prime Values
 
|-
 
! [[#M723_Set_Manual_Flow|M723]]
 
| Yes || Set Manual Flow
 
|-
 
! [[#M728_Set_Motor_Current_Boost|M728]]
 
| Yes || Set Motor Current Boost
 
|-
 
! [[#M756_Set_Height_for_Flow|M756]]
 
| Yes || Set Height for Flow
 
|-
 
! [[#M772_Reset_All_Metrics|M772]]
 
| Yes || Reset All Metrics
 
|-
 
! [[#M773_Generate_Basic_Report|M773]]
 
| Yes || Generate Basic Report
 
|-
 
! [[#M783_Tie_Aux_to_Extrusion|M783]]
 
| Yes || Tie Aux to Extrusion
 
|-
 
! [[#M790_New_Layer_Actions|M790]]
 
| Yes || New Layer Actions
 
|-
 
! [[#M791_Snap_Image|M791]]
 
| Yes || Snap Image
 
|-
 
! [[#M792_Execute_Action|M792]]
 
| Yes || Execute Action
 
|-
 
|}
 
 
 
'''[[#What_is_GCode.3F|Back to top]]'''
 

Revision as of 16:15, 21 May 2020

blah