Difference between revisions of "GCode Header"
| Line 11: | Line 11: | ||
| * <span style="color: firebrick;">'''RED'''</span> entries are for the EHR only | * <span style="color: firebrick;">'''RED'''</span> entries are for the EHR only | ||
| * <span style="color: navy;">'''BLUE'''</span> entries are for the 16A only | * <span style="color: navy;">'''BLUE'''</span> entries are for the 16A only | ||
| + | * <span style="color: darkorchid;">'''PURPLE'''</span> entries are explanations | ||
| + | |||
| + | This is what your header recipe will look like in Slic3r: | ||
| + | |||
| + |  ; GENERAL : | ||
| + | |||
| + |  N14                ; set line numbers for error logging - Slic3r version | ||
| + |  M772 S1            ; reset metrics and arm automatic reporting  | ||
| + |  M627 X0 Y0 Z0 J-500 K5                 ; setup abort action  | ||
| + | |||
| + | |||
| + |  M107               ; fans/UV           ; off | ||
| + |  M106 C255          ; fans/UV           ; set to 0-255 range | ||
| + | |||
| + |  G53                ; clear offsets | ||
| + |  G21                ; units             : mm | ||
| + |  G91                ; coordinatess      : relative | ||
| + |  G0 Z10 	           ; drop bed  | ||
| + |  G90                ; coordinates       : absolute | ||
| + | |||
| + |  G28 X0 Y0          ; home, goto        : X and Y | ||
| + | |||
| + |  M229 E1 D1         ; enable E-values (volumetric) | ||
| + | |||
| + |  ; TEMP CONTROL : | ||
| + | |||
| + |  ;M190 S[bed_temperature]          ; bed temp     : set and wait | ||
| + |  ;M109 T12 S[temperature]        ; head temp    : set and wait | ||
| + | |||
| + |  T2                 ; use THIRD tool position from the left     | ||
| + | |||
| + |  ; \\\\\\\\\\\\\\\   END HYREL HEADER for a 30M/ESR with an Unheated Head in T2/T13 - 2021.02.24   /////////////// | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| (this page is in progress, 20 Apr 2021) | (this page is in progress, 20 Apr 2021) | ||
Revision as of 18:03, 20 April 2021
At Hyrel, we believe that you must start with a good GCode header to get a good print. Below are explanations of our standard header files. These can be configured in Slic3r under Printer Settings > Custom G-code > Start G-code
- BLACK entries are for every machine
- GREEN entries are recommended, but must be manually entered
- RED entries are for the EHR only
- BLUE entries are for the 16A only
- PURPLE entries are explanations
This is what your header recipe will look like in Slic3r:
; GENERAL : N14 ; set line numbers for error logging - Slic3r version M772 S1 ; reset metrics and arm automatic reporting M627 X0 Y0 Z0 J-500 K5 ; setup abort action M107 ; fans/UV ; off M106 C255 ; fans/UV ; set to 0-255 range G53 ; clear offsets G21 ; units : mm G91 ; coordinatess : relative G0 Z10 ; drop bed G90 ; coordinates : absolute G28 X0 Y0 ; home, goto : X and Y M229 E1 D1 ; enable E-values (volumetric) ; TEMP CONTROL : ;M190 S[bed_temperature] ; bed temp : set and wait ;M109 T12 S[temperature] ; head temp : set and wait T2 ; use THIRD tool position from the left ; \\\\\\\\\\\\\\\ END HYREL HEADER for a 30M/ESR with an Unheated Head in T2/T13 - 2021.02.24 ///////////////
(this page is in progress, 20 Apr 2021)
