Skip to content

Releases: macdylan/sm2uploader

v2.8

23 Apr 07:48
Compare
Choose a tag to compare
  • add support multi filaments for Dual/IDEX
  • add display the amount/length of filaments in the screen of Artisan
  • fix temperature issue with Dual/IDEX in Orca v2.0 (#19 )

The following picture explains how to configure multiple materials/filaments in OrcaSlicer:

Pasted_Image_4_24_24__4_10 PM

Here's a simple rule:

  • T[0,2,4,6...] will be modified to T0
  • T[1,3,5,7...] will be modified to T1

If you like my work and would like to show your appreciation, you can buy me a coffee :)
ko-fi

v2.7

25 Mar 14:51
Compare
Choose a tag to compare
v2.7 Pre-release
Pre-release

Full Changelog: v2.6...v2.7

v2.6

01 Jan 17:51
Compare
Choose a tag to compare

fix SACP command (#5, #10, #13)

v2.5

03 Nov 18:21
Compare
Choose a tag to compare

Fix the temperature display error of the dual extruder.

v2.4

03 Nov 15:07
133ca0f
Compare
Choose a tag to compare
v2.4 Pre-release
Pre-release

Merge pull request #12 from lestrrat-go/fix-broadcast-address

Fix broadcast address calculation

v2.3

05 Sep 02:43
Compare
Choose a tag to compare
v2.3 Pre-release
Pre-release
  • fix: No longer smfix .bin files
  • fix: Find the printer in the default broadcast address
  • fix: disable CGO for linux

v2.2

11 Aug 08:09
Compare
Choose a tag to compare

Update built-in SMFix to v1.9

I frequently use PLA/PETG as support materials interchangeably due to their incompatibility and easy removal. However, this practice comes with the downside of an unstable purge tower. Therefore, I have reinforced it to address this issue:

smfix-reinforce_tower


If you like my work and would like to show your appreciation, you can buy me a coffee :)
ko-fi

v2.1

31 Jul 08:47
Compare
Choose a tag to compare

Update built-in SMFix to v1.8.

  • Support notrim; noshutoff; nopreheat through APIKey to disable these funcs in SMFix

v2.0

11 Jul 07:44
Compare
Choose a tag to compare
  • Integrated the SMFix, no longer need to download it. Now you can remove smfix in the post-processing scripts in the slicer. use -fix=0 to disable this feature.
  • Improve discover, working on all net interfaces.

Chinese:

  • 集成了 SMFix,从这个版本开始,不再需要单独下载它。这意味着不再需要配置后处理脚本(Post-processing scripts),使用这个功能不会修改原始文件,只会将修复后的文件传输到打印机中。你也可以使用参数 -fix=0 来关闭这个功能。
  • 改进了查找 Snapmaker 打印机的逻辑,现在会在所有的本地网卡上进行探测。

v1.10

29 Jun 02:25
Compare
Choose a tag to compare

fix SMFix could not be found on windows