Skip to content

Commit

Permalink
Drop infill_only_where_needed from G-code
Browse files Browse the repository at this point in the history
and add bottom & top fill patterns to summary instead
  • Loading branch information
DrLex0 committed May 27, 2023
1 parent d053b5c commit afba9d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions GCode/Start-dual-extruders.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;- - - Custom G-code for dual extruder printing with FlashForge Creator Pro - - -
;- - - by DrLex; 2016/09-2019/07. Released under Creative Commons Attribution License. - - -
;- - - by DrLex; 2016/09-2023/05. Released under Creative Commons Attribution License. - - -
; IMPORTANT: ensure your home offsets are correctly set. The Y home offset is correct if
; the initial extrusion performed by this code is at 3mm from the front edge of the bed.
; IMPORTANT: ensure "Use relative E distances" is enabled in Printer settings.
Expand Down Expand Up @@ -30,7 +30,8 @@
;z_offset = [z_offset]mm
;fill density = [fill_density]
;fill pattern = [fill_pattern]
;infill only where needed = [infill_only_where_needed]
;bottom fill pattern = [bottom_fill_pattern]
;top fill pattern = [top_fill_pattern]
;
;skirts = [skirts]
;brim width = [brim_width]mm
Expand Down
5 changes: 3 additions & 2 deletions GCode/Start-left-extruder.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;- - - Custom G-code for left extruder printing with FlashForge Creator Pro - - -
;- - - by DrLex; 2016/09-2019/04. Released under Creative Commons Attribution License. - - -
;- - - by DrLex; 2016/09-2023/05. Released under Creative Commons Attribution License. - - -
; IMPORTANT: ensure your home offsets are correctly set. The Y home offset is correct if
; the initial extrusion performed by this code is at 3mm from the front edge of the bed.
; IMPORTANT: ensure "Use relative E distances" is enabled in Printer settings.
Expand All @@ -21,7 +21,8 @@
;z_offset = [z_offset]mm
;fill density = [fill_density]
;fill pattern = [fill_pattern]
;infill only where needed = [infill_only_where_needed]
;bottom fill pattern = [bottom_fill_pattern]
;top fill pattern = [top_fill_pattern]
;
;skirts = [skirts]
;brim width = [brim_width]mm
Expand Down
5 changes: 3 additions & 2 deletions GCode/Start-right-extruder.gcode
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;- - - Custom G-code for right extruder printing with FlashForge Creator Pro - - -
;- - - by DrLex; 2016/09-2019/04. Released under Creative Commons Attribution License. - - -
;- - - by DrLex; 2016/09-2023/05. Released under Creative Commons Attribution License. - - -
; IMPORTANT: ensure your home offsets are correctly set. The Y home offset is correct if
; the initial extrusion performed by this code is at 3mm from the front edge of the bed.
; IMPORTANT: ensure "Use relative E distances" is enabled in Printer settings.
Expand All @@ -21,7 +21,8 @@
;z_offset = [z_offset]mm
;fill density = [fill_density]
;fill pattern = [fill_pattern]
;infill only where needed = [infill_only_where_needed]
;bottom fill pattern = [bottom_fill_pattern]
;top fill pattern = [top_fill_pattern]
;
;skirts = [skirts]
;brim width = [brim_width]mm
Expand Down

0 comments on commit afba9d9

Please sign in to comment.