Skip to content

magnushacker/gcodediff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCode Diff

A small utility to display and compare slicer settings between two or more .gcode or .ini files generated by PrusaSlicer. Currently only runs on Windows.

Installation

Download and run the installer from here.

Usage

Use the File->Open command to open a file. If the file is a .gcode file, one column will be added to the display. If the file is a .ini file it is assumed to contain a config bundle and all profiles found in the file will be added as separate columns.

There are two options in the Options menu:

  • Hide identical: when enabled, all rows where all columns have the same value are hidden. This makes it easy to quickly visualize differences between files.
  • Hide single values: when enabled, all rows where only only column have a value are hidden. These rows are not so interesting if you only want to compare two files.

If the files change on disk, hit F5 to refresh.

GCode Diff