Skip to content

Tags: ronoaldo/FlashforgeFinderIntegration

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ronoaldo Ronoaldo Pereira
bugfix: fix temperature with a floating point.

The start gcode macros in recent versions of Cura
format the print temperature as a floating point.
Other temperature commands in the gcode don't have
such behavior.

On Finder (version 1?) with the more recent firmware, this
causes the temperature to be the fixed to start at 185C,
which appears to be the "default start temperature" or some
rounding error when reading the floating point temperature.

This commit fixes that by parsing the 'M104 SXXX' commands,
and changing the temperature by converting it to integer.
This also allows the temperature to be embedded to the .gx
file header.

I took the opportunity to move the parsing commands into the
gx.py script, as a way to potentially easy the proccess to
make this a standalone script that can potentially be used
by other slicers/software.

Fixes #21
Related to #2 and #16

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from jcbelanger/master

Support for Cura 5.1.0 (SDK 8.1.0)

v1.0.2

Toggle v1.0.2's commit message
Updated release script for new directory layout.

v1.0.1

Toggle v1.0.1's commit message
Removed the PauseAtLayer script.

Cura new release will include an unified version of the plugins
so the M25 version of the script will be available and it is already
compatible with the Finder.

v1.0.0

Toggle v1.0.0's commit message
Fixed small version typo when building/releasing.