Skip to content

Commit f3f1ced

Browse files
committed
πŸ“ Remove AXISn_ROTATES comments
1 parent 20dd43c commit f3f1ced

315 files changed

Lines changed: 12 additions & 953 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žconfig/default/Configuration.hβ€Ž

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,18 @@
179179
//#define E7_DRIVER_TYPE A4988
180180

181181
/**
182-
* Axis codes for additional axes:
183-
* This defines the axis code that is used in G-code commands to
184-
* reference a specific axis.
185-
* 'A' for rotational axis parallel to X
186-
* 'B' for rotational axis parallel to Y
187-
* 'C' for rotational axis parallel to Z
188-
* 'U' for secondary linear axis parallel to X
189-
* 'V' for secondary linear axis parallel to Y
190-
* 'W' for secondary linear axis parallel to Z
191-
* Regardless of the settings, firmware-internal axis IDs are
192-
* I (AXIS4), J (AXIS5), K (AXIS6).
182+
* Additional Axis Settings
183+
*
184+
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
185+
* By convention the names and roles are typically:
186+
* 'A' : Rotational axis parallel to X
187+
* 'B' : Rotational axis parallel to Y
188+
* 'C' : Rotational axis parallel to Z
189+
* 'U' : Secondary linear axis parallel to X
190+
* 'V' : Secondary linear axis parallel to Y
191+
* 'W' : Secondary linear axis parallel to Z
192+
*
193+
* Regardless of these settings the axes are internally named I, J, K, U, V, W.
193194
*/
194195
#ifdef I_DRIVER_TYPE
195196
#define AXIS4_NAME 'A' // :['A', 'B', 'C', 'U', 'V', 'W']

β€Žconfig/examples/3DFabXYZ/Migbot/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@
182182
/**
183183
* Additional Axis Settings
184184
*
185-
* Define AXISn_ROTATES for all axes that rotate or pivot.
186-
* Rotational axis coordinates are expressed in degrees.
187-
*
188185
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
189186
* By convention the names and roles are typically:
190187
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/ADIMLab/Gantry v1/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
/**
182182
* Additional Axis Settings
183183
*
184-
* Define AXISn_ROTATES for all axes that rotate or pivot.
185-
* Rotational axis coordinates are expressed in degrees.
186-
*
187184
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
188185
* By convention the names and roles are typically:
189186
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/ADIMLab/Gantry v2/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
/**
182182
* Additional Axis Settings
183183
*
184-
* Define AXISn_ROTATES for all axes that rotate or pivot.
185-
* Rotational axis coordinates are expressed in degrees.
186-
*
187184
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
188185
* By convention the names and roles are typically:
189186
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/Alfawise/U20-bltouch/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@
236236
/**
237237
* Additional Axis Settings
238238
*
239-
* Define AXISn_ROTATES for all axes that rotate or pivot.
240-
* Rotational axis coordinates are expressed in degrees.
241-
*
242239
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
243240
* By convention the names and roles are typically:
244241
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/Alfawise/U20/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@
236236
/**
237237
* Additional Axis Settings
238238
*
239-
* Define AXISn_ROTATES for all axes that rotate or pivot.
240-
* Rotational axis coordinates are expressed in degrees.
241-
*
242239
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
243240
* By convention the names and roles are typically:
244241
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/AliExpress/CL-260/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
/**
182182
* Additional Axis Settings
183183
*
184-
* Define AXISn_ROTATES for all axes that rotate or pivot.
185-
* Rotational axis coordinates are expressed in degrees.
186-
*
187184
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
188185
* By convention the names and roles are typically:
189186
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/AliExpress/UM2pExt/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
/**
182182
* Additional Axis Settings
183183
*
184-
* Define AXISn_ROTATES for all axes that rotate or pivot.
185-
* Rotational axis coordinates are expressed in degrees.
186-
*
187184
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
188185
* By convention the names and roles are typically:
189186
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/Anet/A2/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
/**
182182
* Additional Axis Settings
183183
*
184-
* Define AXISn_ROTATES for all axes that rotate or pivot.
185-
* Rotational axis coordinates are expressed in degrees.
186-
*
187184
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
188185
* By convention the names and roles are typically:
189186
* 'A' : Rotational axis parallel to X

β€Žconfig/examples/Anet/A2plus/Configuration.hβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
/**
182182
* Additional Axis Settings
183183
*
184-
* Define AXISn_ROTATES for all axes that rotate or pivot.
185-
* Rotational axis coordinates are expressed in degrees.
186-
*
187184
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
188185
* By convention the names and roles are typically:
189186
* 'A' : Rotational axis parallel to X

0 commit comments

Comments
Β (0)