From f69fa8e3b8e2d6d2196b44f3e8649b89d9c54f59 Mon Sep 17 00:00:00 2001 From: Thomas Schmid Date: Tue, 11 Jan 2022 20:25:22 +0100 Subject: [PATCH] add configuration for binary kitchen 3d printers Signed-off-by: Thomas Schmid --- host_vars/canneloni.binary.kitchen | 45 ++++++++++++++++++- host_vars/maccaroni.binary.kitchen | 39 +++++++++++++++- host_vars/raspberrypi | 71 +++++++++++++++++++++++++++++- 3 files changed, 152 insertions(+), 3 deletions(-) diff --git a/host_vars/canneloni.binary.kitchen b/host_vars/canneloni.binary.kitchen index 5ffd11d..44bde5a 100644 --- a/host_vars/canneloni.binary.kitchen +++ b/host_vars/canneloni.binary.kitchen @@ -1,2 +1,45 @@ octoprint_display_name: Prusa Mini -octoprint_domain: canneloni.binary.kitchen \ No newline at end of file +octoprint_domain: canneloni.binary.kitchen + +octoprint_config_default_profile: _mini + +octoprint_printer_profiles: +- axes: + e: + inverted: false + speed: 300 + x: + inverted: false + speed: 6000 + y: + inverted: false + speed: 6000 + z: + inverted: false + speed: 200 + color: default + extruder: + count: 1 + nozzleDiameter: 0.4 + offsets: + - - 0.0 + - 0.0 + sharedNozzle: false + heatedBed: true + heatedChamber: false + id: _mini + model: Prusa Mini + name: Pursa Mini + volume: + custom_box: + x_min: 0 + x_max: 180 + y_min: -3 + y_max: 180 + z_min: 0 + z_max: 180 + depth: 180.0 + formFactor: rectangular + height: 180.0 + origin: lowerleft + width: 180 \ No newline at end of file diff --git a/host_vars/maccaroni.binary.kitchen b/host_vars/maccaroni.binary.kitchen index 0027406..84daeb3 100644 --- a/host_vars/maccaroni.binary.kitchen +++ b/host_vars/maccaroni.binary.kitchen @@ -1,2 +1,39 @@ octoprint_display_name: Voron 2.4 -octoprint_domain: maccaroni.binary.kitchen \ No newline at end of file +octoprint_domain: maccaroni.binary.kitchen + +octoprint_config_default_profile: _voron_2_4 + +octoprint_printer_profiles: +- axes: + e: + inverted: false + speed: 300 + x: + inverted: false + speed: 6000 + y: + inverted: false + speed: 6000 + z: + inverted: false + speed: 200 + color: default + extruder: + count: 1 + nozzleDiameter: 0.4 + offsets: + - - 0.0 + - 0.0 + sharedNozzle: false + heatedBed: true + heatedChamber: false + id: _voron_2_4 + model: Voron 2.4 + name: Voron 2.4 + volume: + custom_box: false + depth: 350.0 + formFactor: rectangular + height: 320.0 + origin: lowerleft + width: 350.0 \ No newline at end of file diff --git a/host_vars/raspberrypi b/host_vars/raspberrypi index e7bbefe..44d2eb3 100644 --- a/host_vars/raspberrypi +++ b/host_vars/raspberrypi @@ -1 +1,70 @@ -octoprint_domain: raspberrypi.fritz.box \ No newline at end of file +octoprint_domain: raspberrypi.fritz.box +octoprint_config_default_profile: _mk3_single + +octoprint_printer_profiles: +- axes: + e: + inverted: false + speed: 300 + x: + inverted: false + speed: 6000 + y: + inverted: false + speed: 6000 + z: + inverted: false + speed: 200 + color: default + extruder: + count: 1 + nozzleDiameter: 0.4 + offsets: + - - 0.0 + - 0.0 + sharedNozzle: false + heatedBed: true + heatedChamber: false + id: _mk3_single + model: Prusa i3 Mk3s + name: Prusa i3 Mk3s + volume: + custom_box: false + depth: 200.0 + formFactor: rectangular + height: 200.0 + origin: lowerleft + width: 200.0 +- axes: + e: + inverted: false + speed: 300 + x: + inverted: false + speed: 6000 + y: + inverted: false + speed: 6000 + z: + inverted: false + speed: 200 + color: default + extruder: + count: 5 + nozzleDiameter: 0.4 + offsets: + - - 0.0 + - 0.0 + sharedNozzle: true + heatedBed: true + heatedChamber: false + id: _mk3_mmu + model: Prusa i3 Mk3s + name: Pursa i3 Mk3s with MMU + volume: + custom_box: false + depth: 200.0 + formFactor: rectangular + height: 200.0 + origin: lowerleft + width: 200.0 \ No newline at end of file