Last active
August 1, 2025 15:12
-
-
Save myagizmaktav/d28b30885445d75a6aa5be34b3421959 to your computer and use it in GitHub Desktop.
Anycubic photon workshop script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "current_param": [ | |
| ], | |
| "default_param": [ | |
| [ | |
| { | |
| "property": { | |
| "support_name": "Best_until_next_1" | |
| } | |
| }, | |
| { | |
| "anchors": { | |
| "anchorDistance": 3.5, | |
| "borderOffset": 3, | |
| "criticalAngle": 45, | |
| "horizontalSurfaceAnchorDistance": 2.5, | |
| "lowestAnchorDistance": 2, | |
| "lowestPointSearchHorizontalError": 0.15000000596046448, | |
| "reinforceHorizontalSurface": true, | |
| "reinforceLowestPts": true, | |
| "reinforceRadius": 2, | |
| "sptInsideHollowed": false | |
| } | |
| }, | |
| { | |
| "top_connection": { | |
| "topBallContact": false, | |
| "topBallDiameter": 0.6, | |
| "topConnectTipType": 0, | |
| "topContactWidth": 0.4, | |
| "topDistanceInPart": 2, | |
| "topLength": 7, | |
| "topTopWidth": 0.2 | |
| } | |
| }, | |
| { | |
| "bottom_connection": { | |
| "btmBallContact": false, | |
| "btmBallDiameter": 0.5, | |
| "btmContactWidth": 0.5, | |
| "btmDistanceInPart": 0.4, | |
| "btmLength": 2, | |
| "btmMaxAngleToVertical": 40, | |
| "btmMinAngleToSurface": 85, | |
| "btmTopWidth": 0.5 | |
| } | |
| }, | |
| { | |
| "filter_connection": { | |
| "filterShortSupportLength": 3, | |
| "removefilterShort": false, | |
| "smallPillarHeight": 15, | |
| "smallPillarWidth": 0.5 | |
| } | |
| }, | |
| { | |
| "plateform_connection": { | |
| "pltEnabled": true, | |
| "pltHeight": 0.8, | |
| "pltRadius": 4, | |
| "pltSlotAngle": 40 | |
| } | |
| }, | |
| { | |
| "bar_shape_connection": { | |
| "shpBrunchBottomWidth": 1, | |
| "shpBrunchMaxNum": 20, | |
| "shpBrunchTopWidth": 2, | |
| "shpMergePosDropDis": 12, | |
| "shpPolygonEdgeNumber": 6, | |
| "shpTrunkBottWidth": 1.6, | |
| "shpTrunkMaxBranchAngle": 43, | |
| "shpTrunkTopWidth": 2 | |
| } | |
| }, | |
| { | |
| "bar_cross_connection": { | |
| "crsAngle": 42, | |
| "crsEnabled": true, | |
| "crsInterval": 10, | |
| "crsStartHeight": 4, | |
| "crsWidth": 0.9 | |
| } | |
| }, | |
| { | |
| "base": { | |
| "baseEnableHoles": true, | |
| "baseEnabled": true, | |
| "baseHeight": 0.8, | |
| "baseHoleEdgeNum": 6, | |
| "baseHoleInterval": 0.1, | |
| "baseHoleRadius": 1, | |
| "baseOffset": 2, | |
| "basePlateType": 1, | |
| "baseSlotAngle": 55 | |
| } | |
| }, | |
| { | |
| "advance_avoidance": { | |
| "minSupportUpLinkUpWidth": 0.6, | |
| "noSupportOffset": 1.2, | |
| "stickMaxHorizontalLength": 20, | |
| "treeShrinkScale": 0.3 | |
| } | |
| }, | |
| { | |
| "advance_thinwall": { | |
| "minUpEmbDistanceInDepth": 1, | |
| "upEmbDistanceScaleInDepth": 0.3 | |
| } | |
| }, | |
| { | |
| "advance_simplified": { | |
| "lowestFaceExpandOffset": 3, | |
| "minLineLength": 10, | |
| "supportFaceExpandOffset": 2, | |
| "supportFaceMinArea": 10, | |
| "supportLowestFacesMinArea": 10 | |
| } | |
| }, | |
| { | |
| "advance_reinforce_single": { | |
| "isReinforceSingleTreeEnable": false, | |
| "reinforceSingleTreeHeight": 25, | |
| "reinforceSingleTreeMaxHorizontalDis": 5 | |
| } | |
| } | |
| ] | |
| ], | |
| "version": "3.5" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment