Skip to content

Releases: Slashee-the-Cow/CustomSupportsReborn

v1.2.0: "But what happened to v1.1.0?"

18 Feb 14:07

Choose a tag to compare

Yes, I realise I didn't get around to releasing v1.1.0. And I really should have. It was awesome. But hopefully this one is more awesome!

Updates

v1.2.0

  • Supercharged input validation!
    • Now gives you both "information" and "this is bad" levels of alerts.
    • Invalid settings now have a "Fix it!" button.
  • Cleaned up the layout for the control panel while I was in there. Mostly noticeable by a significant lack of gaps between settings.
  • Dusted more cobwebs and such.

v1.1.0

  • Supports can now taper inwards as well as outwards!
  • Tube supports now have a consistent wall width as they taper. This has replaced the previous "inner size" setting.
  • New icons for abutment and model support types.
  • Model selection combo box now remembers what you had selected.

v1.0.1: "I should put my testing where my mouth is"

05 Feb 09:38

Choose a tag to compare

Fixed control panel in Cura versions < 5.7. When I set 5.0 as a minimum, I should probably test it in that next time.
Also made the input validation on the "size" text box less strict. You can set it above the max size and the max size will change to match! No more stupid double changes required 😁

v1.0.0 "I really hope this works"

30 Jan 03:54

Choose a tag to compare

Changes:

  • Reverted the original to v2.8.0 manually as the version in the master branch seemed to contain some "work in progress" stuff.
  • Renamed everything. Including internally so it doesn't compete with 5@xes' version if you still have that installed.
  • Futzed around with the translation system and ended up with basically the same thing. If someone wants to translate it, get in touch!
  • Removed support for Qt 5 and bumped minimum Cura version to 5.0 so I'm not doing things twice and can use newer Python features if I need.
  • Cleaned up the code a little bit and tried to give some variables more readable names.
  • Changed the icon to illustrate it does more than cylinders. Now it looks like it does rockets.
  • Renamed "Freeform" to "Model" and "Custom" to "Line" and swapped their positions.
  • Input validation in the text fields! Resetting if you put in something invalid! Preventing bugs from conflicting settings!
  • Fixed buggy structures being created with certain combinations of parameters.