Skip to content

Commit

Permalink
fixed some broken references and kibot jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
slimcdk committed Nov 28, 2024
1 parent 1ffcd8e commit 41c094f
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 72 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM ghcr.io/inti-cmnb/kicad8_auto_full

USER vscode

RUN apt-get update && apt-get install -y git
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"postCreateCommand": {
"submodules": "git submodule update --init --recursive"
},
"remoteUser": "vscode",
// "remoteUser": "vscode",
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
],
Expand All @@ -23,13 +23,13 @@
"ghcr.io/devcontainers/features/python:1": {
"version": "3.10"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.20"
},
// "ghcr.io/devcontainers/features/go:1": {
// "version": "1.21"
// },
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {},
"ghcr.io/eitsupi/devcontainer-features/jq-likes:2.1.0": {},
// "ghcr.io/eitsupi/devcontainer-features/jq-likes:2.1.0": {},
"ghcr.io/eliises/devcontainer-features/devcontainers-cli:1": {},
"ghcr.io/devcontainers-contrib/features/grpcurl-asdf:2": {}
// "ghcr.io/devcontainers-contrib/features/grpcurl-asdf:2": {}
},

"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion .kibot/full-outputs.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ preflight:
run_erc: false
run_drc: false
check_zone_fills: true
ignore_unconnected: true
# ignore_unconnected: true
update_xml: true
set_text_variables:
- name: date
Expand Down
17 changes: 17 additions & 0 deletions .kibot/generators/renders.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,23 @@ outputs:
move_y: -2
transparent_background: true

- type: render_3d
name: PCB 3D Render 6
dir: exports/renders
options:
output: "%f-render-6.%x"
height: 1000
width: 1600
zoom: -2
download: true
ray_tracing: true
view: front
rotate_x: -4.5
rotate_y: 0
rotate_z: 3
move_y: 2
transparent_background: true

- type: pcbdraw
name: PCB Top View
dir: exports/renders
Expand Down
17 changes: 0 additions & 17 deletions .vscode/c_cpp_properties.json

This file was deleted.

8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Compact WiFi and Bluetooth (5.0) / ZigBee NEMA17 stepper controller featuring stall detection and ultra silent operation. Supply 5-36V upto 3A.

![the picture](generated/images/driver-board-render-3.png)
![the picture](generated/images/driver-board-render-6.png)

## Production files

Expand Down
Loading

0 comments on commit 41c094f

Please sign in to comment.