Skip to content

Commit

Permalink
Fix Text Font style error (#2570)
Browse files Browse the repository at this point in the history
* Update build-on-create-release.yml

* Update build-on-create-release.yml

* Feature: Support material test

Support material test

* Feature: Support material test

not support auto delete

* Feature: Support material test

fix cannot genarate gcode bug

* Feature: Support material test

fix cannot genarate gcode bug

* Feature: Support material test

new alpha version

* Feature: Support material test

update nightly build relaese id

* Fix: Nightly build fix

Nightly build fix

* Update build-on-pull-request.yml

* Fix: Nightly build fix

Nightly build fix

* Fix: Rollback workflow

Rollback workflow

* Fix: Rollback workflow

Rollback workflow

* Fix: Remove excess logs

Remove excess logs

* Fix: Cannot Init default value

Init default value by other way

* Fix: Change default multiPasses value

Change default multiPasses value

* Fix: Support ToolPathConfig setting

Support ToolPathConfig setting

* Fix: Support ToolPathConfig setting

Support ToolPathConfig setting

* Fix: Toolpath to much

Let All word's toolPath In One

* Fix: Update to beta version

Update to beta version

* Fix: Not support undo or redo

Support undo or redo and ceate more time

* Feature: Upgrade print setting

Upgrade print setting

* Feature: Add Print Setting Param's i18n

Add Printing Setting i18n

* Fix: Update MaterialTest Rule

 Update MaterialTest Rule

* Fix: Update beta version

 Update beta version to support new print setting

* Fix: Update Default Test Config

Update Default Test Config

* Fix: Out of coordinateSize error

Out of coordinateSize can't close preview bug

* fix(fr): replace progression for progress (#2543)

* Fix: Center X And Center Y calculate bug

Center X And Center Y calculate must use base SVGActions.X/Y

* Fix: Wrong desc for ray config

Wrong desc

* Fix: Input use default if null

Input use default if null

* Fix: Out of workspace bug

Cannot create out of workspace

* Fix: Out of workspace bug

Cannot create out of workspace

* Fix: Font Style Error

Font style error ,change to right style

---------

Co-authored-by: Wumbaloo <[email protected]>
  • Loading branch information
leo-songye-li and Wumbaloo authored Jan 8, 2025
1 parent cf5953e commit 198ce42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/flux/editor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ export const actions = {
x: curX,
y: curY,
'font-size': fontSize,
'font-family': 'Aril regular',
'font-family': 'Arial',
style: 'Regular',
alignment: 'left',
textContent: text,
Expand Down
12 changes: 6 additions & 6 deletions src/app/resources/i18n/fr/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@
"key-Progress/3DP-Prepare successfully.": "",
"key-Progress/3DP-Preparing Mesh Painting...": "",
"key-Progress/3DP-Previewed G-code successfully.": "code G prévisualisé avec succès.",
"key-Progress/3DP-Previewing G-code...{{progress}}%": "Prévisualisation du code G...{{progression}}%",
"key-Progress/3DP-Previewing G-code...{{progress}}%": "Prévisualisation du code G...{{progress}}%",
"key-Progress/3DP-Repair model successfully.": "",
"key-Progress/3DP-Repairing model... {{progress}}%": "",
"key-Progress/3DP-Scale to fit...{{progress}}%": "Scale to fit...{{progress}}%",
Expand All @@ -1885,16 +1885,16 @@
"key-Progress/LaserCNC-Failed to load object.": "Impossible de charger un objet.",
"key-Progress/LaserCNC-Failed to process SVG.": "",
"key-Progress/LaserCNC-Failed to process object.": "L'objet ne peut pas être traité.",
"key-Progress/LaserCNC-Generate toolpath and preview: {{progress}}%": "Générer le chemin d'outil et prévisualiser : {{progression}}%",
"key-Progress/LaserCNC-Generate toolpath and preview: {{progress}}%": "Générer le chemin d'outil et prévisualiser : {{progress}}%",
"key-Progress/LaserCNC-Generated simulation successfully.": "Simulation générée avec succès.",
"key-Progress/LaserCNC-Generated toolpath and previewed successfully.": "Chemin d’outil généré et prévisualisé avec succès.",
"key-Progress/LaserCNC-Generating simulation {{progress}}%": "Génération d’une simulation {{progression}}%",
"key-Progress/LaserCNC-Generating simulation {{progress}}%": "Génération d’une simulation {{progress}}%",
"key-Progress/LaserCNC-Loaded object successfully.": "Objet chargé avec succès.",
"key-Progress/LaserCNC-Loading object {{progress}}%": "Chargement de l’objet {{progression}}%",
"key-Progress/LaserCNC-Loading object {{progress}}%": "Chargement de l’objet {{progress}}%",
"key-Progress/LaserCNC-Processed object successfully.": "Objet traité avec succès.",
"key-Progress/LaserCNC-Processing SVG successfully.": "",
"key-Progress/LaserCNC-Processing SVG {{progress}}%": "",
"key-Progress/LaserCNC-Processing object {{progress}}%": "Traitement de l’objet {{progression}}%",
"key-Progress/LaserCNC-Processing object {{progress}}%": "Traitement de l’objet {{progress}}%",
"key-Project/Resume-Cancel": "Annuler",
"key-Project/Resume-Resume": "Reprendre",
"key-Project/Resume-Resume Job": "Reprendre le travail",
Expand Down Expand Up @@ -2128,7 +2128,7 @@
"key-Workspace/Page-Filament Runout Recovery": "Récupération du filament",
"key-Workspace/Page-Filament has run out. Please load new filament to continue printing.": "Le filament est épuisé. Chargez un nouveau filament pour continuer l'impression.",
"key-Workspace/Page-Loaded G-code successfully.": "code G chargé avec succès.",
"key-Workspace/Page-Loading G-code...{{progress}}%": "Chargement du code G... {{progression}}%",
"key-Workspace/Page-Loading G-code...{{progress}}%": "Chargement du code G... {{progress}}%",
"key-Workspace/Page-Loading...": "Chargement...",
"key-Workspace/Page-One or both of the enclosure panels is/are opened. Please close the panel(s) to continue printing.": "Un ou les deux panneaux du caisson est / sont ouvert(s). Fermez le(s) panneau(x) pour poursuivre l’impression.",
"key-Workspace/Page-Only G-code files are supported.": "Seuls les fichiers de code G sont pris en charge.",
Expand Down

0 comments on commit 198ce42

Please sign in to comment.