Skip to content

Commit

Permalink
Merge branch 'v2.1.x' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Oct 29, 2024
2 parents eb902f4 + 8609ca2 commit 97de3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/helpers/config-generation/toolhead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export class ToolheadGenerator<IsToolboard extends boolean> extends ToolheadHelp
return result.join('\n');
}
renderToolheadMacro() {
const endstopSafetyMargin = 5;
const endstopSafetyMargin = 2;
let parkX: number | null = null;
if (this.getMotionAxis() === PrinterAxis.x) {
parkX = -1 * this.printer.bedMargin.x[0] + endstopSafetyMargin;
Expand Down
2 changes: 1 addition & 1 deletion src/templates/v-core-4-idex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ${helper.renderUserStepperSections({
max: config.size.x + margin.max,
endstop: config.size.x + margin.max,
}),
safeDistance: 60,
safeDistance: 55,
},
y: {
directionInverted: true,
Expand Down

0 comments on commit 97de3bb

Please sign in to comment.